Skip to content
This repository was archived by the owner on Aug 15, 2018. It is now read-only.
David Neukirchen edited this page Feb 21, 2018 · 3 revisions

How to transform a Joomla script to es6

  1. Run npm install
  2. Copy my-lib.js to my-lib.es6.js
  3. Fix code style errors according to our code styles node ./node_modules/eslint/bin/eslint.js path/to/my-lib.es6.js
  4. Further adjustments and fixed (only if needed)
  5. Run node build/build-modules-js/compile-es6.js to compile the es6 script.
  6. Create PR against dev
Clone this wiki locally