Sergey Rubanov
3a5ce620c8
[7.0] Deprecate babel-core/register.js ( #5132 )
...
* Deprecate babel-core/register.js
* add error when using `babel-core/register`
2017-01-19 22:22:45 -05:00
Shubheksha Jalan
c468b15a15
[7.0] removed old code from transform-runtime ( #5142 )
2017-01-19 22:20:04 -05:00
Henry Zhu
fabfc463f1
v6.22.1 changelog [skip ci]
2017-01-19 22:17:33 -05:00
Henry Zhu
368485828f
v6.22.1
2017-01-19 22:12:53 -05:00
Henry Zhu
b06763f1a3
force update core/cli
2017-01-19 22:09:37 -05:00
Jason Aslakson
ef25bebfa8
fix issue #5012 - Cannot read property 'declarations' of null ( #5019 )
...
- temporary fix
2017-01-19 21:36:18 -05:00
Henry Zhu
ef3ab66847
Merge pull request #5025 from siddharthkp/patch-1
...
Drop support for Node 0.12 💀
2017-01-19 21:25:16 -05:00
Henry Zhu
e2c5a513f6
Create circle.yml
2017-01-19 20:42:25 -05:00
Henry Zhu
2471d5ebf3
Merge pull request #5041 from xtuc/remove-0.10-support
...
Remove node 0.10 support (CI)
2017-01-19 20:24:22 -05:00
Henry Zhu
e9fc38bcd3
v6.22.0
2017-01-19 19:33:22 -05:00
Henry Zhu
cc227f44a6
Merge pull request #5157 from babel/revert-5135-run-sandbox-tests
...
Revert "Run Babel's unittests in a custom sandbox."
2017-01-19 19:25:29 -05:00
Henry Zhu
03c88baf8d
6.22.0 changelog [skip ci] ( #5158 )
2017-01-19 19:24:23 -05:00
Henry Zhu
4106dd3db1
Revert "Run Babel's unittests in a custom sandbox."
2017-01-19 18:43:50 -05:00
Kilian Valkhof
4cefa5bcc0
Use external Electron to Chromium library ( #144 )
...
* Replace manual electron-to-chromium list and function with external library
* test fixtures for electron: Switch to electron 1.4, with known chrome version and update expected output
* update tests: electron 1.0 used chrome 49, not 50
* import only the relevant function from electron-to-chromium
* electron fixtures: Use number instead of string
* If both chrome and electron are defined, choose the lower version to preserve
* Add to test cases to verify correct handling of chrome number
2017-01-19 17:41:02 -05:00
Erik Desjardins
bca170ad79
Avoid duplicating impure expressions in object rest destructuring ( #5151 )
...
* avoid duplicating impure initializers in object rest destructuring
* reuse existing VariableDeclarations in object rest destructuring, to fix two issues:
1. inserting an additional VariableDeclaration after the current one may change order of operations, which is unsafe if a future VariableDeclarator refers to a destructured variable.
2. The entire VariableDeclaration is removed when all properties are rest properties, indiscriminately removing other variables
2017-01-18 21:32:44 -05:00
Brian Ng
235b1ba264
Merge pull request #146 from babel/typos
...
Fix few typos
2017-01-18 19:20:40 -06:00
Brian Ng
69870774e7
Fix few typos
2017-01-18 19:12:13 -06:00
Daniel Tschinder
a1bfa0253a
Update yarn.lock
2017-01-18 20:43:31 +01:00
Eric Baer
80f93f3d87
Merge pull request #125 from babel/feature/extract-option-validation
...
Extract option normalization into independant file
2017-01-18 09:18:27 -08:00
Eric Baer
05353d5392
Extract option normalization into independant file
2017-01-18 09:01:06 -08:00
greenkeeper[bot]
1150c0d3fb
chore(package): update flow-bin to version 0.38.0 ( #313 )
...
https://greenkeeper.io/
2017-01-18 16:49:12 +01:00
Toru Kobayashi
3871236723
transform-react-constant-elements hoists Composite Components ( #5137 ) [skip ci]
2017-01-17 14:47:04 -05:00
Logan Smyth
c76b8eec82
Run Babel's unittests in a custom sandbox. ( #5135 )
2017-01-17 14:46:23 -05:00
Daniel Tschinder
999b655ca6
Disallow import type { type a } from … ( #305 )
2017-01-17 20:34:20 +01:00
Eric Baer
960ca93b7f
Update yarnfile
2017-01-17 09:29:36 -08:00
Daniel Tschinder
56ac8b8f83
Increase cache timeout to 12h for top badges
2017-01-17 11:16:30 +01:00
Daniel Tschinder
7d4de327d0
remove style flat as it is default now
2017-01-17 11:03:16 +01:00
Brian Ng
8c35b320d3
Bump eslint-config-babel and fix lint ( #5129 )
2017-01-17 10:51:16 +01:00
Artem Yavorsky
2457c8ee14
[skip ci] Fix dependency status extension. ( #5144 )
2017-01-16 17:28:55 -06:00
Sergey Rubanov
292c3ca206
Refactor test packages to use ES modules instead of CJS ( #5138 )
2017-01-16 11:25:04 -05:00
Artem Yavorsky
b315fc6135
[skip ci] Add babel-preset-env to maintained list. ( #5136 )
2017-01-16 08:35:01 -05:00
Daniel Tschinder
bd001767fb
Revert "Temporary rollback for erroring on trailing comma with spread ( #154 )" ( #290 )
...
This reverts commit 5bac6e8ad99bcbf608f6df30d9942d6269f88fac.
2017-01-16 10:50:51 +01:00
Brian Ng
c5462e1a30
Remove classConstructorCall plugin ( #291 )
2017-01-16 10:49:42 +01:00
Dan Harper
28c467e8fe
Fix ObjectTypeCallProperty static ( #298 )
...
* add failing test for ObjectTypeCallProperty static (#297 )
* fix ObjectTypeCallProperty static
2017-01-16 10:42:13 +01:00
Gabriel Peña
00f03bb3b0
Remove '*' as a plugin option ( #301 )
2017-01-16 10:34:23 +01:00
Daniel Tschinder
5977479f57
Call inner function instead of 1:1 copy to plugin ( #294 )
2017-01-16 10:21:44 +01:00
Kai Cataldo
ad5698ed19
devDeps: eslint-config-babel v5.0.0 ( #139 )
2017-01-15 22:34:53 -05:00
Logan Smyth
e863790e7e
Fix linting error from merged PR.
2017-01-15 15:29:26 -08:00
Logan Smyth
c5fb56e66c
Bump out chokidar dependency for the new awaitWriteFinish option.
2017-01-15 14:45:48 -08:00
Logan Smyth
40746f3dcb
Merge pull request #3698 from hayeah/master
...
Watch mode should wait for file write. (T7411)
2017-01-15 14:44:45 -08:00
Logan Smyth
a98c9ae9dc
Merge pull request #4790 from peterm0x/master
...
fixes invalid line offsets in merged sourcemaps
2017-01-15 14:36:33 -08:00
Logan Smyth
7200626021
Merge pull request #5088 from christophehurpeau/fix-issue-4851
...
fix: plugin-transform-object-rest-spread param with default value
2017-01-15 14:27:56 -08:00
Logan Smyth
87c201fa47
Merge pull request #5043 from zertosh/no-lodash-is
...
Replace "lodash/is*" and "lodash/each" with native equivalents
2017-01-15 14:22:24 -08:00
Mark Wubben
20c9dca798
Document babelrc option ( #5101 )
...
The core package accepts a babelrc option, which if set to false stops
the transforms from using .babelrc and .babelignore files. Document
this option and remove the --no-babelrc CLI flag, referring to the CLI
documentation instead.
[skip ci]
2017-01-15 16:04:23 -06:00
Christophe Hurpeau
4a1965511f
fix: plugin-transform-object-rest-spread param with default value
2017-01-15 14:02:08 -08:00
Logan Smyth
e18dc7a6d3
Avoid destructuring in untranspiled script.
2017-01-15 13:54:54 -08:00
Andres Suarez
658f13e030
Replace uses of "lodash/each" with native equivalents
2017-01-15 13:54:54 -08:00
Andres Suarez
2bee765e6b
Replace lodash is* with equivalent typeof check
2017-01-15 13:53:58 -08:00
Logan Smyth
1ab58d6dae
Merge pull request #5042 from zertosh/no-lodash1
...
Use native or lodash util module where full "lodash" is required
2017-01-15 13:53:30 -08:00
Andres Suarez
85b3aec747
Use native or lodash util module where full "lodash" is required
2017-01-15 13:35:00 -08:00