Skip to content

Commit f52a30b

Browse files
committed
Merged some changes from other branches.
1 parent 6d27336 commit f52a30b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/compiler/commandLineParser.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,11 @@ namespace ts {
320320
name: "allowSyntheticDefaultImports",
321321
type: "boolean",
322322
description: Diagnostics.Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typechecking
323+
},
324+
{
325+
name: "experimentalTransforms",
326+
type: "boolean",
327+
experimental: true
323328
}
324329
];
325330

0 commit comments

Comments
 (0)