untitled notebook

node v0.12.18
version: 1.0.0
endpointsharetweet
var transform = require("babel-core").transform; transform(` let x = 10; if (1) { ca: let x = 20; } `, { plugins: require("babel-plugin-transform-es2015-block-scoping") }).code
Loading…

no comments

    sign in to comment