Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.49 KB

readme.md

File metadata and controls

54 lines (32 loc) · 1.49 KB

ECMAScript Demos

Version 5

See folder "version 5".

Version 2015 and later

Use

To install:

  1. Install Node + NPM
  2. Run npm install

To compile:

  • Run npm run build or npm run build-watch

To run:

  • Browser:
    • Run npm start
    • Open the browser at the http://localhost:8080 * Go to src folder (uncompiled sources) or lib folder (compiled sources) and select an example.
  • Node:
    • Run node <filename>

Compile

Browserslist is used in the compile step above. The file .browserslistrc contains the configuration. To check which browsers are supported with the compiled code, run:

npx browserslist

Conferences

ECMAScript Proposals

Learn more about current ECMAScript proposals and their stages.

Licence

European Union Public Licence version 1.2

Copyright

Copyright © 2015-2023 Rick Beerendonk