Compile build in strict mode

This commit is contained in:
Matt Bierner
2018-10-03 15:49:52 -07:00
parent 494395f62f
commit 5de9c9bf8b
8 changed files with 3 additions and 85 deletions

View File

@@ -1182,7 +1182,6 @@ export function prepareI18nPackFiles(externalExtensions: Map<string>, resultingT
let mainPack: I18nPack = { version: i18nPackVersion, contents: {} };
let extensionsPacks: Map<I18nPack> = {};
return through(function (this: ThroughStream, xlf: File) {
let stream = this;
let project = path.dirname(xlf.path);
let resource = path.basename(xlf.path, '.xlf');
let contents = xlf.contents.toString();