Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

ES6 Module Loader 0.8.0

Compare
Choose a tag to compare
@guybedford guybedford released this 06 Aug 01:27
· 493 commits to master since this release

Updates module syntax according to the spec change:

  module P from 'q';

->

  import * as P from 'q';