Sebastian McKenzie
|
800c350db6
|
use Object.defineProperty on computed properties - fixes #357
|
2015-01-02 00:40:37 +11:00 |
|
Sebastian McKenzie
|
52e23473ed
|
allow export default non-functions mapping to module.exports in common module formatter - fixes #356
|
2015-01-01 22:58:46 +11:00 |
|
Sebastian McKenzie
|
9d6850d576
|
fix linting errors
|
2015-01-01 22:35:08 +11:00 |
|
Sebastian McKenzie
|
9680730e24
|
remove forced closure on super classes
|
2015-01-01 22:34:22 +11:00 |
|
Sebastian McKenzie
|
0ebc073762
|
update traversal api, removing return false; in favor of this.stop();
|
2015-01-01 22:33:17 +11:00 |
|
Sebastian McKenzie
|
860432cdfd
|
hoist export default to very top
|
2015-01-01 22:31:59 +11:00 |
|
Sebastian McKenzie
|
94a11cd602
|
add optional core aliasing transformer
|
2015-01-01 20:02:20 +11:00 |
|
Sebastian McKenzie
|
ab6e424cac
|
make experimental transformers declare that they're experimental
|
2015-01-01 20:01:24 +11:00 |
|
Sebastian McKenzie
|
aee1ca45b0
|
add isFalsyExpression check to superName and make classes a closure if they're inheriting
|
2014-12-31 11:54:39 +11:00 |
|
Sebastian McKenzie
|
46632e1a97
|
better object getter memoization - closes #353
|
2014-12-31 11:54:13 +11:00 |
|
Sebastian McKenzie
|
ceb32816d7
|
fix destructuring in switch/case statements - closes #346
|
2014-12-29 01:26:51 +11:00 |
|
Sebastian McKenzie
|
d951082b09
|
move replacement node comment inheritance to traverse replacement
|
2014-12-29 01:26:11 +11:00 |
|
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
|
6e1c12fd78
|
inherit comments in for-of transformer
|
2014-12-28 01:09:48 +11:00 |
|
Sebastian McKenzie
|
322aa246b8
|
fix automatic closure on private declarations - fixes #335
|
2014-12-28 01:01:13 +11:00 |
|
Sebastian McKenzie
|
c4c9f7984f
|
fix linting errors
|
2014-12-27 23:55:52 +11:00 |
|
Sebastian McKenzie
|
add0a7d5fe
|
better ClassDeclarations in expression contexts
|
2014-12-27 21:24:29 +11:00 |
|
Sebastian McKenzie
|
08dde22939
|
better ClassDeclaration contextual transformation
|
2014-12-27 19:12:56 +11:00 |
|
Sebastian McKenzie
|
e96d02c972
|
make traversal code simpler
|
2014-12-27 17:01:47 +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
|
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
|
5ab891b39d
|
make first node in a class body inherit class comments
|
2014-12-18 16:28:13 +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 |
|
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
|
473b6d6a91
|
more microoptimizations
|
2014-12-15 22:35:58 +11:00 |
|
Sebastian McKenzie
|
2fb6c7820c
|
microoptimizations
|
2014-12-15 13:59:54 +11:00 |
|
Sebastian McKenzie
|
00cb90541a
|
add support for experimental private abstract references syntax - closes #291
|
2014-12-14 14:49:25 +11:00 |
|
Sebastian McKenzie
|
833a4900da
|
remove IIFE on class declarations #288
|
2014-12-13 17:33:35 +11:00 |
|
Sebastian McKenzie
|
593e4ca670
|
remove useless GeneratorFunction aliasing causing issues #283
|
2014-12-12 12:14:24 +11:00 |
|
Sebastian McKenzie
|
615425c808
|
fix linting errors
|
2014-12-12 12:14:02 +11:00 |
|
Sebastian McKenzie
|
74f40c2824
|
fix generator rest parameters
|
2014-12-11 11:02:55 +11:00 |
|
Sebastian McKenzie
|
2537768772
|
inherit comments in modules transformer - fixes #280
|
2014-12-11 10:13:40 +11:00 |
|
Sebastian McKenzie
|
8af05634fa
|
fix rest parameters on arrow functions
|
2014-12-11 10:10:07 +11:00 |
|
Sebastian McKenzie
|
74614e712e
|
make rest parameters work inside of aliasFunction
|
2014-12-11 09:52:50 +11:00 |
|
Sebastian McKenzie
|
c7d69b2f92
|
block scope constants
|
2014-12-10 23:49:13 +11:00 |
|
Sebastian McKenzie
|
2a0b63f3bb
|
better symbol iterator check in regenerator runtime
|
2014-12-10 23:28:50 +11:00 |
|
Sebastian McKenzie
|
f11f364d2c
|
add _aliasFunction to generator comprehension container - fixes #278
|
2014-12-10 21:28:49 +11:00 |
|
Sebastian McKenzie
|
59b81b389a
|
Fix up checkLoop method comment
|
2014-12-10 21:11:26 +11:00 |
|
Sebastian McKenzie
|
187f7ba01e
|
Remove regenerator finished generator error
|
2014-12-10 21:10:59 +11:00 |
|
Sebastian McKenzie
|
e6da342e8b
|
add a "spec" transformer namespace for transformers that nicen up code and make it well, more spec compliant
|
2014-12-10 21:09:58 +11:00 |
|
Sebastian McKenzie
|
e97e916b5c
|
module export variable declaration initializer default - fixes #264
|
2014-12-09 23:18:54 +11:00 |
|
Sebastian McKenzie
|
c1c22ed5f7
|
fix duplicate comments on property key shorthands - fixes #234
|
2014-12-07 11:43:51 +11:00 |
|
Sebastian McKenzie
|
fbdaedc4f8
|
remove unused loopParent variable
|
2014-12-06 23:36:28 +11:00 |
|
Sebastian McKenzie
|
75c8d73d35
|
add default initializer to let variables within loop bodies and fix excessive break replacement inside of switches in let scoping - fixes #255
|
2014-12-06 23:35:47 +11:00 |
|