Merge pull request #10875 from Microsoft/fix10857

Fix missing asteriskToken for target=es6/module=amd.
This commit is contained in:
Ron Buckton
2016-09-12 16:23:53 -07:00
committed by GitHub
5 changed files with 32 additions and 1 deletions

View File

@@ -705,7 +705,7 @@ namespace ts {
createFunctionDeclaration(
/*decorators*/ undefined,
/*modifiers*/ undefined,
/*asteriskToken*/ undefined,
node.asteriskToken,
name,
/*typeParameters*/ undefined,
node.parameters,