kpdecker eed750206c Convert template objects to singletons
Create file-scoped template objects that are instantiated once and reused between different tagged template evaluations. This is a closer match to the spec behavior which demands reuse, but does not match the spec exactly with respect to scoping as it’s possible to have similar template objects defined in different file scopes within the same program. For now we are not able to cleanly handle this case as it would require a registry or similar lookup mechanism that is consistent across different combinations of builds and optimizers.

This has a 40x increase in six-speed throughput.

Partial fix for #971
2015-07-19 09:49:40 +03:00
2015-07-01 15:41:15 -07:00
2015-07-16 15:46:31 +01:00
2015-07-13 20:45:49 +01:00
2015-07-11 20:56:26 +01:00
2015-07-12 12:51:20 +01:00
2015-05-09 00:09:19 +01:00
2015-07-16 15:46:31 +01:00
2015-07-13 21:00:54 +01:00
2014-12-16 22:17:35 -08:00
2015-02-16 14:36:57 +11:00
2015-07-16 15:46:31 +01:00
2015-07-16 15:46:31 +01:00
2015-07-14 16:56:20 +01:00
2015-07-10 16:21:38 +01:00
NFO
2015-05-14 18:07:36 +01:00
2015-07-16 22:45:06 +01:00

babel

The compiler for writing next generation JavaScript.

Build Status npm version Downloads

Issue Stats Issue Stats


For questions and support please visit the Slack community or StackOverflow. The Babel issue tracker is exclusively for bug reports and feature requests.

For documentation and website issues please visit the babel.github.io repo.

Description
No description provided
Readme 79 MiB
Languages
JavaScript 99.5%
Makefile 0.3%
HTML 0.1%