Sebastian McKenzie
|
392b7b0333
|
ignore ExportDefaultSpecifiers and ExportNamespaceSpecifiers in t.isReferenced - fixes #2324
|
2015-09-05 03:05:29 +01:00 |
|
Andrew Imm
|
a6e0ec8371
|
Allow more certainty when evaluating Logical Expressions
|
2015-09-03 08:55:26 -07:00 |
|
Sebastian McKenzie
|
436ba9b653
|
Merge pull request #2306 from hzoo/eval-typeof
evaluation: evaluate typeof
|
2015-09-03 15:49:31 +01:00 |
|
Sebastian McKenzie
|
213a9923b9
|
add builder keys for JSXElement and add starter validation
|
2015-09-03 15:45:43 +01:00 |
|
Sebastian McKenzie
|
b6b553f27f
|
update JSXElement visitor keys - fixes #2318
|
2015-09-03 15:45:26 +01:00 |
|
Henry Zhu
|
5c58b52d40
|
evaluation: evaluate typeof UnaryExpression
|
2015-09-03 09:32:01 -04:00 |
|
Andrew Imm
|
79c25ecf13
|
Let dead code elimination run over exported functions
|
2015-09-03 00:52:05 -07:00 |
|
Sebastian McKenzie
|
64be6530fe
|
add packages README
|
2015-09-03 06:33:51 +01:00 |
|
Sebastian McKenzie
|
3831b1b37a
|
add support for bind expression to t.isReferenced
|
2015-09-02 18:06:51 +01:00 |
|
Sebastian McKenzie
|
3f69534ae5
|
add JSXText
|
2015-09-02 18:06:42 +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
|
a26186cf21
|
finish metaphor in monorepo doc since @jdalton linked to it and i don't want to look stupid
|
2015-09-01 17:21:32 +01:00 |
|
Sebastian McKenzie
|
acc801897a
|
Merge pull request #2300 from hzoo/add-more-binary-ops
evaluation: add more binary operators
|
2015-09-01 15:34:32 +01:00 |
|
Sebastian McKenzie
|
edae7970b1
|
Merge pull request #2301 from danez/patch-1
Fix typo in code
|
2015-09-01 15:31:51 +01:00 |
|
Daniel Tschinder
|
ab1dd2c090
|
Fix typo in code
|
2015-09-01 16:28:29 +02:00 |
|
Henry Zhu
|
5bb42ed10d
|
evaluation: add more binary operators
|
2015-09-01 10:14:38 -04:00 |
|
Sebastian McKenzie
|
1ea835f42f
|
start moving more transformers to packages and finish import of plugins from babel-plugins
|
2015-09-01 08:37:37 +01:00 |
|
Sebastian McKenzie
|
9f9d9cd84b
|
move some babel-plugins into the main repo
|
2015-09-01 06:58:53 +01:00 |
|
Sebastian McKenzie
|
f33c96c276
|
make export default anoynmous class/function statements - fixes #2205
|
2015-09-01 05:34:11 +01:00 |
|
Sebastian McKenzie
|
5161c4839c
|
remove separator in README
|
2015-09-01 05:09:42 +01:00 |
|
Sebastian McKenzie
|
2dc9ebf830
|
more readme styling nits
|
2015-09-01 05:09:16 +01:00 |
|
Sebastian McKenzie
|
08ce312ff2
|
update styling in docs
|
2015-09-01 05:08:03 +01:00 |
|
Sebastian McKenzie
|
a86119a5ec
|
update test script mocha.opts location
|
2015-09-01 05:06:08 +01:00 |
|
Sebastian McKenzie
|
4f2da607b0
|
add catch to npm uninstall babel in bootstrap
|
2015-09-01 05:05:59 +01:00 |
|
Sebastian McKenzie
|
5d695482f0
|
remove build-plugins
|
2015-09-01 05:05:45 +01:00 |
|
Sebastian McKenzie
|
610b432ba3
|
add docs
|
2015-09-01 05:05:32 +01:00 |
|
Sebastian McKenzie
|
5c5191b317
|
add headings to README
|
2015-09-01 05:01:25 +01:00 |
|
Sebastian McKenzie
|
125fe8cc56
|
update CONTRIBUTING.md header message
|
2015-09-01 05:01:11 +01:00 |
|
Sebastian McKenzie
|
268d575e12
|
remove noisy comments
|
2015-09-01 05:00:50 +01:00 |
|
Sebastian McKenzie
|
ac5dcf2884
|
add support for eslint colons in visitors
|
2015-09-01 05:00:38 +01:00 |
|
Sebastian McKenzie
|
b7c91178a9
|
fix babel-runtime build-dist requires
|
2015-09-01 05:00:24 +01:00 |
|
Sebastian McKenzie
|
68e1a442c5
|
don't deopt _guessExecutionStatusRelativeTo on specific function cases
|
2015-09-01 05:00:14 +01:00 |
|
Sebastian McKenzie
|
1895ee02b5
|
add Path#isStatic
|
2015-09-01 04:59:52 +01:00 |
|
Sebastian McKenzie
|
1d31db29a5
|
identify function parameters as binding parameters
|
2015-09-01 04:59:40 +01:00 |
|
Sebastian McKenzie
|
0bf747c214
|
convert stragellers to unoverloaded Literal nodes
|
2015-09-01 04:58:44 +01:00 |
|
Sebastian McKenzie
|
59f71a3a09
|
add validation to babel-types - fixes #1858
|
2015-09-01 04:58:11 +01:00 |
|
Sebastian McKenzie
|
ab78685124
|
remove deprecated features
|
2015-09-01 04:57:10 +01:00 |
|
Sebastian McKenzie
|
23e0aa8b60
|
move polyfill dist to babel-polyfill package
|
2015-09-01 04:56:35 +01:00 |
|
Sebastian McKenzie
|
15f73b4fc3
|
remove noisy comments/documentation
|
2015-09-01 04:56:03 +01:00 |
|
Sebastian McKenzie
|
582061a9e8
|
move mocha.opts into test directory
|
2015-09-01 04:49:42 +01:00 |
|
Sebastian McKenzie
|
20bcdc0206
|
add rollback support to publish script
|
2015-09-01 04:49:29 +01:00 |
|
Sebastian McKenzie
|
8d7b3c462f
|
unoverload Literal AST node
|
2015-09-01 04:49:16 +01:00 |
|
Sebastian McKenzie
|
95f061b76e
|
move some dotfiles into package.json
|
2015-09-01 04:34:10 +01:00 |
|
Sebastian McKenzie
|
947ded1563
|
Merge pull request #2238 from prathamesh-sonpatki/doc-path-context
Document some methods from path/context.js
|
2015-09-01 04:31:17 +01:00 |
|
Sebastian McKenzie
|
19da69e7b4
|
Merge pull request #2235 from prathamesh-sonpatki/doc-ensure-callbacks-are-arrays
Document ensureCallbackArrays method from visitors.js
|
2015-09-01 04:30:36 +01:00 |
|
Sebastian McKenzie
|
310f38f3e7
|
remove polyfill from main package
|
2015-08-29 20:16:56 -07:00 |
|
Sebastian McKenzie
|
9908f2420d
|
bump babel-plugin-react-display-name
|
2015-08-29 20:16:49 -07:00 |
|
Sebastian McKenzie
|
faa5cbbd08
|
Merge branch 'master' into development
Conflicts:
packages/babel/package.json
packages/babel/src/traversal/scope/index.js
|
2015-08-27 16:42:21 -07:00 |
|
Sebastian McKenzie
|
442f1173d2
|
v5.8.23
|
2015-08-27 16:38:34 -07:00 |
|