Sebastian McKenzie
b5b9794b3f
switch to symbols and add matches parent helper function to abstract out matching
2015-11-08 03:41:15 -08:00
phantom10111
22dc8f8323
Fix scope cache returning an item that was just inserted
2015-11-07 23:09:54 +01:00
Sebastian McKenzie
0370402a0d
fix lint errors
2015-11-06 20:55:05 -05:00
Sebastian McKenzie
bb1703e1a1
add header comment for scope cache function
2015-11-06 20:53:12 -05:00
Sebastian McKenzie
63cd3008d2
clean up parameter names in Scope constructor
2015-11-06 20:42:16 -05:00
Sebastian McKenzie
8dd292075a
clean up scope cache
2015-11-06 20:39:16 -05:00
Sebastian McKenzie
8ec3e16794
fix remaining outer binding identifier issues
2015-11-03 03:13:39 +00:00
Sebastian McKenzie
64a9a6027e
refactor t.getOuterBindingIdentifiers to only return the id if it's a function declaration
2015-11-03 03:05:57 +00:00
Sebastian McKenzie
e72d4508de
only use outer bindings when registering a binding to prevent retreiving function params - fixes #2615
2015-11-03 03:00:27 +00:00
Sebastian McKenzie
e62a00df50
rename NumberLiteral to NumericLiteral and RegexLiteral to RegExpLiteral
2015-11-03 01:19:35 +00:00
Sebastian McKenzie
ae7d5367f1
6.0.0
...
I'm extremely stupid and didn't commit as I go. To anyone reading this
I'm extremely sorry. A lot of these changes are very broad and I plan on
releasing Babel 6.0.0 today live on stage at Ember Camp London so I'm
afraid I couldn't wait. If you're ever in London I'll buy you a beer
(or assorted beverage!) to make up for it, also I'll kiss your feet and
give you a back massage, maybe.
2015-10-29 17:51:24 +00:00
Sebastian McKenzie
fa88b1c00d
abstract out scope binding rename and handle function/class cases where we can retain the name with some ~magic~ - fixes #2435
2015-09-28 02:45:00 +01:00
Sebastian McKenzie
f770f337a4
add Scope#buildUndefinedNode method
2015-09-02 18:06:23 +01:00
Sebastian McKenzie
6ff53e35f3
cap uids based on nodes at 20 characters - fixes #2225
2015-09-02 18:05:33 +01:00
Sebastian McKenzie
15f73b4fc3
remove noisy comments/documentation
2015-09-01 04:56:03 +01:00
Sebastian McKenzie
8067aa65ab
properly register a binding when pushing it to the scope
2015-08-27 16:28:59 -07:00
Sebastian McKenzie
3ef9bffcc2
split up babel core into multiple modules
2015-08-11 17:40:59 +01:00