Implement Smart Pipeline proposal in @babel/parser

This commit is contained in:
J. S. Choi
2018-07-08 15:57:43 -04:00
committed by James DiGioia
parent 19a1705293
commit fbf62b4830
184 changed files with 11224 additions and 79 deletions

View File

@@ -38,7 +38,7 @@ export function getPluginOption(
return null;
}
const PIPELINE_PROPOSALS = ["minimal"];
const PIPELINE_PROPOSALS = ["minimal", "smart"];
export function validatePlugins(plugins: PluginList) {
if (