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

Commit ceb1387

Browse files
committed
Update README.md
1 parent 96760d6 commit ceb1387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ Dynamically loads ES6 modules in browsers and [NodeJS](#nodejs-use) with support
44

55
This project implements dynamic module loading through `System` exactly to the previous ES6-specified loader API at [2014-08-24 ES6 Specification Draft Rev 27, Section 15](http://wiki.ecmascript.org/doku.php?id=harmony:specification_drafts#august_24_2014_draft_rev_27) and will continue to track this API as it is re-drafted as a browser specification (currently most likely to be at https://github.com/whatwg/loader).
66

7-
* Provides an asynchronous loader (`System.import`) to [dynamically load ES6 modules](#basic-use).
7+
* Provides an asynchronous loader (`System.import`) to [dynamically load ES6 modules](##getting-started).
88
* Uses [Traceur](https://github.com/google/traceur-compiler) for compiling ES6 modules and syntax into ES5 in the browser with source map support.
99
* Fully supports [ES6 circular references and live bindings](https://github.com/ModuleLoader/es6-module-loader/wiki/Circular-References-&-Bindings).
1010
* Includes [`baseURL` and `paths` implementations](https://github.com/ModuleLoader/es6-module-loader/wiki/Configuring-the-Loader).
1111
* Can be used as a [tracing tool](https://github.com/ModuleLoader/es6-module-loader/wiki/Tracing-API) for static analysis of modules.
1212
* Polyfills ES6 Promises in the browser with an optionally bundled ES6 promise implementation.
1313
* Supports ES6 module loading in IE8+. Other ES6 features only supported by Traceur in IE9+.
14-
* The complete combined polyfill, including ES6 promises, comes to 9KB minified and gzipped, making it suitable for production use, provided that modules are [built into ES5 making them independent of Traceur](#moving-to-production).
14+
* The complete combined polyfill, including ES6 promises, comes to 9KB minified and gzipped, making it suitable for production use, provided that modules are [built into ES5 making them independent of Traceur](https://github.com/ModuleLoader/es6-module-loader/wiki/Production-Workflows).
1515

1616
For an overview of build workflows, [see the production guide](https://github.com/ModuleLoader/es6-module-loader/wiki/Production-Workflows).
1717

0 commit comments

Comments
 (0)