Sebastian McKenzie
|
ecf54eeae1
|
code generator: add terminator parentheses test
|
2015-07-28 18:57:00 +01:00 |
|
Sebastian McKenzie
|
e5cb0cf32c
|
break on hitting a terminator paren triggering character to avoid pushing multiple starting parens - fixes #2102
|
2015-07-28 18:55:35 +01:00 |
|
Sebastian McKenzie
|
4d846e3686
|
consider comment starting character to be a terminatorless separator #2106
|
2015-07-28 18:54:47 +01:00 |
|
Sebastian McKenzie
|
2b009e8c47
|
v5.8.14
|
2015-07-28 18:40:08 +01:00 |
|
Sebastian McKenzie
|
fc8c38ac0d
|
clear scope uids when removing a binding - fixes #2101
|
2015-07-28 16:14:58 +01:00 |
|
Sebastian McKenzie
|
f9a657dd36
|
fix chalk API to reset highlighting on codeframe
|
2015-07-28 16:09:21 +01:00 |
|
Sebastian McKenzie
|
0719a99e4d
|
add 5.8.11-5.8.12 changelog
|
2015-07-28 13:45:47 +01:00 |
|
Sebastian McKenzie
|
5712e3c7f2
|
v5.8.13
|
2015-07-28 13:41:00 +01:00 |
|
Sebastian McKenzie
|
1c37c3a8c4
|
Merge branch 'development'
cially if it merges an updated upstream into a topic branch.
|
2015-07-28 09:10:49 +01:00 |
|
Sebastian McKenzie
|
770e89d537
|
v5.8.12
|
2015-07-28 01:38:31 +01:00 |
|
Sebastian McKenzie
|
1d023d98f7
|
v5.8.11
|
2015-07-28 01:37:05 +01:00 |
|
Sebastian McKenzie
|
65c5c0acfd
|
v5.8.10
|
2015-07-28 01:28:44 +01:00 |
|
Sebastian McKenzie
|
a66470d821
|
fix es6 parameter tests
|
2015-07-28 01:25:00 +01:00 |
|
Sebastian McKenzie
|
27c0688742
|
check if options are nully instead of falsy - fixes #2079
|
2015-07-28 01:21:23 +01:00 |
|
Sebastian McKenzie
|
57d2323ae9
|
deopt on binding identifiers with same rest name - fixes #2091
|
2015-07-28 01:19:59 +01:00 |
|
Dan Fabulich
|
beaff831d2
|
Add Unicode BOM to browser.js, fixes issue #340 running from file URL.
|
2015-07-26 23:26:00 -07:00 |
|
Sebastian McKenzie
|
64e7164b55
|
Merge pull request #2087 from loganfsmyth/lookahead-state-fix
Ensure that the original state is restored on lookahead - fixes #2086
|
2015-07-27 04:59:58 +01:00 |
|
Logan Smyth
|
0bfc5a90dc
|
Ensure that the original state is restored on lookahead - fixes #2086
|
2015-07-26 20:56:07 -07:00 |
|
Sebastian McKenzie
|
507303456f
|
prepend ansi reset to code frame when highlighted - fixes #2058
|
2015-07-27 00:19:36 +01:00 |
|
Sebastian McKenzie
|
bcfe88fc06
|
v5.8.9
|
2015-07-27 00:14:29 +01:00 |
|
Sebastian McKenzie
|
caecebf95b
|
make flow transformer use internal state to track whether we're in a type or not - fixes #2083
|
2015-07-27 00:06:26 +01:00 |
|
Sebastian McKenzie
|
a971e9e67f
|
update changelog
|
2015-07-26 22:11:09 +01:00 |
|
Sebastian McKenzie
|
16179e21c8
|
v5.8.8
|
2015-07-26 22:07:32 +01:00 |
|
Sebastian McKenzie
|
c722aadc8d
|
v5.8.7
|
2015-07-26 21:59:55 +01:00 |
|
Sebastian McKenzie
|
c5a407f457
|
really fix comment attachment
|
2015-07-26 21:58:22 +01:00 |
|
Sebastian McKenzie
|
d7f59180ce
|
add back missing comment fix - fixes #2072
|
2015-07-26 21:56:28 +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
|
9af5e0526f
|
update jsx tests
|
2015-07-26 05:34:03 +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
|
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
|
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
|
676766533c
|
improve babylon test coverage and remove dead code
|
2015-07-25 19:54:19 +01:00 |
|
Sebastian McKenzie
|
2598299e64
|
finish reorganisation of babylon
|
2015-07-25 08:03:39 +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
|
4e00575ed5
|
fix broken tests take 2
|
2015-07-25 06:16:50 +01:00 |
|
Sebastian McKenzie
|
7964e3bf11
|
fix broken tests
|
2015-07-25 06:14:09 +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
|
350e901794
|
update babylon fixtures to use File as the root node rather than Program
|
2015-07-25 05:24:58 +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 |
|