Intl.jsTo install the dependencies:
npm install
To run the unit tests:
npm test
To build files in dist/ and lib/:
npm run build
To specifically build files in locale-data:
npm run build:data
Note: this is completely optional since the regular npm run build will take care of it.
To specifically build files in tests/test262:
grunt update-test262
Note: be careful when attempting to update the tests.
All the source code is in src/ folder, written as ES6 modules, and transpiled
using rollup and babel into the lib/ and dist/ folders.
The dist/ is in git because of bower, make sure you commit those files as well.
npm run buildnpm testnpm publish