refactor(compiler): further minor fixes
This commit is contained in:

committed by
Chuck Jazdzewski

parent
64bd672e3a
commit
3d407fc010
@ -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