Sebastian McKenzie
|
8551c94fa0
|
fix linting errors
|
2014-12-28 11:05:27 +11:00 |
|
Sebastian McKenzie
|
c509d06bc2
|
vaoid being greedy when destructuring array iterables
|
2014-12-28 11:04:00 +11:00 |
|
Sebastian McKenzie
|
22dc33f93c
|
remove unused variable
|
2014-12-28 09:36:29 +11:00 |
|
Sebastian McKenzie
|
6df6652629
|
better circular references in amd/umd/system module formatter
|
2014-12-28 09:35:47 +11:00 |
|
Sebastian McKenzie
|
b63bd8cba0
|
remove interopRequire from system module formatter
|
2014-12-28 01:14:08 +11:00 |
|
Sebastian McKenzie
|
6e1c12fd78
|
inherit comments in for-of transformer
|
2014-12-28 01:09:48 +11:00 |
|
Sebastian McKenzie
|
84c2766756
|
remove unused variable
|
2014-12-28 01:01:52 +11:00 |
|
Sebastian McKenzie
|
322aa246b8
|
fix automatic closure on private declarations - fixes #335
|
2014-12-28 01:01:13 +11:00 |
|
Sebastian McKenzie
|
601bbb86cd
|
remap UpdateExpression in module exports - closes #334
|
2014-12-28 01:00:53 +11:00 |
|
Sebastian McKenzie
|
c4c9f7984f
|
fix linting errors
|
2014-12-27 23:55:52 +11:00 |
|
Sebastian McKenzie
|
f4e516e8ce
|
fix tests as per acorn upgrade
|
2014-12-27 21:29:24 +11:00 |
|
Sebastian McKenzie
|
7fcd8ea642
|
upgrade acorn
|
2014-12-27 21:24:34 +11:00 |
|
Sebastian McKenzie
|
add0a7d5fe
|
better ClassDeclarations in expression contexts
|
2014-12-27 21:24:29 +11:00 |
|
Sebastian McKenzie
|
e9445c9277
|
move spec transformers to bottom
|
2014-12-27 21:24:02 +11:00 |
|
Sebastian McKenzie
|
df66fa0a7f
|
heavily simplify system module formatter and share common code between them all
|
2014-12-27 21:23:53 +11:00 |
|
Sebastian McKenzie
|
08dde22939
|
better ClassDeclaration contextual transformation
|
2014-12-27 19:12:56 +11:00 |
|
Sebastian McKenzie
|
d3ea0fe84f
|
always add additional newline on the last node
|
2014-12-27 19:12:43 +11:00 |
|
Sebastian McKenzie
|
22851cd1ac
|
clean up system module formatter
|
2014-12-27 19:12:31 +11:00 |
|
Sebastian McKenzie
|
987dc0692f
|
Merge branch 'feat-system-module-rewrite' of https://github.com/douglasduteil/6to5 into 2.0.0
Conflicts:
lib/6to5/transformation/modules/system.js
test/fixtures/transformation/es6-modules-system/exports-from/expected.js
|
2014-12-27 17:05:21 +11:00 |
|
Sebastian McKenzie
|
e96d02c972
|
make traversal code simpler
|
2014-12-27 17:01:47 +11:00 |
|
Sebastian McKenzie
|
198a9c6ead
|
nicer local exports remapping in default module formatter
|
2014-12-27 16:59:57 +11:00 |
|
Sebastian McKenzie
|
9c92679053
|
fix polyfill regenerator runtime path
|
2014-12-27 16:59:39 +11:00 |
|
Sebastian McKenzie
|
87d2bdadeb
|
remove user transformers
|
2014-12-27 16:59:19 +11:00 |
|
Sebastian McKenzie
|
fa71f2a7f9
|
Merge branch 'core-js' into 2.0.0
Conflicts:
lib/6to5/polyfill.js
|
2014-12-25 14:27:29 +11:00 |
|
Sebastian McKenzie
|
66e7134335
|
revert strict equals after #329
|
2014-12-23 16:11:15 +11:00 |
|
chico
|
5de9c22452
|
fix jsHint errors in branch 2.0.0
|
2014-12-23 06:23:16 +03:00 |
|
Sebastian McKenzie
|
694a8dc456
|
rename helper functions to be more reflective of what they do
|
2014-12-22 23:23:59 +11:00 |
|
Sebastian McKenzie
|
2df1ca3971
|
properly freeze tagged template literal object #328
|
2014-12-22 22:07:45 +11:00 |
|
Sebastian McKenzie
|
52b1d055ac
|
fix regenerator/recast/ast-types monkey patch
|
2014-12-22 21:58:35 +11:00 |
|
Sebastian McKenzie
|
2a316bf362
|
move default parameters to after destructuring for param destructuring
|
2014-12-22 21:38:11 +11:00 |
|
Sebastian McKenzie
|
26ce0b8c8b
|
switch to regenerator/runtime
|
2014-12-22 21:37:40 +11:00 |
|
Sebastian McKenzie
|
bc914e6f23
|
freeze tagged template literal object - fixes #328
|
2014-12-22 21:36:59 +11:00 |
|
Sebastian McKenzie
|
4ea425ac7b
|
remove ParenthesizedExpression
|
2014-12-22 21:36:33 +11:00 |
|
Sebastian McKenzie
|
bd255257f1
|
switch to vanilla regenerator
|
2014-12-22 21:34:09 +11:00 |
|
Sebastian McKenzie
|
f84e0ba640
|
add if statement to class super constructor call
|
2014-12-18 16:30:23 +11:00 |
|
Sebastian McKenzie
|
5ab891b39d
|
make first node in a class body inherit class comments
|
2014-12-18 16:28:13 +11:00 |
|
Sebastian McKenzie
|
2a742b5fac
|
add in todo for a better t.isReferenced
|
2014-12-18 16:28:00 +11:00 |
|
Sebastian McKenzie
|
cd6b678b51
|
add support for exportdeclarations to constants
|
2014-12-18 16:27:50 +11:00 |
|
Sebastian McKenzie
|
22eb8edf41
|
support other operators in abstract reference assignment expression - fixes #311
|
2014-12-18 01:09:51 +11:00 |
|
Douglas Duteil
|
104b1f4c9b
|
feat(system-module): rewrite
|
2014-12-17 02:36:47 +01:00 |
|
Sebastian McKenzie
|
882ed48438
|
fix a catch param property identifier incorrectly being replaced when exploding statements in generators - fixes #301
|
2014-12-16 08:08:06 +11:00 |
|
Sebastian McKenzie
|
49578fe223
|
fix let variable declaration hoisting bug. All let variable declarators now have a default initializer of undefined unless they're the left of a ForIn or ForOf
|
2014-12-16 08:07:46 +11:00 |
|
Sebastian McKenzie
|
01bdb7efdc
|
fix export and import specifier getIds and add support for computed properties to isReferenced
|
2014-12-16 08:07:18 +11:00 |
|
Sebastian McKenzie
|
fc7fc384c9
|
add declaration/reference support to scope
|
2014-12-16 08:06:56 +11:00 |
|
Sebastian McKenzie
|
bd78e3ed4d
|
add end/start user transformers
|
2014-12-16 08:06:38 +11:00 |
|
Sebastian McKenzie
|
1f990f4030
|
fFix module formatter parsing bug where literals were being converted to identifiers
|
2014-12-16 08:06:25 +11:00 |
|
Sebastian McKenzie
|
473b6d6a91
|
more microoptimizations
|
2014-12-15 22:35:58 +11:00 |
|
Sebastian McKenzie
|
a03d491ac6
|
microoptimize module formatters, change method names to a new API, and add support for exporting multiple variable declarators - fixes #299
|
2014-12-15 22:34:49 +11:00 |
|
Sebastian McKenzie
|
e31e68cae3
|
use types.isSpecifierDefault in amd modules formatter
|
2014-12-15 14:16:34 +11:00 |
|
Sebastian McKenzie
|
778b4e3a27
|
remove commonStrict module formatter
|
2014-12-15 14:16:18 +11:00 |
|