Babel Bot
34a27e46f8
v7.15.6
2021-09-09 19:22:51 +00:00
Babel Bot
e82e43ca33
v7.15.5
2021-09-04 08:50:23 +00:00
Babel Bot
b2376757d7
v7.15.4
2021-09-02 21:28:31 +00:00
Huáng Jùnliàng
1f79784a99
archive stage 4 parser plugins ( #13717 )
...
* archive stage 4 parser plugins
* use npm protocol for archived plugins
* fix: get module.exports from archived plugins
* remove syntax-top-level-await from test options
* use npm syntax-class-static-block
2021-09-01 15:35:24 -04:00
Babel Bot
a5624ea457
v7.15.3
2021-08-11 07:11:36 +00:00
Babel Bot
084870faad
v7.15.2
2021-08-08 16:05:27 +00:00
Nicolò Ribaudo
546e3d958d
v7.15.1
2021-08-05 09:17:03 +02:00
Nicolò Ribaudo
6912f968a6
v7.15.0
2021-08-04 23:00:40 +02:00
Sosuke Suzuki
13af87cd3b
standalone: update preset-stage-* ( #13476 )
...
* Move classStaticBlock to stage-3
* Remove stage-4 proposals
* Move PrivatePropertyInObject
* Remove options from preset-stage-3
* Move RecordAndTuple to stage-2
* Move ModuleBlocks to stage-2
* Undo breaking change
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
2021-08-04 00:36:38 +02:00
Huáng Jùnliàng
15f2f171ab
feat: support hack pipeline in @babel/standalone ( #13555 )
2021-08-03 23:30:16 +02:00
Babel Bot
aa2cac5edc
v7.14.9
2021-08-01 07:42:57 +00:00
Babel Bot
e591780244
v7.14.8
2021-07-20 17:51:55 +00:00
Babel Bot
268e4ca0de
v7.14.7
2021-06-21 21:44:55 +00:00
Babel Bot
1774e2aaef
v7.14.6
2021-06-14 21:45:36 +00:00
Babel Bot
7a2a928398
v7.14.5
2021-06-09 23:03:30 +00:00
Kristoffer K
140ec5aa5c
chore: setup Yarn constraints ( #13363 )
2021-05-31 18:46:03 +02:00
Babel Bot
219fd3ab1f
v7.14.4
2021-05-28 16:50:09 +00:00
renovate[bot]
2b06883a5b
chore(deps): update dependency jest to v27 ( #13375 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
2021-05-26 15:26:47 +02:00
Babel Bot
1487a46dd5
v7.14.3
2021-05-17 20:26:25 +00:00
Bogdan Savluk
b670c11070
convert @babel/standalone to typescript ( #13212 )
...
* babel-standalone flowts rename
* babel-standalone flowts convert
* babel-standalone - update rollup plugin to support ts files
* babel-standalone code generation update
* babel-standalone
* babel-standalone eslint fixes
* babel-standalone tsconfig.json
* babel-standalone
* babel-standalone tsconfig related fix
* make generate-tsconfig
* yarn install
* babel-standalone use fs.existsSync
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
2021-05-14 09:54:09 -04:00
Babel Bot
7512095c84
v7.14.2
2021-05-12 16:58:57 +00:00
Sosuke Suzuki
b2d9156cc6
Update to Prettier 2.3 ( #13288 )
2021-05-10 15:34:13 +02:00
Babel Bot
3ecc7919c5
v7.14.1
2021-05-04 01:46:37 +00:00
Nicolò Ribaudo
910b1f266f
Archive @babel/plugin-syntax-class-properties ( #13232 )
...
babel/babel-archive@b95d3626ad
2021-04-29 23:56:03 +02:00
Nicolò Ribaudo
3c0152a217
v7.14.0
2021-04-29 21:59:57 +02:00
Babel Bot
006e2c9393
v7.13.17
2021-04-20 23:05:58 +00:00
Babel Bot
d94a8e50ed
v7.13.16
2021-04-20 11:11:32 +00:00
Babel Bot
e50f6f7eef
v7.13.15
2021-04-08 15:40:57 +00:00
Nicolò Ribaudo
6d89daf064
Align regenerator-transform import with native ESM ( #13086 )
...
* Align `regenerator-transform` import with native ESM
* Add `regenerator` test to `@babel/standalone`
2021-04-07 17:25:46 +02:00
Babel Bot
7ac9e9f740
v7.13.14
2021-03-29 13:34:28 +00:00
Babel Bot
2f8203f190
v7.13.13
2021-03-26 21:09:38 +00:00
Nicolò Ribaudo
2ae19d01b1
Update fixtures ( #13045 )
...
* Update fixtures
* Update standalone tests
2021-03-24 14:18:02 +01:00
Huáng Jùnliàng
6ee87eea49
[babel 8] fallback targets to "defaults, not ie 11" ( #12989 )
2021-03-23 20:17:16 +01:00
Babel Bot
edb11baabf
v7.13.12
2021-03-22 15:36:45 +00:00
Nicolò Ribaudo
4beca3999e
Fix importing polyfill plugins in the Rollup bundle ( #13017 )
2021-03-22 14:48:48 +01:00
Babel Bot
4b674ea031
v7.13.11
2021-03-15 09:34:23 +00:00
Babel Bot
d1d404b9a3
v7.13.10
2021-03-08 22:23:36 +00:00
Nicolò Ribaudo
d04842a700
Avoid using CJS globals in internal source files ( #12963 )
...
* Lint against CJS globals in modules
* Use `import.meta.url` instead of `__filename` in `src` files
* Prepare fixtures runner for `import.meta.url`
* Use `import.meta.url` instead of `__filename` in `test/index` files
* Remove `__dirname` from remaining test files
dirname
* Avoid using `module` in `src` files
* Avoid using `require` in `src` files
* Avoid using `require` in `test` files
* Update `@types/node`
* Compile dynamic import in `@babel/node`
* Fix windows
* Use `@babel/plugin-proposal-dynamic-import` from npm
2021-03-05 19:55:36 +01:00
Babel Bot
2c0e8d0008
v7.13.9
2021-03-01 21:33:11 +00:00
Babel Bot
e2abc19c4c
v7.13.8
2021-02-26 23:28:19 +00:00
Nicolò Ribaudo
039eb2710d
Update all the @babel/* dependencies ( #12897 )
2021-02-25 02:46:56 +01:00
Babel Bot
c39082ab74
v7.13.7
2021-02-24 08:52:11 +00:00
Babel Bot
30a89c969a
v7.13.6
2021-02-23 17:34:04 +00:00
Babel Bot
9a4269e7b6
v7.13.5
2021-02-23 13:52:17 +00:00
Babel Bot
e940b8c4b9
v7.13.4
2021-02-23 10:31:04 +00:00
Babel Bot
bcd70d988f
v7.13.2
2021-02-23 02:00:44 +00:00
Babel Bot
103b187e6f
v7.13.1
2021-02-23 01:10:37 +00:00
Nicolò Ribaudo
c827193d9c
v7.13.0
2021-02-22 23:35:18 +01:00
Nicolò Ribaudo
8e7a164490
Make sure that Rollup's dynamicRequireTargets are included ( #12839 )
...
* Make sure that Rollup's `dynamicRequireTargets` are included
* Update packages/babel-standalone/src/dynamic-require-entrypoint.cjs
Co-authored-by: Brian Ng <bng412@gmail.com>
2021-02-21 22:32:50 +01:00
Sosuke Suzuki
9c567baa9b
Parse JS Module Blocks proposal ( #12469 )
2021-02-21 20:08:20 +01:00