6338 Commits

Author SHA1 Message Date
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
00d916507a v5.8.16 2015-07-29 04:24:37 +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
484eb4dee8 Merge branch 'master' into development 2015-07-29 03:22:05 +01:00
Sebastian McKenzie
7ff0146e48 Merge pull request #2107 from samccone/sjs/update-browserify
Update dev browserify.
2015-07-29 03:09:34 +01:00
Sam Saccone
3c07b519f5 Update dev browserify.
This allows us to browserify the contents of test/browser.js without
erroring

The previous version of browserify was choking on the file.

xref #1838
2015-07-28 22:07:38 -04:00
Sebastian McKenzie
5990785ab1 fix bug where files that babel can compile weren't being written when ignored with the --copy-files flag 2015-07-28 20:04:32 +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
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