Adds ES6 transformer

This commit is contained in:
Ron Buckton
2016-02-19 17:01:02 -08:00
parent dd2dc78dd6
commit c759b633d6
23 changed files with 2537 additions and 429 deletions
+5
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
}
];