chore: Remove unnecessary calls to Parse5DomAdapter

This reverts commit 80deac5cde.
This commit is contained in:
Misko Hevery
2016-06-14 19:49:53 -07:00
parent 2d60ff14ae
commit 279e816ea7
5 changed files with 0 additions and 10 deletions

View File

@ -4,7 +4,6 @@
*/
import * as compiler from '@angular/compiler';
import {ViewEncapsulation, lockRunMode} from '@angular/core';
import {Parse5DomAdapter} from '@angular/platform-server';
import {AngularCompilerOptions} from '@angular/tsc-wrapped';
import * as path from 'path';
import * as ts from 'typescript';
@ -108,8 +107,6 @@ export class CodeGenerator {
}
codegen(): Promise<any> {
Parse5DomAdapter.makeCurrent();
let stylesheetPromises: Promise<any>[] = [];
const generateOneFile = (absSourcePath: string) =>
Promise.all(this.readComponents(absSourcePath))