babel-preset-stage-1
Babel preset for stage 1 plugins
Last updated 6 years ago .
· Repository · Original npm · Tarball · package.json
$ cnpm install babel-preset-stage-1 
SYNC missed versions from official npm registry.

babel-preset-stage-1

Babel preset for stage 1 plugins.

The gist of Stage 1 is:

Stage 1: proposal

What is it? A formal proposal for the feature.

What’s required? A so-called champion must be identified who is responsible for the proposal. Either the champion or a co-champion must be a member of TC39 (source). The problem solved by the proposal must be described in prose. The solution must be described via examples, an API and a discussion of semantics and algorithms. Lastly, potential obstacles for the proposal must be identified, such as interactions with other features and implementation challenges. Implementation-wise, polyfills and demos are needed.

What’s next? By accepting a proposal for stage 1, TC39 declares its willingness to examine, discuss and contribute to the proposal. Going forward, major changes to the proposal are expected

Install

npm install --save-dev babel-preset-stage-1

Usage

Via .babelrc (Recommended)

.babelrc

{
  "presets": ["stage-1"]
}

Via CLI

babel script.js --presets stage-1

Via Node API

require("babel-core").transform("code", {
  presets: ["stage-1"]
});

References

Current Tags

  • 6.24.1                                ...           latest (6 years ago)
  • 7.0.0-beta.3                                ...           next (6 years ago)

32 Versions

  • 7.0.0-alpha.14                                ...           6 years ago
  • 7.0.0-alpha.11                                ...           6 years ago
  • 7.0.0-alpha.10                                ...           6 years ago
  • 7.0.0-beta.3                                ...           6 years ago
  • 7.0.0-beta.2                                ...           6 years ago
  • 7.0.0-beta.1                                ...           6 years ago
  • 7.0.0-beta.0                                ...           6 years ago
  • 7.0.0-alpha.20                                ...           6 years ago
  • 7.0.0-alpha.19                                ...           6 years ago
  • 7.0.0-alpha.18                                ...           6 years ago
  • 7.0.0-alpha.17                                ...           6 years ago
  • 7.0.0-alpha.16                                ...           6 years ago
  • 7.0.0-alpha.15                                ...           6 years ago
  • 7.0.0-alpha.12                                ...           6 years ago
  • 7.0.0-alpha.9                                ...           6 years ago
  • 7.0.0-alpha.8                                ...           6 years ago
  • 6.24.1                                ...           6 years ago
  • 7.0.0-alpha.7                                ...           6 years ago
  • 7.0.0-alpha.3                                ...           6 years ago
  • 7.0.0-alpha.1                                ...           6 years ago
  • 6.22.0                                ...           6 years ago
  • 6.16.0                                ...           7 years ago
  • 6.13.0                                ...           7 years ago
  • 6.5.0-1                                ...           7 years ago
  • 6.5.0                                ...           7 years ago
  • 6.3.13                                ...           8 years ago
  • 6.2.4                                ...           8 years ago
  • 6.1.18                                ...           8 years ago
  • 6.1.17                                ...           8 years ago
  • 6.1.2                                ...           8 years ago
  • 6.0.15                                ...           8 years ago
  • 6.0.14                                ...           8 years ago

Copyright © npmmirror.com | 浙ICP备15033595号-63 |