0.3.1 • Published 5 years ago

babel-preset-yarus v0.3.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

babel-preset-yarus ·

A babel preset for transforming your JavaScript for Yarus.

Install

$ npm install --save-dev babel-preset-yarus

Usage

Via .babelrc (Recommended)

.babelrc

{
  "presets": ["Yarus"]
}

Via CLI

$ babel script.js --presets airbnb

Via Node API

require('@babel/core').transform('code', {
  presets: ['Yarus'],
});

Contributing

The main purpose of this repository is to continue to evolve babel-preset-yarus, making it faster and easier to use. Development happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving babel-preset-yarus.

Code of Conduct

Facebook has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.

Contributing Guide

Read our contributing guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to React.

Good First Issues

To help you get your feet wet and get you familiar with our contribution process, we have a list of good first issues that contain bugs which have a relatively limited scope. This is a great place to get started.

License

This project is licensed under the terms of the MIT license.

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago