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

Commit fb01972

Browse files
committed
update spec info
1 parent 346df8e commit fb01972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Dynamically loads ES6 modules in NodeJS and current browsers.
44

5-
* Implemented to the [Jan 20 ES6 Specification draft, rev 22](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-ecmascript-language-modules-and-scripts).
5+
* Implemented to the 2013-12-02 ES6 module specification draft.
66
* Provides an asynchronous loader (`System.import`) to [dynamically load ES6 modules](#getting-started).
77
* Uses [Traceur](https://github.com/google/traceur-compiler) for compiling ES6 modules and syntax into ES5 in the browser with source map support.
88
* Polyfills ES6 Promises in the browser with a bundled [when.js](https://github.com/cujojs/when/blob/master/docs/es6-promise-shim.md) implementation.

0 commit comments

Comments
 (0)