6222 Commits

Author SHA1 Message Date
Sebastian McKenzie
c4e43bdeea add error name to babel-cli syntax errors 2015-07-31 12:48:52 +01:00
Sebastian McKenzie
2d73acdd54 Merge branch 'master' into development 2015-07-31 12:45:13 +01:00
Sebastian McKenzie
aee240c73e put containsEsc on state rather than as a local variable 2015-07-31 12:44:54 +01:00
Sebastian McKenzie
a8572c7088 Merge pull request #2126 from mmun/fix-2122
Register import bindings to the specifier instead of the declaration - fixes #2122
2015-07-31 12:43:45 +01:00
Sebastian McKenzie
72a5e7429b Merge pull request #2136 from jmm/optimize-block-hoist2
Tighten up block-hoist transformer
2015-07-31 12:04:12 +01:00
Jesse McCarthy
2ab41ec1f7 Break loop as soon as change detected. 2015-07-30 23:49:58 -04:00
Martin Muñoz
75d78623f7 Register import bindings to the specifier instead of the declaration - fixes #2122 2015-07-30 22:28:30 -04:00
Sebastian McKenzie
f5d9427153 only output code frame and message on syntax errors in CLI - fixes #1971 2015-07-31 02:19:06 +01:00
Sebastian McKenzie
547aaac0c0 set decorated initialisers that have no initialiser to undefined 2015-07-31 01:39:18 +01:00
Sebastian McKenzie
23cf77746d optimise common typeof cases in es6.spec.symbols transformer 2015-07-31 01:37:50 +01:00
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
36b3d5b3b1 Merge pull request #2065 from iamolivinius/master
update to core-js 1.0.0
2015-07-31 00:02:24 +01:00
Sebastian McKenzie
2845913d58 Merge pull request #2089 from dfabulich/master
Add Unicode BOM to browser.js, fixes issue #340 running from file URL.
2015-07-31 00:01:51 +01:00
Sebastian McKenzie
27f622cb30 add babel-plugin templates to babelignore - fixes #2073 2015-07-30 23:56:34 +01:00
Sebastian McKenzie
f97e201b56 fix linting error and add missing tests 2015-07-30 23:47:59 +01:00
Sebastian McKenzie
c480f6d5ba Merge pull request #2132 from benjamn/patch-3
Update Regenerator dependency to 0.8.35.
2015-07-30 23:44:49 +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
Ben Newman
04857656d6 Update Regenerator dependency to 0.8.35.
I fully expect the CI tests to pass, but it's nice to have that safety layer.
2015-07-30 18:41:01 -04:00
Sebastian McKenzie
ba2d18f025 add acorn license - cc @RReverser 2015-07-30 12:57:23 +01:00
Sebastian McKenzie
723d51e6f5 add rollback support to publish script 2015-07-29 23:27:50 +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
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