You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 13, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
3
3
Dynamically loads ES6 modules in NodeJS and current browsers.
4
4
5
-
* Implemented exactly to the May 22 2014 ES6 specification draft.
5
+
* Implemented exactly to the July 18 2014 ES6 specification draft.
6
6
* Provides an asynchronous loader (`System.import`) to [dynamically load ES6 modules](#basic-use).
7
7
* Uses [Traceur](https://github.com/google/traceur-compiler) for compiling ES6 modules and syntax into ES5 in the browser with source map support.
8
8
* Fully supports [ES6 circular references and bindings](#circular-references--bindings).
9
-
* Polyfills ES6 Promises in the browser with a bundled [es6-promise](https://github.com/jakearchibald/es6-promise) implementation.
9
+
* Polyfills ES6 Promises in the browser with an optionally bundled ES6 promise implementation.
10
10
*[Compatible with NodeJS](#nodejs-usage) allowing for server-side module loading and tracing extensions.
11
-
* Supports ES6 module loading in IE9+, and dynamic module formats in IE8+.
12
-
* The complete combined polyfill comes to 8.7KB minified and gzipped, making it suitable for production use, provided that modules are [built into ES5 making them independent of Traceur](#moving-to-production).
11
+
* Supports ES6 module loading in IE8+. Other ES6 features only supported by Traceur in IE9+.
12
+
* The complete combined polyfill comes to 8.4KB minified and gzipped, making it suitable for production use, provided that modules are [built into ES5 making them independent of Traceur](#moving-to-production).
13
13
14
14
For an overview of build workflows, [see the production guide](#moving-to-production).
0 commit comments