Bogdan Savluk
|
4108524856
|
Update prettier to v2 (#11579)
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
|
2020-06-07 22:21:33 +02:00 |
|
Huáng Jùnliàng
|
0aa5a47196
|
chore: remove included proposal plugins (#11433)
|
2020-04-16 21:14:46 +02:00 |
|
Huáng Jùnliàng
|
e39b508030
|
Add @babel/helper-validator-identifier (#11289)
* refactor: replace esutils.keywords.isIdentifierNameES6 by helper-validator-identifier
* refactor: replace esutils isReservedWordES6 by isKeyword || isReservedWord
* address review comments
* chore: specify both “main” and “exports”
* build helper-validator-identifier before babel-types
|
2020-03-20 12:23:14 +01:00 |
|
Nicolò Ribaudo
|
114f6726a7
|
Pass URLs to import() rather than paths (#11193)
* Pass URLs to import() rather than paths
* Make tests pass
* (╯°□°)╯︵ ┻━┻
* (╯°□°)╯︵ ┻━┻ (╯°□°)╯︵ ┻━┻ (╯°□°)╯︵ ┻━┻
|
2020-03-03 19:54:01 +01:00 |
|
Huáng Jùnliàng
|
0b3dea8f54
|
Turn on no-fallthrough rule (#11093)
* chore: turn on no-fallthrough
* chore: fix no-fallthrough errors
|
2020-02-07 22:05:19 +01:00 |
|
Nicolò Ribaudo
|
755ec192e2
|
Archive @babel/preset-env-standalone (#10993)
* Move @babel/preset-env-standalone to babel-archive
babel/babel-archive@a1fadd2d77
* Move tests to @babel/standalone
* Remove references in build scripts
* Update lockfile
* Delete duplicated test file.
It's already in babel-standalone/test/babel.js
|
2020-02-06 01:03:36 +01:00 |
|
Nicolò Ribaudo
|
ae06baf22f
|
Add support for babel.config.mjs and .babelrc.mjs (#10903)
* Add support for babel.config.mjs and .babelrc.mjs
* Use path.extname
|
2020-01-10 23:14:29 +01:00 |
|
Nicolò Ribaudo
|
282f81bd67
|
Prepare @babel/core for asynchronicity (#10507)
* Prepare @babel/core for asynchronicity
* Include regenerator-runtime in standalone build
* Fix rollup build
|
2020-01-10 22:44:13 +01: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
|
a0bed42aec
|
Bundle standalone using rollup (#10779)
* chore: bundle babel-standalone via rollup
Co-authored-by: Daniel Tschinder <daniel.tschinder@researchgate.net>
* chore: build babel-preset-env-standalone via Rollup
# Conflicts:
# yarn.lock
* chore: add babelEnvName
* chore: farewell webpack
* chore: add terser minification
* chore: dedupe some popular dependencies
* chore: remove unused devDependencies
* chore: move plugin-babel-source to scripts/
* make prettier happy
* fix: rewrite available-plugins into esm
* chore: add extra unambiguous sources when env is rollup/standalone
|
2019-12-04 23:09:52 -05:00 |
|
Huáng Jùnliàng
|
683adcbb70
|
Reduce standalone build size (#10668)
* infra: build standalone against src
* infra: add absoluteRuntime
# Conflicts:
# babel.config.js
* chore: remove `process.env` replace
* add $ to signify exact match
credits to Nicolò
|
2019-11-21 14:31:38 +01:00 |
|
Kai Cataldo
|
a6d134804a
|
Unify build step for ESLint packages (#10723)
|
2019-11-16 10:15:15 +01:00 |
|
Huáng Jùnliàng
|
5bb4ee73da
|
chore: use loose mode of transform (#10718)
|
2019-11-15 10:48:37 -06:00 |
|
Huáng Jùnliàng
|
ce070ce422
|
bump @babel/* dev dependencies (#10648)
* bump @babel/* dev dependencies
* chore: align version to @babel/runtime
* chore: bump to 7.7.1
* chore: bump to 7.7.2
|
2019-11-13 00:05:38 +01:00 |
|
Huáng Jùnliàng
|
5f1970433d
|
chore: only apply lazy cjs module transform on cli and core (#10443)
|
2019-09-27 16:53:27 -04:00 |
|
Nicolò Ribaudo
|
eaa1474541
|
Enable optional chaining and nullish coalescing plugins (#10494)
* Add optional chaining plugin
* Nullish coalescing
|
2019-09-24 23:11:56 +02:00 |
|
Brian Ng
|
58cf1a7d48
|
Bump deps (#10007)
|
2019-05-21 15:10:29 -05:00 |
|
Nicolò Ribaudo
|
e4072752bc
|
Transpile babel-polyfill to es5, instead of targeting node 6 (#9812)
* Transpile babel-polyfill to es5, instead of targeting node 6
* Update babel.config.js
|
2019-04-15 20:01:16 +02:00 |
|
Brian Ng
|
c259ec5408
|
Bump Babel deps (#9718)
|
2019-03-20 11:00:58 -05:00 |
|
Brian Ng
|
f1ab6120d2
|
Bump Babel deps (#9590)
|
2019-02-26 11:21:00 -06:00 |
|
Daniel Tschinder
|
10555c719e
|
Build the parser also for node 6.9 and up
|
2019-01-17 16:16:27 -08:00 |
|
Logan Smyth
|
02760d0f70
|
Run transform-runtime on the standalone bundle so it stays ES5-compatible. (#8024)
|
2018-07-29 16:52:11 -07:00 |
|
Chaitanya Kumar Kamatham
|
daf0ca8680
|
Rename "babylon" to "@babel/parser" (#7937) 🎉
|
2018-05-19 00:03:05 -04:00 |
|
Logan Smyth
|
a192f8beb4
|
Limit node version to current LTS.
|
2018-05-14 21:54:16 -07:00 |
|
Logan Smyth
|
acf509bab5
|
Upgrade Babel to self-host with beta.46 (#7784)
|
2018-04-27 15:04:37 -07:00 |
|