mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-11 10:46:28 -05:00
Fix failing transpileModule test
This commit is contained in:
@@ -68,6 +68,9 @@ namespace ts {
|
||||
transformers: {
|
||||
before: [replaceUndefinedWithVoid0],
|
||||
after: [replaceIdentifiersNamedOldNameWithNewName]
|
||||
},
|
||||
compilerOptions: {
|
||||
newLine: NewLineKind.CarriageReturnLineFeed
|
||||
}
|
||||
}).outputText;
|
||||
});
|
||||
|
||||
@@ -1 +1 @@
|
||||
var newName = void 0 /*undefined*/;
|
||||
var newName = void 0 /*undefined*/;
|
||||
|
||||
Reference in New Issue
Block a user