Nicolò Ribaudo
0ae61f060a
Update fixtures again ( #11094 )
2020-02-04 23:09:38 +01:00
Nicolò Ribaudo
bd1daa756e
Update fixtures after browserslist release ( #11091 )
2020-02-04 09:19:14 +01:00
Nicolò Ribaudo
5c2e6bc07f
v7.8.4
2020-01-30 13:18:09 +01:00
Tan Li Hau
3e21a09da3
feat: support node 6 for levenary ( #11059 )
2020-01-28 06:57:35 +01:00
Nicolò Ribaudo
916429b516
Avoid compiling the _typeof helper with itself ( #11049 )
...
* Avoid compiling the typeof helper with itself
* Update fixtures
2020-01-27 22:02:34 +01:00
Pavel Pustovalov
d0518b7566
Update browserslist ( #11058 )
2020-01-27 21:54:18 +01:00
Nicolò Ribaudo
2e5594d562
Update failing tests after last merged PR
2020-01-24 23:07:34 +01:00
Nicolò Ribaudo
1815c34987
Update preset-env fixtures ( #11040 )
2020-01-21 22:46:49 +01:00
Huáng Jùnliàng
de75dbf2a0
update compat-data related docs/config [skip ci] ( #11030 )
...
* ignore compat-data build
* ignore CONTRIBUTING.md when publishing preset-env
* docs: update preset-env CONTRIBUTING.md
2020-01-20 01:00:38 +01:00
Huáng Jùnliàng
facfd4d8a1
Enable no-process-exit ESLint rule ( #11025 )
2020-01-20 00:48:47 +01:00
Nicolò Ribaudo
3daab41e61
Re-generate preset-env fixtures ( #11016 )
...
* Fix plugin ordering in preset-env
* Update stdout fixtures
* Comments [skip ci]
2020-01-16 10:49:30 -05:00
Nicolò Ribaudo
a7620bd266
v7.8.3
2020-01-13 22:36:19 +01:00
Nicolò Ribaudo
8fce431d88
Revert "chore: specify package type ( #10849 )" ( #11003 )
...
This reverts commit e8dac621de9dba27b47646169562c0a0c2e02c96.
Fixes installs when using npm <= 3.9.5 (Node.js <= 6.2.2)
2020-01-13 21:18:42 +01:00
Nicolò Ribaudo
a677d59a63
Archive syntax plugins enabled by default ( #10820 )
...
* Remove syntax plugins enabled by default
Moved to babel-archive: babel/babel-archive@8f23ddce03
- `@babel/plugin-syntax-async-generators`
- `@babel/plugin-syntax-bigint`
- `@babel/plugin-syntax-dynamic-import`
- `@babel/plugin-syntax-json-strings`
- `@babel/plugin-syntax-nullish-coalescing-operator`
- `@babel/plugin-syntax-object-rest-spread`
- `@babel/plugin-syntax-optional-catch-binding`
- `@babel/plugin-syntax-optional-chaining`
* Fix build script
* Fix jest config
* Remove archived plugins from tests
2020-01-13 00:31:48 +01:00
Nicolò Ribaudo
61d01f1114
v7.8.2
2020-01-12 23:44:39 +01:00
Haoqun Jiang
f995f8e02c
fix: isPluginRequired returns the opposite result in v7.8.0 ( #10992 )
2020-01-12 23:43:03 +01:00
Nicolò Ribaudo
2486615a74
v7.8.0
2020-01-12 01:09:29 +01:00
Huáng Jùnliàng
a1310333f7
chore: update corejs fixtures ( #10983 )
2020-01-11 09:23:58 +01:00
Anders Kaseorg
5a3e97073e
CONTRIBUTING: Update link to plugin-features.js [skip ci] ( #10982 )
...
It was moved in #10899 .
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-10 20:43:10 -05:00
James Beavers
80aa7dc3c6
Add optional-chaining and nullish-coalescing to preset-env ( #10811 )
...
* Add support for optional-chaining (stage 4) in present-env
* revert babel-preset-env built-in-modules.json
* add shipped proposal syntax map entry, optional chaining
* update remaining syntax plugin references, proposal description
* Add support for nullish coalescing operator in preset-env
* selectively enable sort-keys rule
* enforce sort-keys on shipped-proposals
* don't use Object.entries()
* Update fixtures
2020-01-10 22:07:43 +01:00
Huáng Jùnliàng
e8dac621de
chore: specify package type ( #10849 )
2020-01-09 21:40:15 -05:00
Nicolò Ribaudo
04354d1556
Extract targets parser and compat data from preset-env ( #10899 )
...
* Extract targets parser and compat data from preset-env
* Review by Jùnliàng
* isItemRequired -> targetsSupported
* Export isRequired
2020-01-10 03:15:20 +01:00
Huáng Jùnliàng
9f148a1603
chore: update caniuse-usage fixtures ( #10974 )
2020-01-10 00:38:21 +01:00
Huáng Jùnliàng
09cb4273bc
update corejs-compat fixtures ( #10967 )
...
* update corejs-compat fixtures
* chore: bump core-js-compat to 3.6.2
2020-01-07 18:43:14 +01:00
Huáng Jùnliàng
03d163a0d9
Use chrome data when android is absent ( #10790 )
...
* chore: rename test folder
* chore: add test case
* fix: use chrome support data when android is absent
* chore: add type annotation
* chore: add testcases last 2 versions not ie
* chore: bump browerslist to v4.8.2
* chore: update test fixtures
* chore: update test fixtures
2020-01-03 18:26:27 -05:00
Huáng Jùnliàng
e9dc74e787
fix: Promise.any requires global.AggregateError ( #10930 )
...
* fix: promise.any requires global.AggregateError
* address review comments
2019-12-26 20:29:47 -05:00
Nicolò Ribaudo
30f3b07ebf
Replace custom "findSuggestion" function with "levenary" ( #10924 )
...
* Replace custom "findSuggestion" function with "levenary"
* Update
2019-12-26 00:45:26 +01:00
Nicolò Ribaudo
12da0941c8
v7.7.7
2019-12-19 01:33:19 +01:00
Nicolò Ribaudo
c0d0bf2e5e
Update core-js fixtures
2019-12-19 01:28:41 +01:00
Huáng Jùnliàng
ff8a295ea7
chore: download compat-table when build-data is run ( #10873 )
2019-12-17 21:12:10 -06:00
Nicolò Ribaudo
2884bac44b
Use async-to-generator even when regenerator is enabled ( #10839 )
...
While it isn't technically needed because regenerator already handles
async functions, it doesn't play well with the Promise detection logic
used by @babel/preset-env's useBuiltIns and @babel/transform-runtime.
The plugin exclusion logic isn't removed, because
1) it will be useful when merging @babel/preset-modules
into @babel/preset-env
2) if/when regenerator will support injecting a custom promise,
we can enable this optimization again
2019-12-09 16:54:25 -05:00
Huáng Jùnliàng
b7989419c7
Update corejs fixtures ( #10846 )
...
* chore: add update-env-corejs-fixture recipe
* chore: update corejs fixtures
2019-12-09 19:50:34 +01:00
Huáng Jùnliàng
0164662944
refactor: rewrite available-plugins to esm ( #10837 )
2019-12-08 14:53:28 +01:00
Nicolò Ribaudo
f753c48f74
v7.7.6
2019-12-08 00:25:57 +01:00
Huáng Jùnliàng
4436ffd604
Revert "Add ".js" extension to injected polyfill imports ( #10549 )" ( #10835 )
...
This reverts commit d3a37b5d08074c007268eb15a11ae432165bad5d.
2019-12-07 23:05:35 +01:00
Nicolò Ribaudo
d04508e510
v7.7.5
2019-12-06 14:12:41 +01:00
shimataro
d3a37b5d08
Add ".js" extension to injected polyfill imports ( #10549 )
...
* Node modules compatibility: add ".js" extension to imported polyfills
* Update fixtures
* add extensions on calling `addDefaultImport()`, not in the function.
2019-12-06 13:30:23 +01:00
Nicolò Ribaudo
8f89167486
Update core-js-compat ( #10795 )
...
* Update core-js-compat
* Update lockfile
2019-12-02 22:30:21 +01:00
Jaroslav Kubicek
a6e8b3843b
chore: update snapshot for corejs3 targets unit test
2019-11-29 14:49:08 -05:00
Nicolò Ribaudo
75767d87cb
v7.7.4
2019-11-23 00:05:58 +01:00
Brian Ng
83fc3f2623
Update preset-env mappings ( #10742 )
2019-11-20 18:48:38 -05:00
Kai Cataldo
a6d134804a
Unify build step for ESLint packages ( #10723 )
2019-11-16 10:15:15 +01:00
Huáng Jùnliàng
e1839e5ec9
Circumvent typeof transform for umd build template ( #10701 )
...
* add test case
* fix: circumvent typeof transform
* chore: update test fixtures
2019-11-13 22:47:56 +01:00
4geru koichi uchinishi
d9fd07929a
chore: add missing new line to fixture ( #10697 )
2019-11-12 11:08:35 -05:00
chrishinrichs
70c0ed512a
Fix: Don't call Object.keys on non-objects (babel#10482) ( #10683 )
2019-11-08 21:31:46 -06:00
Nicolò Ribaudo
42c8e0fb2f
v7.7.1
2019-11-05 14:44:00 +01:00
Archer
f8eb290da1
Fix(babel-preset-env): check api.caller is a function to avoid… ( #10649 )
2019-11-05 14:39:14 +01:00
Nicolò Ribaudo
97faa83953
v7.7.0
2019-11-05 11:27:14 +01:00
Nicolò Ribaudo
d25262ec4b
Correctly delegate .return() in async generator ( #10422 )
...
* Correctly delegate .return() in async generator
* Add catch param
* minNodeVersion
* Add another test
2019-11-05 00:35:40 +01:00
Nicolò Ribaudo
861844761f
[preset-env] Don't use async-to-generator when already using re… ( #9481 )
...
* [preset-env] Don't use async-to-generator when already using regenerator
* Add tests
* Update fixtures
2019-11-04 22:53:53 +01:00