babel-standalone icon indicating copy to clipboard operation
babel-standalone copied to clipboard

:video_game: Now located in the Babel repo! Standalone build of Babel for use in non-Node.js environments, including browsers.

Results 12 babel-standalone issues
Sort by recently updated
recently updated
newest added

Native es modules needs `type='module'` to compile. babel-standalone need this field so I can't use both. In Chrome Canary (64) ```html import xxx from '/deps/xxx.js'; ```

Build 'babel-standalone-update' is failing! Last 50 lines of build output: ``` [...truncated 4.92 KB...] at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429) ERROR: Error fetching remote repo 'origin' Pushing HEAD to branch master at...

test
failure

Hi I am using Reactjs and want to use a datepicker: https://github.com/Hacker0x01/react-datepicker I have no clue how to make it work as the example uses import React from 'react'; import...

See discussion in https://github.com/Daniel15/babel-standalone/pull/42#issuecomment-237982787 From @taion: > The 6.13.x API actually moots es2015-loose, es2015-no-commonjs, &c. – might be worth cutting a breaking release that just drops those and has just...

enhancement

Someone might want to use babel-standalone **only** for JSX transformation (for example), and not want to use any of the other Babel stuff. For this use-case, bundling every standard plugin...

How do I create a `React` element from the string that is returned from `transform`?

question

`latest` preset is officially deprecated with `env` recommended to be used instead: https://babeljs.io/docs/plugins/preset-latest/ However, babel-standalone doesn't appear to support `env`.

See https://github.com/babel/babili/issues/139 Currently each plugin has its own version number, which makes it difficult to version babili-standalone as a whole. cc @hzoo