Sebastian McKenzie
|
2a47afebde
|
more accurate types.isReferenced comment
|
2015-01-28 20:09:37 +11:00 |
|
Sebastian McKenzie
|
968db67d0a
|
add in pattern support to t.isReferenced
|
2015-01-28 20:06:49 +11:00 |
|
Sebastian McKenzie
|
b22ef22e36
|
add missing semicolon
|
2015-01-28 20:03:29 +11:00 |
|
Sebastian McKenzie
|
69f2a0d3f1
|
better t.toIdentifier behaviour that doesn't camelcase on underscores - fixes #610
|
2015-01-28 20:01:55 +11:00 |
|
Sebastian McKenzie
|
4b66dcb738
|
more reliable t.isReferenced - fixes #610
|
2015-01-28 19:58:20 +11:00 |
|
Sebastian McKenzie
|
5477a990bc
|
construct null object for types.getIds
|
2015-01-28 18:09:38 +11:00 |
|
Sebastian McKenzie
|
3db7811f00
|
add missing use strict declarations
|
2015-01-26 15:53:24 +11:00 |
|
Sebastian McKenzie
|
8243a34b69
|
change the way modules handle default exports and function declaration exports
|
2015-01-26 15:53:17 +11:00 |
|
Sebastian McKenzie
|
cfd0059fc7
|
fix linting errors
|
2015-01-26 13:51:06 +11:00 |
|
Sebastian McKenzie
|
2808bc2c90
|
add in custom acorn node constructor
|
2015-01-26 01:32:37 +11:00 |
|
Sebastian McKenzie
|
8a13c12738
|
switch rest and default parameters to new ast type
|
2015-01-24 16:31:43 +11:00 |
|
Sebastian McKenzie
|
3167d66154
|
add t.getLastStatements and File::isConsequenceExpressionStatement
|
2015-01-24 00:04:20 +11:00 |
|
Sebastian McKenzie
|
a22cd72440
|
update to RestElement - @RReverser
|
2015-01-23 23:20:45 +11:00 |
|
Sebastian McKenzie
|
e1d2def4b1
|
add t.getSpecifierId that handles default specifiers
|
2015-01-23 23:03:04 +11:00 |
|
Sebastian McKenzie
|
36fa887be8
|
update XJS namespaces to JSX
|
2015-01-23 08:08:56 +11:00 |
|
Sebastian McKenzie
|
8f68f62f8a
|
add jscs
|
2015-01-22 19:23:56 +11:00 |
|
Sebastian McKenzie
|
d911bdaf63
|
add AssignmentPattern support to scope tracking - fixes #537
|
2015-01-20 08:56:14 +11:00 |
|
Sebastian McKenzie
|
da16bf1e42
|
add t.isReferencedIdentifier
|
2015-01-20 00:17:11 +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 |
|
Sebastian McKenzie
|
3eb4d5b466
|
fix up styling of #518
|
2015-01-17 18:53:40 +11:00 |
|
Dan Abramov
|
f9480b5280
|
Avoid closures when traversing
|
2015-01-17 00:13:39 +03:00 |
|
Dan Abramov
|
938026abeb
|
Use toFastProperties to speed up t.* method access
|
2015-01-17 00:13:38 +03:00 |
|
Sebastian McKenzie
|
20e97f2d9b
|
add flow type visitor keys - none currently as we don't need to traverse over any of them - closes #513
|
2015-01-16 22:46:09 +11:00 |
|
Sebastian McKenzie
|
0627cd94d4
|
turn array for ins into fors
|
2015-01-16 02:25:41 +11:00 |
|
Sebastian McKenzie
|
060aa5ba0b
|
fix rest parameter check in types.isReferenced
|
2015-01-15 19:29:54 +11:00 |
|
Dan Abramov
|
a452f781b8
|
Slightly refactor and add explanations for optimized functions
|
2015-01-15 03:39:24 +03:00 |
|
Dan Abramov
|
58a91ee9e9
|
Optimize node type lookup
|
2015-01-14 23:01:58 +03:00 |
|
Sebastian McKenzie
|
44f06c0b4c
|
instance and static class method names
|
2015-01-15 02:24:23 +11:00 |
|
Sebastian McKenzie
|
f5f17f0ccb
|
ignore function params, rest and catch clauses - webpack/webpack#688
|
2015-01-14 18:39:07 +11:00 |
|
Sebastian McKenzie
|
ea627ed57c
|
don't use function variable declaration for class constructor
|
2015-01-13 00:03:52 +11:00 |
|
Sebastian McKenzie
|
6131cea5b2
|
add classesFastSuper optional transformer - fixes #451
|
2015-01-12 10:19:22 +11:00 |
|
Sebastian McKenzie
|
9853c9d78d
|
add empty statement case to toBlock
|
2015-01-10 22:42:35 +11:00 |
|
Sebastian McKenzie
|
1985146760
|
use Array.isArray instead of _.isArray
|
2015-01-10 22:26:37 +11:00 |
|
Sebastian McKenzie
|
0dafdd6969
|
better support for import collision checking - todo: check exports for collisions
|
2015-01-07 09:08:34 +11:00 |
|
Sebastian McKenzie
|
2a09c0a5a5
|
fix import specifier and export specifier keys
|
2015-01-07 07:57:36 +11:00 |
|
Sebastian McKenzie
|
7439247095
|
change spread call expression context from null to undefined
|
2015-01-06 16:45:39 +11:00 |
|
Sebastian McKenzie
|
9fd1ec0596
|
more reliable toValidIdentifier checking, including reserved words
|
2015-01-05 10:22:06 +11:00 |
|
Sebastian McKenzie
|
2b333de81f
|
add basic support for assignment patterns
|
2015-01-05 00:07:50 +11:00 |
|
Sebastian McKenzie
|
88e542634f
|
fix linting errors
|
2015-01-04 19:45:18 +11:00 |
|
Sebastian McKenzie
|
d945379b5b
|
remove isDynamic checks and always execute those expressions **once**
|
2015-01-03 21:48:06 +11:00 |
|
Sebastian McKenzie
|
71132c3538
|
add types.toComputedPropertyKey helper
|
2015-01-03 20:08:39 +11:00 |
|
Sebastian McKenzie
|
5ec19f23c3
|
add test skeleton for types and add jsdoc comments to types
|
2015-01-02 19:20:05 +11:00 |
|
Sebastian McKenzie
|
ba48b66458
|
add types.appendToMemberExpression and types.prependToMemberExpression helpers
|
2015-01-02 16:46:58 +11:00 |
|
Sebastian McKenzie
|
93ceafc732
|
better uid names
|
2015-01-02 03:53:28 +11:00 |
|
Sebastian McKenzie
|
383912c11b
|
more reliable t.isExpression
|
2015-01-02 01:04:04 +11:00 |
|
Sebastian McKenzie
|
470c8fced0
|
add parens on expressions with trailing comments - fixes #349
|
2015-01-02 00:57:48 +11:00 |
|
Sebastian McKenzie
|
9ee7b07cbf
|
add corejs aliasing transformer and support for optional transformers
|
2015-01-01 20:01:09 +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 |
|