Merge pull request #15517 from Microsoft/fixTranspileTest

Fix failing transpileModule test
This commit is contained in:
Ron Buckton 2017-05-01 16:10:48 -07:00 committed by GitHub
commit 7ac22c4f7d
2 changed files with 4 additions and 1 deletions

View file

@ -68,6 +68,9 @@ namespace ts {
transformers: {
before: [replaceUndefinedWithVoid0],
after: [replaceIdentifiersNamedOldNameWithNewName]
},
compilerOptions: {
newLine: NewLineKind.CarriageReturnLineFeed
}
}).outputText;
});

View file

@ -1 +1 @@
var newName = void 0 /*undefined*/;
var newName = void 0 /*undefined*/;