Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 803 Bytes

CONTRIBUTING.md

File metadata and controls

55 lines (35 loc) · 803 Bytes

Contributing

Start with the Babel core Contributing docs.

Developing

Setup

Fork the babel-polyfills repository to your GitHub Account.

Then, run:

$ git clone https://github.com/<your-github-username>/babel-polyfills
$ cd babel-polyfills
$ yarn

Then you can either run:

$ yarn build

to build the repo once or:

$ yarn watch

to have the repo build itself and incrementally build files on change.

Running linting/type-checking/tests

Lint

$ yarn lint

Type-check

$ yarn tscheck

Test

$ yarn test

Creating a new polyfill

See docs/polyfill-provider.md.