Merge pull request #17996 from Microsoft/fix16681

Fix crash when exporting class without name
This commit is contained in:
Ron Buckton
2017-08-24 11:07:12 -07:00
committed by GitHub
5 changed files with 24 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
//@module: commonjs
//@target: es2015
export class {
}