chore: Remove unnecessary calls to Parse5DomAdapter

This commit is contained in:
Misko Hevery
2016-06-14 10:40:11 -07:00
parent 6eeb9495d8
commit 387a90e546
5 changed files with 0 additions and 11 deletions

View File

@ -4,7 +4,6 @@
*/
import * as compiler from '@angular/compiler';
import {ViewEncapsulation} 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';
@ -106,8 +105,6 @@ export class CodeGenerator {
}
codegen(): Promise<any> {
Parse5DomAdapter.makeCurrent();
let stylesheetPromises: Promise<any>[] = [];
const generateOneFile = (absSourcePath: string) =>
Promise.all(this.readComponents(absSourcePath))