Sebastian McKenzie
|
436874dac8
|
add support for boolean flow literals - fixes #2127
|
2015-07-30 23:44:36 +01:00 |
|
Sebastian McKenzie
|
e4a1e491f6
|
flip around conditional - i hate this style
|
2015-07-29 23:25:45 +01:00 |
|
Sebastian McKenzie
|
42459fe894
|
revert ensureTransformerNames changes - fixes #2119
|
2015-07-29 23:25:32 +01:00 |
|
Sebastian McKenzie
|
7d53f0be1a
|
switch to class prop initialiser
|
2015-07-29 23:22:38 +01:00 |
|
Sebastian McKenzie
|
3df5d31cee
|
add comments and remove dead code
|
2015-07-29 23:22:30 +01:00 |
|
Sebastian McKenzie
|
ed156a8ca5
|
move default module formatter visitors into separate files
|
2015-07-29 23:22:21 +01:00 |
|
Sebastian McKenzie
|
be8ee7d2c5
|
remove start property from beginning of node builders
|
2015-07-29 23:19:51 +01:00 |
|
Sebastian McKenzie
|
aa3f9a16ee
|
switch some classes to class propertie initialisers
|
2015-07-29 23:19:36 +01:00 |
|
Sebastian McKenzie
|
a1bea6d073
|
removed unused i variable
|
2015-07-29 23:19:21 +01:00 |
|
Sebastian McKenzie
|
c2a4276ce9
|
fix deprecated alias key regression - fixes #2119
|
2015-07-29 23:16:47 +01:00 |
|
Sebastian McKenzie
|
c43daa83df
|
v5.8.19
|
2015-07-29 13:32:27 +01:00 |
|
Sebastian McKenzie
|
091d188a67
|
v5.8.18
|
2015-07-29 13:30:00 +01:00 |
|
Sebastian McKenzie
|
dbe1d53e75
|
v5.8.17
|
2015-07-29 13:28:24 +01:00 |
|
Sebastian McKenzie
|
52e87d576d
|
v5.8.15
|
2015-07-29 04:22:52 +01:00 |
|
Sebastian McKenzie
|
2c197a508d
|
fix esModule error for realsies now
|
2015-07-29 04:21:34 +01:00 |
|
Sebastian McKenzie
|
f1d42e7beb
|
Revert "don't throw error on locationless illegal export name"
This reverts commit db13cbfa0683570a55e2461ff0006a8c35eebbed.
|
2015-07-29 04:17:50 +01:00 |
|
Sebastian McKenzie
|
db13cbfa06
|
don't throw error on locationless illegal export name
|
2015-07-29 04:16:57 +01:00 |
|
Sebastian McKenzie
|
bda0d5cc68
|
create new export named declaration when we're splitting it up - fixes #2092
|
2015-07-28 19:58:51 +01:00 |
|
Sebastian McKenzie
|
90fb36d3ea
|
create new raw identifiers instead of cloning the original user one when exploding export specifiers - fixes #2092
|
2015-07-28 19:42:05 +01:00 |
|
Sebastian McKenzie
|
2c3566de03
|
remove flow types from being scope tracked - these aren't used anywhere and if they're going to be added back they need to be abstracted from bindings to create any real value - fixes #2105
|
2015-07-28 19:26:52 +01:00 |
|
Sebastian McKenzie
|
73d6257377
|
remove trailing whitespace
|
2015-07-28 18:59:28 +01:00 |
|
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
|
770e89d537
|
v5.8.12
|
2015-07-28 01:38:31 +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 |
|
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
|
16179e21c8
|
v5.8.8
|
2015-07-26 22:07:32 +01:00 |
|
Sebastian McKenzie
|
3de3678fae
|
v5.8.6
|
2015-07-26 21:50:46 +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
|
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
|
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
|
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
|
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
|
0531b61d59
|
v5.8.5
|
2015-07-24 21:59:14 +01:00 |
|
Sebastian McKenzie
|
ca9ea6826f
|
v5.8.4
|
2015-07-24 21:30:26 +01:00 |
|
Sebastian McKenzie
|
9cb5006136
|
fix broken imports and test newlines
|
2015-07-24 21:15:27 +01:00 |
|