mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-20 05:17:43 -05:00
Update emitter due to merge with master
This commit is contained in:
@@ -3300,7 +3300,7 @@ module ts {
|
||||
|
||||
// When targeting ES6, emit arrow function natively in ES6
|
||||
if (isES6ArrowFunction(node)) {
|
||||
write(" => ");
|
||||
write(" =>");
|
||||
}
|
||||
|
||||
write(" {");
|
||||
|
||||
@@ -164,8 +164,7 @@ class ProjectRunner extends RunnerBase {
|
||||
mapRoot: testCase.resolveMapRoot && testCase.mapRoot ? ts.sys.resolvePath(testCase.mapRoot) : testCase.mapRoot,
|
||||
sourceRoot: testCase.resolveSourceRoot && testCase.sourceRoot ? ts.sys.resolvePath(testCase.sourceRoot) : testCase.sourceRoot,
|
||||
module: moduleKind,
|
||||
noResolve: testCase.noResolve,
|
||||
target: ts.ScriptTarget.Latest
|
||||
noResolve: testCase.noResolve
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user