Sebastian McKenzie
|
320c78b815
|
make let scoping collision detection much more reliable
|
2015-01-18 12:15:50 +11:00 |
|
Sebastian McKenzie
|
529544ce0e
|
use generateUidIdentifier instead of generateUid
|
2015-01-18 01:16:09 +11:00 |
|
Dan Abramov
|
f9480b5280
|
Avoid closures when traversing
|
2015-01-17 00:13:39 +03:00 |
|
Sebastian McKenzie
|
14ae438735
|
remove declarators push in let scoping
|
2015-01-16 08:06:38 +11:00 |
|
Sebastian McKenzie
|
87da9fcfc5
|
fix let scoping for loop - closes #509
|
2015-01-16 07:58:14 +11:00 |
|
Sebastian McKenzie
|
51c6a3fffc
|
fix let scoping body not existing
|
2015-01-16 02:31:36 +11:00 |
|
Sebastian McKenzie
|
0627cd94d4
|
turn array for ins into fors
|
2015-01-16 02:25:41 +11:00 |
|
Sebastian McKenzie
|
70eae9f6ce
|
remove functions inside of loops
|
2015-01-13 22:18:58 +11:00 |
|
Sebastian McKenzie
|
c8c667bf16
|
add back loop ensure block
|
2015-01-12 20:04:19 +11:00 |
|
Sebastian McKenzie
|
295faf185c
|
remove unnecessary ensureBlock in let scoping transformer #434
|
2015-01-10 22:33:57 +11:00 |
|
Sebastian McKenzie
|
64f9f4dff5
|
only check declarations in let scoping reference check
|
2015-01-06 10:36:49 +11:00 |
|
Sebastian McKenzie
|
90ce4e93ed
|
don't break let reference checking on loops in let scoping
|
2015-01-05 10:21:50 +11:00 |
|
Sebastian McKenzie
|
d20ab0eb05
|
rename traverse stop method to skip and add a stop method that actually breaks the current traversal
|
2015-01-03 20:08:31 +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
|
e96d02c972
|
make traversal code simpler
|
2014-12-27 17:01:47 +11:00 |
|
chico
|
5de9c22452
|
fix jsHint errors in branch 2.0.0
|
2014-12-23 06:23:16 +03: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
|
59b81b389a
|
Fix up checkLoop method comment
|
2014-12-10 21:11:26 +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 |
|
Sebastian McKenzie
|
9c0a8e22d2
|
fix let scoping not working with while loops - fixes #254
|
2014-12-06 19:36:08 +11:00 |
|
Sebastian McKenzie
|
0497860462
|
Fix linting error
|
2014-12-05 23:08:35 +11:00 |
|
Sebastian McKenzie
|
680c6b166a
|
Fix let scoping to work with while loops
|
2014-12-05 23:05:47 +11:00 |
|
Sebastian McKenzie
|
24d9833170
|
better categorisation of transformers
|
2014-11-23 16:15:39 +11:00 |
|