|
%!s(int64=2) %!d(string=hai) anos | |
---|---|---|
.. | ||
lib | %!s(int64=2) %!d(string=hai) anos | |
.npmignore | %!s(int64=2) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
package.json | %!s(int64=2) %!d(string=hai) anos |
Babel preset for stage 0 plugins.
npm install --save-dev babel-preset-stage-0
.babelrc
(Recommended).babelrc
{
"presets": ["stage-0"]
}
babel script.js --presets stage-0
require("babel-core").transform("code", {
presets: ["stage-0"]
});