-
Thank you for this amazing project. I'm successfully running JS Interpreter + Babel to create a very nice scripting environment for my Electron app's user-supplied JS. I have a very good grasp on the …
-
-
Do the es6 compressor exist?
-
Is there a process for enabling ES6/Babel for jshint/jsxhint via this plugin? I know `jsxhint --babel src/**/*` works for Jsxhint if that's any help.
-
### Describe the feature
A configuration option to output mjs files instead of js files (when using module type es6).
### Babel plugin or link to the feature description
https://babeljs.io/d…
-
Let's refactor code to use the ES6 syntax .
Advantages : Less code , more features :)
And ofcourse add babel integration to support all browsers .
-
## Related items
* babel-polyfill: https://cdnjs.com/libraries/babel-polyfill
* Pull request https://github.com/paulmillr/es6-shim/pull/466
* Issue https://github.com/es-shims/es5-shim/issues/476
…
-
Like a `tape -r babel-register` equivalent.
-
-
Hi,
I tried importing via:
`yarn add instabug-sdk`
But then I can't import it because you're only supporting direct browser fetches.
The way I got around this was to import it into `index.…