Andres Suarez
|
f0dc710a46
|
Remove unnecessary returns in asyncToGenerator helper (#5548)
* Remove unnecessary returns in asyncToGenerator helper
* Reuse "then" callbacks in asyncToGenerator helpher
|
2017-04-06 11:40:55 -04:00 |
|
Henry Zhu
|
c732f5e1d0
|
v7.0.0-alpha.7
|
2017-04-05 17:13:26 -04:00 |
|
Logan Smyth
|
d39400c9d5
|
Separate config/plugin loading from config processing. (#5563)
|
2017-04-04 14:48:48 -07:00 |
|
Daniel Tschinder
|
b2ced1d6bd
|
Update babylon to latest beta (#5585)
|
2017-04-04 22:32:31 +02:00 |
|
Logan Smyth
|
878a7c5fdb
|
Add tests to test the plugin ordering. (#5571)
|
2017-03-31 18:52:58 -07:00 |
|
Henry Zhu
|
3d74dc044f
|
fix ci
|
2017-03-27 17:26:39 -04:00 |
|
Henry Zhu
|
67253c5d27
|
babelrc false to relevant files
|
2017-03-27 17:19:02 -04:00 |
|
Henry Zhu
|
f3ef03abfd
|
use caret for devDeps
|
2017-03-27 16:32:13 -04:00 |
|
Henry Zhu
|
dea509377c
|
v7.0.0-alpha.6
|
2017-03-27 15:09:36 -04:00 |
|
Kai Cataldo
|
1f2f63ccdf
|
Fix: config lookup logic in babel-core (#5550)
This fixes a bug that was causing the config lookup to stop
when a package.json file was found even if it did not contain a
"babel" key.
|
2017-03-27 11:54:57 -07:00 |
|
Henry Zhu
|
7a1ccf076c
|
Misc (#5545)
* normalize npmignores
* fixup eslint ignore, etc
* lint
* remove unused
* rm from gitignore
* use strict
|
2017-03-25 21:46:16 -04:00 |
|
Henry Zhu
|
d7a77f4161
|
register should be a devDep
|
2017-03-23 18:04:46 -04:00 |
|
Henry Zhu
|
ab68800e06
|
v7.0.0-alpha.3
|
2017-03-23 15:49:01 -04:00 |
|
Henry Zhu
|
483958b24d
|
fix runtime helpers
Ref f3f907bdb3 (diff-339968af11c78f10673c78c6c7568d2fR34)
|
2017-03-22 18:07:11 -04:00 |
|
Henry Zhu
|
b638c8b3eb
|
Transform the template literals revision proposal (#5523)
* Account for template literals revision
* extra tests
* update to babylon beta 7
* pr feedback (keep arr length the same)
|
2017-03-22 16:07:36 -04:00 |
|
Henry Zhu
|
ceb68f5bb7
|
babylon@7.0.0-beta.6
|
2017-03-22 00:24:00 -04:00 |
|
Henry Zhu
|
7d37017a5f
|
Merge pull request #5489 from loganfsmyth/conf-refactor
Misc fixes + Move babel-core config processing from transformation/file/options into top-level folder
|
2017-03-21 14:12:41 -04:00 |
|
Henry Zhu
|
4901f33423
|
remove unnecessary call
|
2017-03-21 13:03:54 -04:00 |
|
Daniel Tschinder
|
ae8728c146
|
Merge branch 'master' into 7.0
|
2017-03-19 14:21:00 +01:00 |
|
Logan Smyth
|
a15de19888
|
Encapsulate config loading in config/ index file.
|
2017-03-17 00:04:00 -07:00 |
|
Logan Smyth
|
3c63431c7e
|
Move config loading helpers into config folder.
|
2017-03-17 00:03:59 -07:00 |
|
Logan Smyth
|
f3f907bdb3
|
Remove unneeded helper file.
|
2017-03-17 00:03:59 -07:00 |
|
Logan Smyth
|
7b5d4fe069
|
Resolve parser and generator plugins in configuration resolution.
|
2017-03-17 00:03:59 -07:00 |
|
Logan Smyth
|
b71569ff6c
|
Remove unneeded util.js file.
|
2017-03-17 00:03:59 -07:00 |
|
Logan Smyth
|
3e2d731d50
|
Move the Store class to be inside transformation.
|
2017-03-17 00:03:59 -07:00 |
|
Logan Smyth
|
12a2124d16
|
Move the deeply nested option logic to a toplevel folder.
|
2017-03-17 00:03:58 -07:00 |
|
Logan Smyth
|
6c4810cea5
|
Move Plugin class to be part of config loading, independent of File.
|
2017-03-17 00:03:58 -07:00 |
|
Logan Smyth
|
05ee30c9f7
|
Use the standard option parser to load the internal plugins.
|
2017-03-17 00:03:58 -07:00 |
|
Logan Smyth
|
38720ae309
|
Remove store subclassing from Plugin class.
|
2017-03-17 00:03:58 -07:00 |
|
Logan Smyth
|
bf13ed4da0
|
Limit where certain arguments are allowed in Babel config.
|
2017-03-17 00:03:58 -07:00 |
|
Logan Smyth
|
344f0a68c9
|
Centralize preset processing from two loops to one.
|
2017-03-17 00:03:57 -07:00 |
|
Logan Smyth
|
62def8da19
|
Make presets consistently resolve string values relative to their config file location.
|
2017-03-17 00:03:50 -07:00 |
|
Logan Smyth
|
39c862c195
|
Make only/ignore relative to cwd/config file and move only/ignore checking all to core. (#5487)
* Make only/ignore relative to cwd/config file and move only/ignore checking all to core.
|
2017-03-16 23:22:43 -07:00 |
|
Logan Smyth
|
b6194a8533
|
Merge pull request #5467 from loganfsmyth/clean-options
Misc reorganizing and prep for ignore/only refactoring
|
2017-03-16 20:25:20 -07:00 |
|
Logan Smyth
|
dd1bc3b183
|
Resolve programmatic/CLI arguments from cwd, not file being compiled. (#5466)
|
2017-03-14 16:56:00 -07:00 |
|
Logan Smyth
|
bf4664b430
|
Invert the resolution order of config-chain to process higher-priority items first.
|
2017-03-14 13:39:57 -07:00 |
|
Logan Smyth
|
dcb0f91f38
|
Ignore files if they don't match only OR they do match ignore.
|
2017-03-14 13:39:57 -07:00 |
|
Logan Smyth
|
738bd54bfb
|
Move OptionManager calls out of 'new File'.
|
2017-03-14 13:39:57 -07:00 |
|
Logan Smyth
|
83356abd92
|
Centralize transform API functions.
|
2017-03-14 13:39:56 -07:00 |
|
Logan Smyth
|
c1be6a36c4
|
Delete Logger class.
|
2017-03-14 13:39:56 -07:00 |
|
Logan Smyth
|
188fe105c2
|
Move option-defaulting to option-manager.
|
2017-03-14 13:30:24 -07:00 |
|
Logan Smyth
|
540f9b2ad6
|
Remove the nonstandard basename option.
|
2017-03-14 13:30:24 -07:00 |
|
Logan Smyth
|
2642c2c2df
|
Merge pull request #5463 from loganfsmyth/strict-args
More strictly parse configs and explicitly handle arguments in babel-cli
|
2017-03-14 10:21:32 -07:00 |
|
Sven SAULEAU
|
0bc802cf1b
|
Merge pull request #5448 from xtuc/feat-expose-env-core
Export Babel's environment
|
2017-03-14 12:50:21 +01:00 |
|
Logan Smyth
|
5b50b73d8b
|
Remove config.js file in favor of config code.
|
2017-03-13 11:06:46 -07:00 |
|
Logan Smyth
|
4f72232ca9
|
Move option parsing to babel-cli.
|
2017-03-13 11:06:46 -07:00 |
|
Logan Smyth
|
2c564a6973
|
Move babel config descriptions to babel-cli.
|
2017-03-13 00:06:01 -07:00 |
|
Henry Zhu
|
71e4336f65
|
v6.24.0
|
2017-03-12 22:18:08 -04:00 |
|
Seth Bergman
|
3d52d30e49
|
Fixed broken links in README.md [skip ci] (#5449)
* Fixed broken links in README.md
- [plugins](https://github.com/babel/babel/blob/master/docs/plugins) => [plugins](https://babeljs.io/docs/plugins/)
- [presets](https://github.com/babel/babel/blob/master/docs/plugins/#presets) => [presets](https://babeljs.io/docs/plugins/preset-latest/)
* Corrected the presets link [skip-ci]
Changed to:
```
[presets](https://babeljs.io/docs/plugins/#presets)
```
|
2017-03-12 00:24:57 -08:00 |
|
Sven SAULEAU
|
d328af0aec
|
feat: export env getter
|
2017-03-11 20:40:23 +01:00 |
|