Skip to content

vicompany/ecmascript-features

Repository files navigation

ECMAScript features build status

This repository is a collection of all ECMAScript features that needed exploring.

Typical usage is to just browse the repository and see how the code works. If you want to run the code, see Installation and Usage.

Installation and Usage

  1. Clone or download the repository
  2. Run npm install
  3. Run npm run dev or run npm run start to start a watcher or just run all files respectively

Contribution

After installing the project, you can add files.

  1. Add feature tests
  2. Make sure npm test is free of errors.
  3. Submit a PR into the master branch.
  • Honour the ES[0-9]{4}/feature-name/[0-9]{2}-test-name.js format.
  • Keep tests simple.
  • The only purpose of the output is to validate the script’s functionality. Try to make it somewhat readable and valuable.

About

A repository to read about ECMAScript features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published