An open API service indexing awesome lists of open source software.

https://github.com/vicompany/ecmascript-features

A repository to read about ECMAScript features
https://github.com/vicompany/ecmascript-features

Last synced: 7 months ago
JSON representation

A repository to read about ECMAScript features

Awesome Lists containing this project

README

          

# ECMAScript features ![build status](https://github.com/vicompany/ecmascript-features/workflows/CI/badge.svg)

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).

## Installation and Usage

1. Clone or [download](https://github.com/vicompany/ecmascript-features/archive/master.zip) 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.