Revert "refactor(compiler): further minor fixes"
This reverts commit 3d407fc010
.
This commit is contained in:
@ -27,7 +27,7 @@ export class Extractor {
|
||||
|
||||
extract(): Promise<compiler.MessageBundle> {
|
||||
return this.ngExtractor.extract(this.program.getSourceFiles().map(
|
||||
sf => this.ngCompilerHost.getCanonicalFileName(sf.fileName)));
|
||||
sf => this.ngCompilerHost.getCanonicalFileName(sf.fileName)))
|
||||
}
|
||||
|
||||
static create(
|
||||
|
Reference in New Issue
Block a user