Sha256: ebf2e4e1ccb09b5eb7e9de7c0bde89cd4476578fdfc66ced12c593251653391c

Contents?: true

Size: 699 Bytes

Versions: 39

Compression:

Stored size: 699 Bytes

Contents

## API

In this directory you'll find all the public interfaces to using Babel for both
node and the browser.

### Node

There are two ways people use Babel within Node, they either are manipulating
strings of code with `babel.transform` or `babel.parse`, they also might be
running their code through Babel before execution via `register` or `polyfill`.

### Browser

Usage of Babel in the browser is extremely uncommon and in most cases
considered A Bad Idea™. However it works by loading `<script>`'s with XHR,
transforming them and then executing them. These `<script>`'s need to have a
`type` of "text/ecmascript-6", "text/babel", or "module" ("text/6to5" exists as
well for legacy reasons).

Version data entries

39 entries across 39 versions & 4 rubygems

Version Path
sequenceserver-3.1.3 public/vendor/npm/babel-core@5.8.23/lib/api/README.md
sequenceserver-3.1.2 public/vendor/npm/babel-core@5.8.23/lib/api/README.md
sequenceserver-3.1.1 public/vendor/npm/babel-core@5.8.23/lib/api/README.md
sequenceserver-3.1.0 public/vendor/npm/babel-core@5.8.23/lib/api/README.md
sequenceserver-3.0.1 public/vendor/npm/babel-core@5.8.23/lib/api/README.md
sequenceserver-3.0 public/vendor/npm/babel-core@5.8.23/lib/api/README.md
sequenceserver-2.2.0 public/vendor/npm/babel-core@5.8.23/lib/api/README.md
sequenceserver-2.1.0 public/vendor/npm/babel-core@5.8.23/lib/api/README.md
sequenceserver-2.0.0 public/vendor/npm/babel-core@5.8.23/lib/api/README.md
sequenceserver-2.0.0.rc8 public/vendor/npm/babel-core@5.8.23/lib/api/README.md
sequenceserver-2.0.0.rc7 public/vendor/npm/babel-core@5.8.23/lib/api/README.md
sequenceserver-2.0.0.rc6 public/vendor/npm/babel-core@5.8.23/lib/api/README.md
sequenceserver-2.0.0.rc5 public/vendor/npm/babel-core@5.8.23/lib/api/README.md
sequenceserver-2.0.0.rc4 public/vendor/npm/babel-core@5.8.23/lib/api/README.md
sequenceserver-2.0.0.rc3 public/vendor/npm/babel-core@5.8.23/lib/api/README.md
sequenceserver-2.0.0.rc2 public/vendor/npm/babel-core@5.8.23/lib/api/README.md
sequenceserver-2.0.0.rc1 public/vendor/npm/babel-core@5.8.23/lib/api/README.md
ilog-0.4.1 node_modules/babel/node_modules/babel-core/lib/api/README.md
ilog-0.4.0 node_modules/babel/node_modules/babel-core/lib/api/README.md
ilog-0.3.3 node_modules/babel/node_modules/babel-core/lib/api/README.md