Babel Bot

Results 15 issues of Babel Bot

> Issue originally made by Juriy Zaytsev (kangax) ### Options ``` { plugins: ['transform-es2015-block-scoping', { visitor: { CallExpression: function(path) { console.log(` ${path.node.callee.name} --- own: ${Object.keys(path.scope.bindings)} parent: ${Object.keys(path.scope.parent.bindings)} `.replace(/\s+/g, ' '));...

pkg: traverse (scope)

> Issue originally made by @maxbrunsfeld ### Bug information - **Babel version:** v6.4.0 - **Node version:** v4.1.1 ### Description In the Atom editor, we use `babel-core` to compile ES6 files...

> Issue originally reported by @rauschma in babel/babel-preset-env#381 I’m not sure how much that would be used in practice, but for some experiments and tests, it would be nice if...

pkg: preset-env
imported

> Issue originally reported by @chicoxyzzy in babel/babel-preset-env#117 Currently we use [compat-table](https://github.com/kangax/compat-table) as a source of feature support data source. There are some issues with this approach: - currently we...

i: discussion
pkg: preset-env
imported

> Issue originally reported by @thejameskyle in babel/babylon#343 Right now we have a couple of options which enable invalid syntax like: - `allowImportExportEverywhere` - `allowReturnOutsideFunction` - `allowSuperOutsideMethod` And I was...

pkg: parser
imported