Logan Smyth
48573f1fb4
v6.23.0
2017-02-13 17:14:12 -08:00
Henry Zhu
9083bd6283
Merge branch 'master' into 7.0
2017-02-09 18:36:02 -05:00
Logan Smyth
b845f2b69d
Re-enable the max-len ESLint rule. ( #5265 )
2017-02-04 11:07:15 -05:00
Kai Cataldo
e09ea222c9
Remove babel-runtime from packages' dependencies ( #5218 )
2017-01-27 09:04:35 -05:00
Henry Zhu
661102c7ea
Merge branch 'master' into 7.0
...
# Conflicts:
# .travis.yml
# CHANGELOG.md
# lerna.json
# packages/babel-cli/package.json
2017-01-21 08:52:14 -05:00
Andres Suarez
e9d87ed55c
Remove path-is-absolute in favor of builtin path.isAbsolute ( #5179 )
2017-01-21 08:33:34 -05:00
Logan Smyth
7de9fa07fb
v6.22.2
2017-01-19 22:03:27 -08:00
Logan Smyth
6528fe105e
Break out of argument processing properly.
2017-01-19 21:47:11 -08:00
Jordan Jones
1742035a98
[7.0] Fixes #5108 , browser.js and browser.js test removed ( #5124 )
...
* Fixes #5108 , browser.js and browser.js test removed
* Moved api/node.js to index.js and adjusted associated file references
2017-01-19 22:43:11 -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
Henry Zhu
e9fc38bcd3
v6.22.0
2017-01-19 19:33:22 -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
Andres Suarez
658f13e030
Replace uses of "lodash/each" with native equivalents
2017-01-15 13:54:54 -08:00
Andres Suarez
85b3aec747
Use native or lodash util module where full "lodash" is required
2017-01-15 13:35:00 -08:00
Henry Zhu
672adba9a1
enable prefer const ( #5113 )
2017-01-14 09:48:52 -05:00
Janus Troelsen
b2e6926042
Upgrade glob to v7 ( #5027 )
2016-12-22 23:57:53 +01:00
Henry Zhu
e86f62b304
README: add --save-dev [skip ci]
...
Closes gh-4910
2016-11-29 08:40:27 -05:00
Sven SAULEAU
2311b5b53a
README: remove dollar in sh snippets [skip ci]
2016-11-29 08:39:23 -05:00
Peter Mikula
fad6483aac
fixes invalid line offsets in merged sourcemaps
2016-10-28 21:36:40 +03:00
Henry Zhu
e1ac315653
fix readme [skip ci]
2016-10-26 17:34:00 -04:00
Henry Zhu
12f9cd0826
v6.18.0
2016-10-24 17:18:36 -04:00
Simen Bekkhus
9c2794dc85
Replace path-exists with fs.existsSync ( #4731 )
...
It's not deprecated anymore, see nodejs/node#8364
2016-10-17 14:31:49 -04:00
Andrew Levine
9f8ab29213
Change usage of "suite"/"test" in unit-tests to "describe"/"it" ( #4734 )
...
Fixes #4733
2016-10-15 18:45:35 -04:00
Andrew Levine
c0038221d7
Run ESLint on test files, and fix lint errors in test files ( #4732 )
2016-10-15 18:27:48 -04:00
Moti Zilberman
76de1cc8a4
Update tests for changed error messages in Babylon ( #4727 )
...
Depends on babel/babylon#172 .
2016-10-14 16:25:56 -04:00
Kai Cataldo
50baac3251
Remove babel-doctor from babel-cli ( #4725 )
...
* Remove babel-doctor from babel-cli
fixes #4678
* Throw when babel-doctor is used
2016-10-14 14:49:16 -04:00
Henry Zhu
71790aace0
update eslint-config, fixes, add commands ( #4721 )
...
* update eslint-config, fixes, add commands
* switch plugin
2016-10-13 21:37:07 +02:00
Daniel Tschinder
1dca51f8ab
Enable babel for tests ( #4564 )
...
* Enable babel for tests
This enables babel for tests by using a mocha compiler
It uses the babel config from package.json
Transformed OptionsManager test to es2015 to see if it works
Removed the 5s timeout from cli tests, as the default timeout is already 10s, this should probably fix the timouts on travis that we had in babylon
Also run the cli tests on travis, they were disabled if istanbul active, but istanbul is always active on travis so we were never running this tests.
* ignore scripts directory
* only register for tests
* Set only flag correctly
2016-10-12 10:56:50 +02:00
Gyandeep Singh
6cfd3d91b2
Update: Eslint to 3.0 and update CI builds ( fixes #4638 ) ( #4680 )
2016-10-05 17:44:25 -04:00
Daniel Tschinder
a15f992feb
🚀 Update fs-readdir-recursive to 1.0.0 ( #4662 )
...
* 🚀 Update fs-readdir-recursive to 1.0.0
* Revert chalk change
2016-10-05 09:57:02 -04:00
Henry Zhu
6d22f258db
v6.16.0
2016-09-28 15:38:45 -04:00
Henry Zhu
fc2b3cb465
Fixes T2299: Prevent REPL from printing implicit 'use strict' ( #4562 )
...
* Fixes T2299: Prevent REPL from printing implicit 'use strict'
* Test for T2299
* make fixes
2016-09-25 23:29:37 -04:00
Henry Zhu
a793107bf3
fix lint
2016-09-20 14:04:15 -04:00
Logan Smyth
46eb99b18b
Use the real sourcemap API and handle input sourcemaps - fixes T7259 ( #3456 )
2016-09-20 13:39:01 -04:00
Daniel Tschinder
ff78fb19f7
Only set options in cli if different from default ( #4507 )
...
* CLI: Only set options if different from default
Currently default values (like comments: true) will be set always for the transform.
This behaviour dos not allow for setting this options from babelrc as the default would always have precedence.
* Add new tests for comments
Also ensure that the babelrc in the fixture folder is copied over to the
working directory during tests
2016-09-13 08:25:08 -04:00
Daniel Tschinder
993f887240
Test for ignore with starting slash ( #4509 )
2016-09-12 22:48:06 +02:00
Andy Kant
5e9e659a7f
Support custom ports for V8 Inspector ( #4508 )
2016-09-12 21:00:02 +02:00
Howard Yeh
32232dd30e
Watch mode should wait for file change. (T7411)
2016-09-03 16:33:22 +08:00
Henry Zhu
6d7417ba1b
Update babel-types docs, contributing, babel-cli [skip ci]
...
Closes gh-3684
2016-09-01 16:15:32 -04:00
Henry Zhu
5ce325c399
v6.14.0
2016-08-24 17:40:46 -06:00
Thomas Aylott
2a4186faf3
Fixes #6726 ignore config option ( #3644 )
...
https://phabricator.babeljs.io/T6726
2016-08-23 14:55:37 -04:00
Sebastian McKenzie
4a19661346
Generate names field for identifiers to get correct names mappings ( #3658 )
2016-08-16 13:43:55 -04:00
Henry Zhu
6e58954bce
v6.11.4
2016-07-19 21:59:53 -04:00
Daniel Tschinder
88eec4b852
Support all variations of v8Flags ( #3578 )
...
This adds support for specifying v8Flags with dashes. Previously only underscores
were allowed.
Also allows specifying values for v8Flags in the from --flag=value, which was not supported till now.
Also add --inspect support.
2016-07-18 10:36:03 -04:00
Logan Smyth
e64aeb7316
v6.10.1
2016-06-11 00:36:09 -07:00
Aleksey Smolenchuk
2033c1da30
remove shorthand of --skip-initial-build
...
-s is already taken by --source-maps
2016-06-10 22:46:24 -07:00