1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
jashkenas--coffeescript/docs/v2/annotated-source
Geoffrey Booth f6d63776c3
ES module version of compiler for use in browsers; dynamic import() docs; revised Stage 3 policy (#5177)
* Build both a legacy and modern browser compiler

* Dynamic import example and documentation

* Update the docs to use the modern browser compiler if the browser supports it

* Update policy regarding Stage 3 features

* This never made sense, and assigning a string to index 0 *of a string* throws in Module mode (and silently does nothing in Script mode) so remove this unneeded code that throws when compiling `fn for i from from iterable` in Module mode

* Have browser-based tests use the ES module version if supported

* Simplify building logic

* Update output

* For the ES module version of the browser compiler, don't automatically attach the runScripts event handler

* Consistent comments

* Fix comment
2019-03-26 23:55:31 -07:00
..
public 2.0.3 (#4795) 2017-11-26 19:29:08 -08:00
browser.html ES module version of compiler for use in browsers; dynamic import() docs; revised Stage 3 policy (#5177) 2019-03-26 23:55:31 -07:00
cake.html 2.0.0-beta2 docs 2017-05-16 18:59:02 -07:00
coffeescript.html ES module version of compiler for use in browsers; dynamic import() docs; revised Stage 3 policy (#5177) 2019-03-26 23:55:31 -07:00
command.html Release 2.3.2 (#5110) 2018-09-19 23:53:49 -07:00
docco.css Copy the generated output CS2 docs onto master so that GitHub pages can publish them 2017-02-21 08:35:58 -08:00
grammar.html ES module version of compiler for use in browsers; dynamic import() docs; revised Stage 3 policy (#5177) 2019-03-26 23:55:31 -07:00
helpers.html 2.3.1 (#5069) 2018-05-21 22:14:34 -07:00
index.html ES module version of compiler for use in browsers; dynamic import() docs; revised Stage 3 policy (#5177) 2019-03-26 23:55:31 -07:00
lexer.html ES module version of compiler for use in browsers; dynamic import() docs; revised Stage 3 policy (#5177) 2019-03-26 23:55:31 -07:00
nodes.html ES module version of compiler for use in browsers; dynamic import() docs; revised Stage 3 policy (#5177) 2019-03-26 23:55:31 -07:00
optparse.html 2.0.0-beta4 docs 2017-08-03 18:18:31 -07:00
register.html 2.0.2 (#4758) 2017-10-26 18:29:45 -07:00
repl.html Fix repl.rli deprecation (#5178) 2019-03-24 19:12:32 -07:00
rewriter.html 2.3.1 (#5069) 2018-05-21 22:14:34 -07:00
scope.html 2.0.2 (#4758) 2017-10-26 18:29:45 -07:00
sourcemap.html 2.0.0 (#4701) 2017-09-18 08:19:19 -07:00