ericmckean / traceur-compiler

Automatically exported from code.google.com/p/traceur-compiler
Apache License 2.0
0 stars 0 forks source link

Inline or remove runtime functions #119

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Right now the generated code depends on src/runtime/runtime.js.

We should provide an option to inline the required functions in the output 
(src/runtime/modules.js not included)

Original issue reported on code.google.com by arv@google.com on 15 Aug 2012 at 7:48

GoogleCodeExporter commented 9 years ago
Inlines spread helpers

https://code.google.com/p/traceur-compiler/source/detail?r=5efede3

Original comment by arv@google.com on 13 Oct 2012 at 4:11

GoogleCodeExporter commented 9 years ago
Inline super related functions

https://code.google.com/p/traceur-compiler/source/detail?r=88d29a3

Original comment by arv@google.com on 8 Jan 2013 at 4:12