Sebastian McKenzie
8f4c4be821
generator: add existence check to printJoin
2014-11-19 12:40:35 +11:00
Sebastian McKenzie
5fca095149
use commonInterop module formatter in 6to5/register
2014-11-19 12:40:23 +11:00
Sebastian McKenzie
34599a21cb
clean up common-interop module formatter
2014-11-19 12:40:10 +11:00
Sebastian McKenzie
d9d84c60b5
check for existence of node before checking it in let scoping
2014-11-19 12:13:00 +11:00
Sebastian McKenzie
221d78d2e2
arrayify whitelist and blacklist, inherit moduleRoot from sourceRoot and vice versa
2014-11-19 12:13:00 +11:00
Sebastian McKenzie
fa46f60655
expose util as _util
2014-11-19 12:13:00 +11:00
Sebastian McKenzie
03ce52fb7c
use regexify and arrayify in register options
2014-11-19 12:13:00 +11:00
Sebastian McKenzie
0df0c696a9
add util.arrayify and util.regexify
2014-11-19 12:12:59 +11:00
Sebastian McKenzie
21b7f4120e
add assertion checks into types
2014-11-19 12:12:59 +11:00
Sebastian McKenzie
f43a3dec4b
more regenerator spring cleaning
2014-11-19 12:12:59 +11:00
Sebastian McKenzie
cacee5c625
Merge pull request #191 from Naddiseo/commonjs-interop
...
Added an interop commonjs loader.
2014-11-19 12:09:00 +11:00
Richard Eames
bc3502d695
Allow module transformers to be directly passed into opts.
2014-11-18 15:29:59 -07:00
Richard Eames
6ae03a5dce
Added an interop commonjs loader.
2014-11-18 15:25:12 -07:00
Lars Kappert
9895711bf4
Improve performance
2014-11-18 22:15:02 +01:00
Lars Kappert
d2724554cc
Make module id's for AMD body in UMD optional as well
2014-11-18 22:12:03 +01:00
Lars Kappert
8db466c698
Make AMD module id's optional
2014-11-18 22:04:41 +01:00
Brent Burgoyne
861b9e68d3
Deleted uneeded _runtime.js
2014-11-18 07:13:12 -07:00
Brent Burgoyne
a0eb108cd4
Remove global existence check
2014-11-18 07:10:47 -07:00
Brent Burgoyne
756aef6adc
Instead of returning early, conditionally require actual runtime (./_runtime.js)
...
Fix this error with webpack:
ERROR in ./~/6to5/lib/6to5/transformation/transformers/generators/runtime.js
Module parse failed: /[...]/node_modules/6to5/lib/6to5/transformation/transformers/generators/runtime.js Line 12: Illegal return statement
You may need an appropriate loader to handle this file type.
|
| if (typeof global.regeneratorRuntime === "object") {
| return;
|
}
|
@ ./~/6to5/lib/6to5/polyfill.js 6:0-59
2014-11-18 06:55:39 -07:00
Sebastian McKenzie
7b74c1c8ec
more generator spring cleaning
2014-11-17 17:30:41 +11:00
Sebastian McKenzie
8e115ef3ed
regenerator spring cleaning
2014-11-17 17:04:04 +11:00
Sebastian McKenzie
7bd1337ee8
clean up weird regenerator formatting, only one instance, heaps more to go!
2014-11-17 13:56:42 +11:00
Sebastian McKenzie
c54f530b10
fix up duplicate variables in regenerator
2014-11-17 12:48:35 +11:00
Sebastian McKenzie
9d3a3a57f2
fix up generator normaliseOptions
2014-11-17 12:39:01 +11:00
Sebastian McKenzie
8a9a205122
fix up comments option
2014-11-17 11:59:52 +11:00
Sebastian McKenzie
885d65f9de
Merge pull request #179 from webpro/remove-comments
...
Remove comments
2014-11-17 11:54:41 +11:00
Lars Kappert
0e2b12c134
Separate comments and comments setting
2014-11-16 21:11:43 +01:00
Lars Kappert
59c5abe188
Exclude comments from generated code
2014-11-16 20:33:50 +01:00
Lars Kappert
e1cc1dcb4b
Introduce --remove-comments (-c) option
2014-11-16 20:33:50 +01:00
Sebastian McKenzie
d091793077
add generator support let scoping - fixes #178
2014-11-17 04:09:48 +11:00
Sebastian McKenzie
e6baac1003
move regenerator into main repo so we can iterate on it faster and make a bunch of additional changes
2014-11-17 04:09:29 +11:00
Joshua Peek
0c57a00fdb
Check if attachEvent is defined
2014-11-16 01:41:56 -08:00
Joshua Peek
3bec8b0311
Prefer module global reference rather than window
2014-11-16 01:41:16 -08:00
Sebastian McKenzie
d929d3c5eb
remove duplicate i variable from traverse
2014-11-16 19:24:58 +11:00
Sebastian McKenzie
3777af6bbd
add filenameRelative default and make sourceFileName and sourceMapName inherit form it
2014-11-16 19:19:25 +11:00
Sebastian McKenzie
1f258e9e9c
add sourceRoot to source map
2014-11-16 19:19:07 +11:00
Sebastian McKenzie
50333c879c
add comments and change single quotes in amd formatter getModuleName
2014-11-16 19:18:56 +11:00
Sebastian McKenzie
dadab64e39
Merge pull request #176 from darvelo/master
...
Generate moduleNames for AMD/UMD
2014-11-16 19:00:56 +11:00
Sebastian McKenzie
2b82f2bcc2
ignore unknown nodes in traversal
2014-11-16 18:52:54 +11:00
Sebastian McKenzie
f1183505b1
optimise traverse, improves traversal speed by 50%
2014-11-16 18:50:07 +11:00
Sebastian McKenzie
fa3b24e5b4
don't lazy set templates, can't even remember why i did this
2014-11-16 18:49:29 +11:00
David Arvelo
f1f7321590
Generate moduleNames for AMD/UMD
2014-11-16 02:38:00 -05:00
Sebastian McKenzie
0dbb24c922
remove unused i variable in default parameters transformer
2014-11-16 14:37:26 +11:00
Sebastian McKenzie
e290990371
scope: remove unused references instance property
2014-11-16 14:34:29 +11:00
Sebastian McKenzie
d0a2bd170e
clean up constants transformer
2014-11-16 14:33:37 +11:00
Sebastian McKenzie
69db46f96b
move down and clump constants and let scoping transformer positions
2014-11-16 14:33:29 +11:00
Sebastian McKenzie
27ba4b2bba
scope: switch over declaration building to info so we can build multiple things
2014-11-16 14:33:16 +11:00
Sebastian McKenzie
a1895b4bb4
implement temporal dead zone for default parameters - fixes #169
2014-11-16 14:32:03 +11:00
Sebastian McKenzie
00483917f0
fix comments not being retained from MethodDefinition in classes
2014-11-16 11:30:05 +11:00
Sebastian McKenzie
542fe89123
fix up tests to work with new member expression keyword generator
2014-11-15 11:23:16 +11:00