Sebastian McKenzie
|
04ce3db23b
|
add back missing comment fix - fixes #2072
|
2015-07-26 21:56:28 +01:00 |
|
Sebastian McKenzie
|
d7f59180ce
|
add back missing comment fix - fixes #2072
|
2015-07-26 21:56:28 +01:00 |
|
Sebastian McKenzie
|
a571907c5d
|
v5.8.6
|
2015-07-26 21:50:46 +01:00 |
|
Sebastian McKenzie
|
3de3678fae
|
v5.8.6
|
2015-07-26 21:50:46 +01:00 |
|
Sebastian McKenzie
|
8e63ef162c
|
switch function variables to declarations
|
2015-07-26 21:48:09 +01:00 |
|
Sebastian McKenzie
|
d2dc5e7149
|
add LICENSE file to babel-plugin
|
2015-07-26 21:48:01 +01:00 |
|
Sebastian McKenzie
|
502eab6f1c
|
enforce double quotes in .eslintrc
|
2015-07-26 05:50:00 +01:00 |
|
Sebastian McKenzie
|
6ef86f67f4
|
update jsx tests
|
2015-07-26 05:34:03 +01:00 |
|
Sebastian McKenzie
|
9af5e0526f
|
update jsx tests
|
2015-07-26 05:34:03 +01:00 |
|
Sebastian McKenzie
|
671196dffa
|
remove rawValue property from JSX inner text Literal nodes
|
2015-07-26 05:30:27 +01:00 |
|
Sebastian McKenzie
|
6f607ef053
|
remove rawValue property from JSX inner text Literal nodes
|
2015-07-26 05:30:27 +01:00 |
|
Sebastian McKenzie
|
9c2621519a
|
add string check to literal raw retainment
|
2015-07-26 05:26:46 +01:00 |
|
Sebastian McKenzie
|
e229f8ea55
|
remove gross acorn conditional statement styling
|
2015-07-26 05:22:33 +01:00 |
|
Sebastian McKenzie
|
d65c29b60a
|
remove gross acorn conditional statement styling
|
2015-07-26 05:22:33 +01:00 |
|
Sebastian McKenzie
|
18e610820f
|
verify that the raw property we've got stored is actually a string - fixes #2078
|
2015-07-26 05:22:12 +01:00 |
|
Sebastian McKenzie
|
aa8017ba45
|
Merge branch 'development'
|
2015-07-26 05:01:58 +01:00 |
|
Sebastian McKenzie
|
c2c8b2db57
|
add token match method and remove more dead code
|
2015-07-26 04:48:42 +01:00 |
|
Sebastian McKenzie
|
69721b930a
|
add token match method and remove more dead code
|
2015-07-26 04:48:42 +01:00 |
|
Sebastian McKenzie
|
ac742d9a0d
|
Merge pull request #2077 from jadnco/master
Better wording for contribution note
|
2015-07-26 02:14:42 +01:00 |
|
Jaden Dessureault
|
5e2f12aa8c
|
Better wording for contribution note
|
2015-07-25 20:12:02 -05:00 |
|
Sebastian McKenzie
|
23aa7b002d
|
improve babylon test coverage and remove dead code
|
2015-07-25 19:54:19 +01:00 |
|
Sebastian McKenzie
|
676766533c
|
improve babylon test coverage and remove dead code
|
2015-07-25 19:54:19 +01:00 |
|
Sebastian McKenzie
|
2948108c90
|
finish reorganisation of babylon
|
2015-07-25 08:03:39 +01:00 |
|
Sebastian McKenzie
|
2598299e64
|
finish reorganisation of babylon
|
2015-07-25 08:03:39 +01:00 |
|
Sebastian McKenzie
|
e7fec51feb
|
remove range property from nodes, clean up babylon codebase
|
2015-07-25 07:07:22 +01:00 |
|
Sebastian McKenzie
|
7e7ad89724
|
remove range property from nodes, clean up babylon codebase
|
2015-07-25 07:07:22 +01:00 |
|
Sebastian McKenzie
|
e14a3e509c
|
temporarily disable node 0.10 from travis
|
2015-07-25 06:23:26 +01:00 |
|
Sebastian McKenzie
|
af03a301ae
|
fix broken tests take 2
|
2015-07-25 06:16:50 +01:00 |
|
Sebastian McKenzie
|
4e00575ed5
|
fix broken tests take 2
|
2015-07-25 06:16:50 +01:00 |
|
Sebastian McKenzie
|
0e9413e926
|
fix broken tests
|
2015-07-25 06:14:09 +01:00 |
|
Sebastian McKenzie
|
7964e3bf11
|
fix broken tests
|
2015-07-25 06:14:09 +01:00 |
|
Sebastian McKenzie
|
bed14e9b42
|
add espree comment attachment tests and remove ranges test property from babylon tests
|
2015-07-25 06:07:51 +01:00 |
|
Sebastian McKenzie
|
55f3fb3015
|
add espree comment attachment tests and remove ranges test property from babylon tests
|
2015-07-25 06:07:51 +01:00 |
|
Sebastian McKenzie
|
006f3db76a
|
update babylon fixtures to use File as the root node rather than Program
|
2015-07-25 05:24:58 +01:00 |
|
Sebastian McKenzie
|
350e901794
|
update babylon fixtures to use File as the root node rather than Program
|
2015-07-25 05:24:58 +01:00 |
|
Sebastian McKenzie
|
b088f8e6ef
|
switch babylon tests to fixtures
|
2015-07-25 05:19:32 +01:00 |
|
Sebastian McKenzie
|
14d2625753
|
switch babylon tests to fixtures
|
2015-07-25 05:19:32 +01:00 |
|
Sebastian McKenzie
|
008f3d6ada
|
fix broken tests
|
2015-07-25 04:01:30 +01:00 |
|
Sebastian McKenzie
|
00d6b0364d
|
remove unused import
|
2015-07-25 03:56:42 +01:00 |
|
Sebastian McKenzie
|
b12866db86
|
extract out mocha fixtures and resolve utils
|
2015-07-25 03:54:48 +01:00 |
|
Sebastian McKenzie
|
73ff38e35b
|
check whether the last child is the same node as the one we're removing comments from - fixes #2072, fixes #2068
|
2015-07-25 02:16:31 +01:00 |
|
Sebastian McKenzie
|
2ed9416e19
|
check whether the last child is the same node as the one we're removing comments from - fixes #2072, fixes #2068
|
2015-07-25 02:16:31 +01:00 |
|
Sebastian McKenzie
|
e15a28cc1c
|
inherit class constructor function from parent class - fixes babel-plugins/babel-plugin-flow-comments#15
|
2015-07-25 00:40:52 +01:00 |
|
Sebastian McKenzie
|
e51949e402
|
better inheritance for t.inherits
|
2015-07-25 00:40:39 +01:00 |
|
Sebastian McKenzie
|
9cc0442db9
|
make class container shadowed
|
2015-07-24 22:34:14 +01:00 |
|
Sebastian McKenzie
|
ea479ca5a8
|
v5.8.5
|
2015-07-24 21:59:14 +01:00 |
|
Sebastian McKenzie
|
0531b61d59
|
v5.8.5
|
2015-07-24 21:59:14 +01:00 |
|
Sebastian McKenzie
|
bd17e06a2c
|
update changelog
|
2015-07-24 21:45:03 +01:00 |
|
Sebastian McKenzie
|
41753c1a85
|
move down prepublish script execution
|
2015-07-24 21:44:21 +01:00 |
|
Sebastian McKenzie
|
a8f242f4fe
|
add 5.8.4 changelog
|
2015-07-24 21:35:37 +01:00 |
|