422 Commits

Author SHA1 Message Date
Sebastian McKenzie
e95e836d5a export * should not export default 2015-07-31 01:29:46 +01:00
Sebastian McKenzie
f0aa8fb6eb add es6.spec.modules transformer - fixes #1716, fixes #1714 2015-07-31 01:18:45 +01:00
Sebastian McKenzie
ea31229d95 Merge remote-tracking branch 'origin/no-new-arrow' into development
Conflicts:
	src/babel/transformation/file/index.js
	src/babel/transformation/transformers/es6/arrow-functions.js
	src/babel/transformation/transformers/index.js
	src/babel/transformation/transformers/internal/shadow-functions.js
	src/babel/traversal/path/ancestry.js
2015-07-31 01:08:30 +01:00
Sebastian McKenzie
f97e201b56 fix linting error and add missing tests 2015-07-30 23:47:59 +01:00
Sebastian McKenzie
76111143bb remove dead tests 2015-07-30 23:44:41 +01:00
Sebastian McKenzie
436874dac8 add support for boolean flow literals - fixes #2127 2015-07-30 23:44:36 +01:00
Sebastian McKenzie
ba2d18f025 add acorn license - cc @RReverser 2015-07-30 12:57:23 +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
b91b4a4dc0 fix syntax error 2015-07-29 16:43:52 +01:00
Sebastian McKenzie
99d8dec04d clear rawValue from JSX attribute values as they're tokenised and parsed differently - fixes #2114 2015-07-29 16:15: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
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
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
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
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
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