Fix failing transpileModule test

This commit is contained in:
Ron Buckton
2017-05-01 16:05:41 -07:00
parent 88f9a978dd
commit 6cd85dbb25
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*/;