Merged some changes from other branches.

This commit is contained in:
Ron Buckton 2016-02-22 16:11:31 -08:00
parent 6d273366d3
commit f52a30be1b

View file

@ -320,6 +320,11 @@ namespace ts {
name: "allowSyntheticDefaultImports",
type: "boolean",
description: Diagnostics.Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typechecking
},
{
name: "experimentalTransforms",
type: "boolean",
experimental: true
}
];