Sebastian McKenzie
|
193a3c167e
|
loops should contain their child block let declarations
|
2015-01-20 19:33:26 +11:00 |
|
Sebastian McKenzie
|
26cb5d5a65
|
add block to for loop scope - fixes #538
|
2015-01-20 16:48:41 +11:00 |
|
Sebastian McKenzie
|
36a933a004
|
add strict mode to every file
|
2015-01-18 18:44:08 +11:00 |
|
Sebastian McKenzie
|
774cb66d9b
|
add isBlockedScoped types helper
|
2015-01-18 18:23:37 +11:00 |
|
Sebastian McKenzie
|
621e66e9ac
|
add private declaration and comprehension expression support to scope tracking and id building
|
2015-01-18 02:35:08 +11:00 |
|
Dan Abramov
|
f9480b5280
|
Avoid closures when traversing
|
2015-01-17 00:13:39 +03:00 |
|
Sebastian McKenzie
|
f6c72e9ae9
|
add newline to scope
|
2015-01-11 22:15:56 +11:00 |
|
Sebastian McKenzie
|
75e97d9f7e
|
format scope default declarations better
|
2015-01-10 22:34:08 +11:00 |
|
Sebastian McKenzie
|
7f4efecb7d
|
support for CallExpression in Scope.prototype.generateUidBasedOnNode
|
2015-01-04 07:59:43 +11:00 |
|
Sebastian McKenzie
|
d945379b5b
|
remove isDynamic checks and always execute those expressions **once**
|
2015-01-03 21:48:06 +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
|
9a633ebd9c
|
update scope to use new traversal api
|
2015-01-01 22:33:40 +11:00 |
|
Sebastian McKenzie
|
e96d02c972
|
make traversal code simpler
|
2014-12-27 17:01:47 +11:00 |
|
Sebastian McKenzie
|
fc7fc384c9
|
add declaration/reference support to scope
|
2014-12-16 08:06:56 +11:00 |
|
Sebastian McKenzie
|
c7d69b2f92
|
block scope constants
|
2014-12-10 23:49:13 +11:00 |
|
Sebastian McKenzie
|
dae46bfbfa
|
DRY up isDynamic checks - add isDynamic check to spread - fixes #232
|
2014-12-05 10:53:46 +11:00 |
|
Sebastian McKenzie
|
a0219ef278
|
fix let scoping unneccesary override - fixes #245
|
2014-12-05 09:55:26 +11:00 |
|
Sebastian McKenzie
|
d184bc93b9
|
add playground
|
2014-11-25 23:50:50 +11:00 |
|
Sebastian McKenzie
|
07de6f5f4a
|
clean up Scope reference addition
|
2014-11-25 18:59:45 +11:00 |
|
Sebastian McKenzie
|
b8ec87e058
|
fix Scope::push block type error message
|
2014-11-24 00:59:56 +11:00 |
|
Sebastian McKenzie
|
49e7e3b998
|
fix multiple references in experimental abstract references #207
|
2014-11-24 00:35:18 +11:00 |
|
Sebastian McKenzie
|
b5feaf7c2f
|
remove dead code
|
2014-11-20 21:17:57 +11:00 |
|
Sebastian McKenzie
|
a90f133918
|
update Scope arguments
|
2014-11-20 21:09:38 +11:00 |
|
Sebastian McKenzie
|
0a25618c34
|
collect references that haven't been declared in scope - fixes #173 and fixes #175
|
2014-11-20 16:53:22 +11:00 |
|
Sebastian McKenzie
|
e290990371
|
scope: remove unused references instance property
|
2014-11-16 14:34: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
|
37f360c72d
|
make scope tracker more reliable to handle all edgecases
|
2014-11-14 23:13:58 +11:00 |
|
Sebastian McKenzie
|
a909a6febd
|
add CatchClause scope
|
2014-11-09 13:42:00 +11:00 |
|
Sebastian McKenzie
|
cd9e289dee
|
traverse: clean up scope getIds building
|
2014-11-09 12:07:14 +11:00 |
|
Sebastian McKenzie
|
5c6d57c51b
|
add transformation and generation folders
|
2014-11-08 09:17:12 +11:00 |
|