untitled notebook

node v8.17.0
version: 1.0.0
endpointsharetweet
var ast = require("babel-core").transform(` function Input(element) { var ElementType = element || "input"; return <ElementType ref = "input" />; }`, { parserOpts: { plugins:["jsx"] }, plugins:[require("babel-plugin-minify-dead-code-elimination")]}).code;
Loading…

no comments

    sign in to comment