Sebastian McKenzie
|
11b1e39973
|
add no-constant-condition lint rule
|
2015-09-15 06:20:45 +01:00 |
|
Sebastian McKenzie
|
a4d6ea0d07
|
put monorepo intro on same line
|
2015-09-15 06:20:34 +01:00 |
|
Sebastian McKenzie
|
f3a016df30
|
add babel-runtime to babylon dependencies
|
2015-09-15 06:20:21 +01:00 |
|
Sebastian McKenzie
|
78fafdf18b
|
add babel-runtime to babylon dependencies
|
2015-09-15 06:20:21 +01:00 |
|
Sebastian McKenzie
|
446cc3e869
|
add babylon description
|
2015-09-15 06:20:03 +01:00 |
|
Sebastian McKenzie
|
800b039d02
|
add babylon description
|
2015-09-15 06:20:03 +01:00 |
|
Sebastian McKenzie
|
fc87af4c81
|
add dead simple babylon bin
|
2015-09-15 06:19:49 +01:00 |
|
Sebastian McKenzie
|
c751771889
|
add dead simple babylon bin
|
2015-09-15 06:19:49 +01:00 |
|
Sebastian McKenzie
|
e8fa03ea1c
|
add parser util addExtra method
|
2015-09-15 06:19:35 +01:00 |
|
Sebastian McKenzie
|
4996e6bc7f
|
add parser util addExtra method
|
2015-09-15 06:19:35 +01:00 |
|
Sebastian McKenzie
|
bf841c7e27
|
use extra.parenthesized rather than parenthesizedExpression
|
2015-09-15 06:19:26 +01:00 |
|
Sebastian McKenzie
|
fbda587964
|
use extra.parenthesized rather than parenthesizedExpression
|
2015-09-15 06:19:26 +01:00 |
|
Sebastian McKenzie
|
d1ecb04d0f
|
add hasFeature util method
|
2015-09-15 06:18:23 +01:00 |
|
Sebastian McKenzie
|
25aa6da989
|
add hasFeature util method
|
2015-09-15 06:18:23 +01:00 |
|
Sebastian McKenzie
|
40aab69ed0
|
remove weird acorn conditional formatting
|
2015-09-15 06:18:15 +01:00 |
|
Sebastian McKenzie
|
c31d2afc7f
|
remove weird acorn conditional formatting
|
2015-09-15 06:18:15 +01:00 |
|
Sebastian McKenzie
|
9e264e70ae
|
only allow identifiers as rest expressions
|
2015-09-15 06:18:04 +01:00 |
|
Sebastian McKenzie
|
76eb259ea8
|
only allow identifiers as rest expressions
|
2015-09-15 06:18:04 +01:00 |
|
Sebastian McKenzie
|
54a4f16b08
|
add RestProperty node
|
2015-09-15 06:17:45 +01:00 |
|
Sebastian McKenzie
|
bcab30e606
|
add RestProperty node
|
2015-09-15 06:17:45 +01:00 |
|
Sebastian McKenzie
|
c5e2e4d39e
|
loop over all directives to check for use strict
|
2015-09-15 06:16:57 +01:00 |
|
Sebastian McKenzie
|
eae82799e6
|
loop over all directives to check for use strict
|
2015-09-15 06:16:57 +01:00 |
|
Sebastian McKenzie
|
c892cae6af
|
use hasFeature rather than directly looking up options
|
2015-09-15 06:16:46 +01:00 |
|
Sebastian McKenzie
|
8a13465f80
|
use hasFeature rather than directly looking up options
|
2015-09-15 06:16:46 +01:00 |
|
Sebastian McKenzie
|
415752dbb7
|
add directives property to Program and BlockStatement
|
2015-09-15 06:16:07 +01:00 |
|
Sebastian McKenzie
|
dae16fa192
|
add directives property to Program and BlockStatement
|
2015-09-15 06:16:07 +01:00 |
|
Sebastian McKenzie
|
59948c6649
|
add babylon hasFeature util method
|
2015-09-15 06:15:19 +01:00 |
|
Sebastian McKenzie
|
5ea5d47d7f
|
add babylon hasFeature util method
|
2015-09-15 06:15:19 +01:00 |
|
Sebastian McKenzie
|
ae85fc0251
|
rename features in babylon tests
|
2015-09-15 06:13:11 +01:00 |
|
Sebastian McKenzie
|
e1575c468c
|
rename features in babylon tests
|
2015-09-15 06:13:11 +01:00 |
|
Sebastian McKenzie
|
9969224a93
|
add more plugins, rename some
|
2015-09-15 06:12:46 +01:00 |
|
Sebastian McKenzie
|
3e8cbc60eb
|
export babel-template from babel-core
|
2015-09-15 06:11:38 +01:00 |
|
Sebastian McKenzie
|
daa95ad400
|
simplify parse helper options
|
2015-09-15 06:11:25 +01:00 |
|
Sebastian McKenzie
|
248d457d87
|
remove parse API from referring to transformers
|
2015-09-15 06:11:14 +01:00 |
|
Sebastian McKenzie
|
6e38c037d5
|
removal redundant comments
|
2015-09-15 06:10:52 +01:00 |
|
Sebastian McKenzie
|
c7130181f7
|
clean up browser API
|
2015-09-15 06:10:38 +01:00 |
|
Sebastian McKenzie
|
95e36e10be
|
update babel-node with plugins and presets option
|
2015-09-15 06:10:17 +01:00 |
|
Sebastian McKenzie
|
5a5e72f0bd
|
Merge pull request #2382 from jucrouzet/patch-1
Test build on Node4.0
|
2015-09-14 17:36:33 +01:00 |
|
Sebastian McKenzie
|
37172857b4
|
Merge pull request #2379 from bradencanderson/defaults_correct_remap
RHS of AssignmentPattern can be a reference to a bound variable
|
2015-09-14 17:36:22 +01:00 |
|
Julien CROUZET
|
b2021277b3
|
Test build on Node4.0
|
2015-09-14 16:08:49 +02:00 |
|
Braden Anderson
|
9780858722
|
RHS of AssignmentPattern can be a reference to a bound variable
|
2015-09-14 17:25:23 +07:00 |
|
Sebastian McKenzie
|
bd9b86d6d5
|
Merge pull request #2316 from andrewimm/development
Let dead code elimination run over exported functions
|
2015-09-14 03:38:55 +01:00 |
|
Henry Zhu
|
f742806978
|
evaluation: tests for UnaryExpression and BinaryExpression
|
2015-09-12 20:11:33 -04:00 |
|
Sebastian McKenzie
|
f18f79cc6d
|
Merge pull request #2293 from andrewimm/master
Allow more certainty when evaluating Logical Expressions
|
2015-09-12 18:59:48 +01:00 |
|
Sebastian McKenzie
|
58723068d3
|
Merge pull request #2357 from hzoo/i-2355
evaluation: don't evaluate `in` and `instanceof` binary exp - fixes #…
|
2015-09-11 20:21:30 +01:00 |
|
Henry Zhu
|
95e63fd9c9
|
evaluation: don't evaluate in and instanceof binary exp - fixes #2355
|
2015-09-11 00:41:03 -04:00 |
|
Sebastian McKenzie
|
554fda00c1
|
add 5.8.23-24 changelog
|
2015-09-10 20:18:02 +01:00 |
|
Sebastian McKenzie
|
8d422bb69c
|
v5.8.24
|
2015-09-10 20:13:20 +01:00 |
|
Sebastian McKenzie
|
ade747eb9c
|
Merge pull request #2352 from spicyj/jsx-xss
Include $$typeof on inlined React elements
|
2015-09-10 20:03:42 +01:00 |
|
Ben Alpert
|
52fb99a341
|
Reorder React element properties for consistent hidden class
|
2015-09-10 01:22:06 -07:00 |
|