Luke Scott
03dbaa3e0e
fix resolve-rc loading options twice - fixes #1329
2015-04-24 07:13:26 -07:00
George Stagas
2bd35fac6e
normalize filename slashes for shouldIgnore
2015-04-24 16:58:52 +03:00
Sebastian McKenzie
cdca4e50d9
Merge pull request #1333 from isojs/fix-rimraf-tmp
...
Fix test temporary dir cleanup
2015-04-24 11:31:09 +01:00
Sebastian McKenzie
bb041c1bd6
Merge pull request #1330 from joemcbride/master
...
Bump convert-source-map version.
2015-04-24 11:30:47 +01:00
Sebastian McKenzie
a36c1b4a92
rewrite this in shadowed functions inside native derived class constructors - fixes #1340
2015-04-24 11:20:29 +01:00
George Stagas
b760daca21
fix test tmp dir cleanup
2015-04-23 21:27:14 +03:00
Joe McBride
ff63d8f60c
Bump convert-source-map version.
...
Relates to #1014
2015-04-23 09:29:19 -07:00
Sebastian McKenzie
74f04ed6a1
clean up interop require
2015-04-22 00:14:55 +01:00
Sebastian McKenzie
74d880bf18
Merge pull request #1317 from jeffmo/copy_static_props_on_foreign_export_objs
...
Copy statics from foreign exports objects when doing an ES6 import
2015-04-21 22:44:52 +01:00
jeffmo
5ce38cacaa
Copy statics off of foreign exports objects when doing an ES6 import
2015-04-21 12:17:43 -04:00
Sebastian McKenzie
829f642ad8
fix spread properties in assignment position - fixes #1315
2015-04-21 16:24:34 +01:00
Sebastian McKenzie
80a4b95da4
fix incorrect externalHelpers option definition - fixes #1307
2015-04-21 16:16:07 +01:00
Sebastian McKenzie
dc2a20dbcd
Merge branch 'master' of github.com:babel/babel
2015-04-21 16:14:49 +01:00
Sebastian McKenzie
f6278e43ce
properly handle shorthand JSX attributes in optimisation.react.inlineElements transformer - fixes #1309
2015-04-21 16:14:36 +01:00
Sebastian McKenzie
30bc80000b
Merge pull request #1311 from jquense/fix-plugin-position
...
Fixes bug where position was never set
2015-04-20 17:37:45 +01:00
jquense
ef56042c93
Fixes bug where position was never set
...
The mallet operator was compiling to `if (!position) position =
name.position`. Since position is set earlier the conditional was always
true and position was never updated from the plugin object.
2015-04-20 12:34:39 -04:00
Sebastian McKenzie
b6498103db
5.1.11
2015-04-20 06:26:23 +01:00
Sebastian McKenzie
7af4302d07
v5.1.11
v5.1.11
2015-04-20 06:25:37 +01:00
Sebastian McKenzie
543770960c
update 5.1.11 changelog
2015-04-20 06:24:30 +01:00
Sebastian McKenzie
a2975a72cc
add 5.1.11 changelog
2015-04-20 06:23:53 +01:00
Sebastian McKenzie
beb3fd51d8
clean up CONTRIBUTING TOC
2015-04-20 06:16:33 +01:00
Sebastian McKenzie
9360860601
memoise and bind member expression decorators - fixes #1296
2015-04-20 06:16:20 +01:00
Sebastian McKenzie
7d4ecea8fb
move react children coercion to opening element visitor - fixes #1276
2015-04-20 05:49:59 +01:00
Sebastian McKenzie
a44831b3fa
Merge pull request #1285 from bucaran/contributing-doc-deps
...
Improve formatting and add rundown of deps with links
2015-04-20 00:24:30 +01:00
Sebastian McKenzie
8357f3900f
Merge pull request #1282 from bcamper/vanilla-generator-runtime
...
Use vanilla regenerator when building runtime
2015-04-20 00:23:14 +01:00
Sebastian McKenzie
6b1c5bc358
remove interop require on bluebird - fixes #1289
2015-04-20 00:22:41 +01:00
Sebastian McKenzie
3564309a77
allow plugins to be specified as an object with transformer and position - fixes #1300
2015-04-20 00:05:06 +01:00
Sebastian McKenzie
c9518bb60d
consider switches to be a valid scope - fixes #1297
2015-04-19 21:45:43 +01:00
Sebastian McKenzie
0f1215e33e
add title to logging - fixes #1292
2015-04-19 16:06:58 +01:00
Sebastian McKenzie
d7b0b5bec0
add space to do-while code gen - fixes #1290
2015-04-17 17:35:36 -07:00
Jorge
3e5af404ab
improve formatting and add rundown of deps with links
2015-04-17 15:15:03 +09:00
Sebastian McKenzie
1818094577
validate this before super on exit, not enter - fixes #1284
2015-04-16 22:04:18 -07:00
Brett Camper
6d712b3d14
use vanilla regenerator when building runtime
...
see #1015
2015-04-16 15:17:58 -04:00
Sebastian McKenzie
11389fe165
add 5.1.10 changelog
2015-04-15 16:12:56 -07:00
Sebastian McKenzie
0ee9531db3
5.1.10
2015-04-15 15:24:49 -07:00
Sebastian McKenzie
1622d2498d
v5.1.10
v5.1.10
2015-04-15 15:24:00 -07:00
Sebastian McKenzie
b76e6f8e5b
disable ludicrous tests
2015-04-15 15:23:14 -07:00
Sebastian McKenzie
beac006832
remove regenerator from bootstrap
2015-04-15 15:22:09 -07:00
Sebastian McKenzie
20d7603c0b
remove redundant replaceExpressionWithStatements for statement or block nodes - fixes #1265
2015-04-15 15:16:34 -07:00
Sebastian McKenzie
24b13c5e49
remove unnecessary csp makePredicate - fixes #1267
2015-04-15 15:13:12 -07:00
Sebastian McKenzie
9e21074e88
remove regenerator tests
2015-04-15 15:05:30 -07:00
Sebastian McKenzie
9a825bced7
remove runtime compatibility check - closes #1266
2015-04-15 15:03:45 -07:00
Sebastian McKenzie
fcb78436c6
move es6.proxies to ludicrous
2015-04-15 14:59:37 -07:00
Sebastian McKenzie
bb30a64f8d
add extra transform option
2015-04-15 14:59:26 -07:00
Sebastian McKenzie
b483c16fe2
Merge branch 'proxies'
...
# Conflicts:
# src/babel/transformation/file/index.js
2015-04-15 13:32:28 -07:00
Sebastian McKenzie
569f046045
5.1.9
2015-04-14 08:32:47 -07:00
Sebastian McKenzie
4e969d3d92
v5.1.9
v5.1.9
2015-04-14 08:30:54 -07:00
Sebastian McKenzie
0bca1de285
add 5.1.9 changelog
2015-04-14 08:29:31 -07:00
Sebastian McKenzie
3a5bd06a7e
fix proeprty method assignment wrapper generator template
2015-04-14 08:28:02 -07:00
Sebastian McKenzie
66a908aaa7
Mark function token as able to start an expression
2015-04-14 08:18:06 -07:00