2
0
MasterPassword/platform-independent/web-js/js
2017-03-06 13:40:39 -05:00
..
mpw-js@5972a1c80f Re-organize the project into a better hierarchy. 2017-03-06 13:40:39 -05:00
vendor Re-organize the project into a better hierarchy. 2017-03-06 13:40:39 -05:00
dependencies.js Re-organize the project into a better hierarchy. 2017-03-06 13:40:39 -05:00
encoding-polyfill.js Re-organize the project into a better hierarchy. 2017-03-06 13:40:39 -05:00
main.js Re-organize the project into a better hierarchy. 2017-03-06 13:40:39 -05:00
Makefile Re-organize the project into a better hierarchy. 2017-03-06 13:40:39 -05:00
promise-polyfill.js Re-organize the project into a better hierarchy. 2017-03-06 13:40:39 -05:00
README.md Re-organize the project into a better hierarchy. 2017-03-06 13:40:39 -05:00
setImmediate-polyfill.js Re-organize the project into a better hierarchy. 2017-03-06 13:40:39 -05:00
typedarray-polyfill.js Re-organize the project into a better hierarchy. 2017-03-06 13:40:39 -05:00

ES5

If your browser does not support ECMAScript 6, you will need to run babel to compile an ES5-compatible version of the ES6 mpw-js code.

  1. Install npm. On OS X, you can use brew install npm.
  2. Install babel. With npm installed, you can use npm -g install babel-cli babel-preset-es2015
  3. Build the ES5-translation of the ES6 code. From this directory, just run make.