This repository was archived by the owner on Jul 13, 2020. It is now read-only.
ES6 Module Loader 0.8.0
Updates module syntax according to the spec change:
module P from 'q';
->
import * as P from 'q';
Updates module syntax according to the spec change:
module P from 'q';
->
import * as P from 'q';