This repository was archived by the owner on Jan 19, 2019. It is now read-only.
File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ module.exports = {
112
112
TSDeclareKeyword : "TSDeclareKeyword" ,
113
113
TSEnumDeclaration : "TSEnumDeclaration" ,
114
114
TSEnumMember : "TSEnumMember" ,
115
- TSExportAssignment : "TSExportAssigment " ,
115
+ TSExportAssignment : "TSExportAssignment " ,
116
116
TSIndexSignature : "TSIndexSignature" ,
117
117
TSInterfaceBody : "TSInterfaceBody" ,
118
118
TSInterfaceDeclaration : "TSInterfaceDeclaration" ,
Original file line number Diff line number Diff line change @@ -427,6 +427,10 @@ const fixturePatternsToTest = [
427
427
{
428
428
pattern : "typescript/basics/export-named-enum.src.ts" ,
429
429
config : { babylonParserOptions : { sourceType : "module" } }
430
+ } ,
431
+ {
432
+ pattern : "typescript/basics/export-assignment.src.ts" ,
433
+ config : { babylonParserOptions : { sourceType : "module" } }
430
434
}
431
435
432
436
/**
@@ -488,7 +492,6 @@ const fixturePatternsToTest = [
488
492
// "typescript/basics/class-with-type-parameter.src.ts",
489
493
// "typescript/basics/declare-function.src.ts",
490
494
// "typescript/basics/destructuring-assignment.src.ts",
491
- // "typescript/basics/export-assignment.src.ts",
492
495
// "typescript/basics/export-default-class-with-generic.src.ts",
493
496
// "typescript/basics/export-default-class-with-multiple-generics.src.ts",
494
497
// "typescript/basics/export-named-class-with-generic.src.ts",
Original file line number Diff line number Diff line change @@ -20900,7 +20900,7 @@ Object {
20900
20900
0,
20901
20901
13,
20902
20902
],
20903
- "type": "TSExportAssigment ",
20903
+ "type": "TSExportAssignment ",
20904
20904
},
20905
20905
],
20906
20906
"loc": Object {
You can’t perform that action at this time.
0 commit comments