Nicolò Ribaudo
|
36a5ac4145
|
Fix handling of this&co in computed keys in arrows transform (#14005)
|
2021-11-30 22:54:17 +01:00 |
|
Bogdan Savluk
|
0058b7fef4
|
Migrate Babel from Flow to TypeScript (except Babel parser) (#11578)
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
|
2021-11-25 23:09:13 +01:00 |
|
Huáng Jùnliàng
|
55f020e02d
|
Convert proposal-object-rest-spread to TS (#13948)
* chore: add typings to object-rest-spread
* chore: bundle object-rest-spread package
* improve type inference
* address review comments
|
2021-11-24 10:48:31 -05:00 |
|
Huáng Jùnliàng
|
29f697c84e
|
Implement @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression (#13842)
* fix: register function expression id after params
* implement bugfix plugin
* add more testcases
* fix: do not skip pattern binding referencing id
* update compat-table
* add bugfix plugin to preset-env
* update Babel 8 test fixtures
* Update packages/babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression/README.md
* chore: bundle bugfix plugin
* address review comments
* add runtime version check
* update compat table
* fix syntax error
* update test fixtures
* revert bugfixes targets update
* update Babel 8 test fixtures
|
2021-10-20 15:53:40 -04:00 |
|
Hirotaka Tagawa / wafuwafu13
|
6c684f9b54
|
Convert @babel/plugin-transform-spread to TypeScript (#13770)
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
|
2021-10-01 01:37:04 +02:00 |
|
Mickey Rose
|
e0c3969a24
|
convert @babel/helper-skip-transparent-expression-wrappers to typescript (#13686)
|
2021-08-20 11:08:05 +02:00 |
|
王清雨
|
b00bd94ad8
|
convert @babel/helpers to typescript (#13679)
Co-authored-by: Federico Ciardi <fed.ciardi@gmail.com>
|
2021-08-16 22:39:30 +02:00 |
|
Bogdan Savluk
|
d48a5cb55c
|
convert @babel/plugin-transform-block-scoping to typescript (#13219)
|
2021-08-10 20:53:18 +02:00 |
|
Bogdan Savluk
|
47ad54a057
|
convert @babel/preset-env to typescript (#13217)
* babel-preset-env flowts rename
* babel-preset-env flowts convert
* babel-preset-env fixes
* babel-preset-env
* make generate-tsconfig
* Minimize diff
* Fix many type errors
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
|
2021-06-22 10:58:08 -04:00 |
|
Terence Ng
|
9cbe283bb8
|
chore: fix comment typo (#13485)
* chore: fix comment typo
* chore: regenerate tsconfig file
Co-authored-by: terencekhwu <terencekhwu@tencent.com>
|
2021-06-19 13:16:54 +02:00 |
|
Bogdan Savluk
|
4ee6a27780
|
convert @babel/helper-create-class-features-plugin to TS (#13214)
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
|
2021-05-26 15:49:35 +02:00 |
|
Bogdan Savluk
|
8b1bcd1079
|
convert @babel/helper-compilation-targets to typescript (#13218)
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
|
2021-05-21 00:20:42 +02:00 |
|
Bogdan Savluk
|
053f94fc77
|
convert @babel/plugin-transform-classes to typescript (#13220)
* babel-plugin-transform-classes flowts rename
* babel-plugin-transform-classes flowts convert
* babel-plugin-transform-classes
* babel-plugin-transform-classes add optional paramter
* babel-plugin-transform-classes
* babel-plugin-transform-classes
* make generate-tsconfig
* yarn install
* Fix type checking
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
|
2021-05-19 16:15:09 +02: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 |
|
Bogdan Savluk
|
4bf5f45d42
|
convert @babel/plugin-transform-runtime to typescript (#13216)
Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
|
2021-05-13 22:27:57 +02:00 |
|
Bogdan Savluk
|
acfff5d7fe
|
convert @babel/plugin-transform-typescript to typescript (#13222)
* babel-plugin-transform-typescript flowts rename
* babel-plugin-transform-typescript flowts convert
* babel-plugin-transform-typescript
* babel-plugin-transform-typescript type fixes
* babel-plugin-transform-typescript
* make generate-tsconfig
* yarn install
* babel-plugin-transform-typescript
* babel-plugin-transform-typescript avoid typecast
|
2021-05-13 14:37:34 -04:00 |
|
Bogdan Savluk
|
72371cb637
|
convert @babel/helper-create-regexp-features-plugin to typescript (#13215)
|
2021-05-12 23:18:20 -04:00 |
|
Bogdan Savluk
|
379bc775ed
|
convert @babel/plugin-transform-react-jsx to typescript (#13221)
* babel-plugin-transform-react-jsx flowts rename
* babel-plugin-transform-react-jsx flowts convert
* babel-plugin-transform-react-jsx
* babel-plugin-transform-react-jsx fix
* make generate-tsconfig
* yarn install
* babel-plugin-transform-react-jsx remove unused typecast
|
2021-05-12 21:15:31 -04:00 |
|
Nicolò Ribaudo
|
175a51f94e
|
Don't use "composite": true in tsc (until it supports cycles) (#13242)
* [ts] Don't use project references
* Commit `tsconfig.json` so it's ready-to-go
* Remove `clean-tsconfig` task
* Fix dts generation
* Add comment
* `yarn`
* Review
* Fix regexp
|
2021-05-03 20:47:53 +02:00 |
|