Huáng Jùnliàng
7000ae04a5
refactor: move @babel/helper-annotate-as-pure to ts ( #12415 )
...
* refactor: move @babel/helper-annotate-as-pure to ts
* chore: add flow types
2020-12-01 11:23:23 -05:00
Huáng Jùnliàng
5e4b85ab1c
refactor: move @babel/helper-get-function-arity to ts ( #12414 )
...
* refactor: move @babel/helper-get-function-arity to ts
* Review comments
* chore: add flow interface
2020-12-01 10:45:05 -05:00
Huáng Jùnliàng
3266d2679a
move @babel/helper-optimise-call-expression to ts ( #12411 )
...
* move @babel/helper-optimise-call-expression to ts
* chore: add flow interface
2020-12-01 10:31:39 -05:00
Andrew Smith
71f87874ce
Clarify warning source about underspecified corejs option in preset-env. ( #12402 )
...
* Clarify these warnings are for babel-preset-env.
* Fix lint.
* Fix specs.
* Fix merge conflict.
* PR feedback.
2020-12-01 08:58:06 +00:00
Nicolò Ribaudo
4b79ab4a90
Migrate from Travis to GH actions ( #12412 )
...
* Migrate linting to GH actions
* Migrate windows tests
* Migrate parser tests
* Update .github/workflows/ci.yml
Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
* Run parser tests in a single job
* Use a single yarn cache
* Remove unused commands from Makefile
* Update .github/workflows/ci.yml
Co-authored-by: Kristoffer K. <merceyz@users.noreply.github.com>
Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
Co-authored-by: Kristoffer K. <merceyz@users.noreply.github.com>
2020-12-01 08:55:51 +00:00
Brian Ng
7018ed6e46
Fix printing BigIntLiterals/DecimalLiterals with compact option ( #12424 )
2020-11-30 20:18:57 -06:00
Bogdan Savluk
2ca28d78e6
@babel/types: update OptionalCallExpression to support ArgumentPlaceholder ( #12418 )
2020-11-30 12:49:22 -05:00
Huáng Jùnliàng
9891c020b1
Bump core-js-compat to version 3.8.0 ( #12399 )
2020-11-25 22:46:07 +01:00
Huáng Jùnliàng
97a71b665b
chore: bump chokidar in glob-watcher to ^3.4.0 ( #12397 )
2020-11-25 13:50:04 -05:00
Huáng Jùnliàng
89f3247e32
refactor: simplify isAwaitAllowed ( #12398 )
2020-11-25 13:49:35 -05:00
Nicolò Ribaudo
645fe637f2
Fix t.isReferenced() for named re-exports ( #12395 )
2020-11-25 19:39:45 +01:00
Nicolò Ribaudo
695abb8dfc
Set correct path.context un push/unshiftContainer ( #12394 )
2020-11-25 16:51:58 +01:00
Babel Bot
0f3db5deea
Add v7.12.9 to CHANGELOG.md [skip ci]
2020-11-24 21:03:26 +00:00
Nicolò Ribaudo
e334a88884
v7.12.9
2020-11-24 21:59:33 +01:00
Huáng Jùnliàng
eea3065039
Update pathCache in NodePath#_replaceWith ( #12391 )
...
* add tests on regression 12386
* fix: update cache on _replaceWith
* fix: pathCache in replaceWithMultiple could be nullish
* Update packages/babel-traverse/src/path/replacement.js
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
* test: add replaceWith test to traverse
Co-authored-by: Brian Ng <bng412@gmail.com>
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
2020-11-24 15:07:20 -05:00
Babel Bot
8ab668beee
Add v7.12.8 to CHANGELOG.md [skip ci]
2020-11-23 22:30:27 +00:00
Nicolò Ribaudo
16184887ab
v7.12.8
2020-11-23 23:26:07 +01:00
Nicolò Ribaudo
4f9ad5cc3a
Avoid infinite loops in type inference logic ( #12390 )
2020-11-23 17:03:01 +01:00
Huáng Jùnliàng
243d3b2dfd
chore: fix watcher config ( #12372 )
2020-11-23 10:43:54 -05:00
Nicolò Ribaudo
7d2a14b856
Initialize NodePath context when using getSibling ( #12387 )
2020-11-23 16:03:11 +01:00
Filipp Riabchun
2b13863680
Fix Node version check ( #12382 )
...
`process.version` always starts with `v`, so `parseInt(process.version)` always evaluates to `NaN`. See https://nodejs.org/api/process.html#process_process_version
2020-11-23 09:00:50 -05:00
Babel Bot
b36f988b10
Add v7.12.7 to CHANGELOG.md [skip ci]
2020-11-20 21:09:26 +00:00
Nicolò Ribaudo
23226d93d4
v7.12.7
2020-11-20 22:02:43 +01:00
Huáng Jùnliàng
a44151acef
optimize optional chain when expression will be cast to boolean ( #12291 )
2020-11-20 20:55:33 +01:00
Nicolò Ribaudo
e7e0c25d6a
Archive @babel/helper-regex ( #12377 )
...
babel/babel-archive@32d1b8eeaf
2020-11-20 10:40:48 -05:00
Huáng Jùnliàng
2e3eec6646
refactor: use option-validator in preset-typescript ( #12347 )
2020-11-20 15:11:20 +01:00
Huáng Jùnliàng
ab5a90ce47
refactor: remove @babel/helper-regex usage ( #12349 )
2020-11-18 10:06:59 -05:00
Nicolò Ribaudo
6a0e909c13
Don't compile import() in development ( #12288 )
2020-11-18 16:02:02 +01:00
Sosuke Suzuki
94d116052f
[ts] Allow modifiers as names of methods with type parameters ( #12356 )
2020-11-18 15:29:02 +01:00
Nicolò Ribaudo
e8457ea5d3
Update yarn-plugin-babel-release-tool ( #12369 )
2020-11-17 17:31:22 +01:00
Huáng Jùnliàng
2db500451b
Bump caniuse-lite resolutions ( #12368 )
2020-11-17 16:38:02 +01:00
Huáng Jùnliàng
b564368d6e
refactor: reorder checkLVal parameters ( #12346 )
...
* refactor: reorder checkLVal parameters
* update allow list
* Apply suggestions from code review
2020-11-17 09:07:32 -05:00
Bogdan Savluk
0f838be944
improve asserts type annotations ( #12341 )
2020-11-16 11:21:30 -05:00
Sosuke Suzuki
a4e4aede14
[ts]Set false to default value of TsTypePredicate.asserts ( #12352 )
2020-11-16 09:51:27 -06:00
Nitin Kumar
56fd90452c
chore: fix grammar in bug template ( #12362 )
...
Co-authored-by: Brian Ng <bng412@gmail.com>
2020-11-16 16:20:12 +01:00
Huáng Jùnliàng
f54f1ee492
Fix: correctly transform this.#m?.(...arguments) ( #12350 )
...
* add tests on @babel/helper-optimise-call-expression
* fix: correctly optimise `a.b?.(...arguments)`
* add integration test with properties transform
2020-11-16 10:16:46 -05:00
Huáng Jùnliàng
7850682387
chore: pin stack-utils to 1.0.2 on legacy node tests ( #12365 )
2020-11-16 10:16:24 -05:00
Huáng Jùnliàng
cff0d7c727
chore: prompt maintainer to quit make watch before publish ( #12357 )
...
* chore: prompt maintainer to quit make watch before publish
* move shell prompt to Makefile
2020-11-14 08:23:29 -05:00
Nicolò Ribaudo
3e0fa927c0
Final configuration changes in preparation for TS ( #12351 )
2020-11-12 16:09:29 +01:00
Huáng Jùnliàng
5bbad8936b
fix: disallow all parenthesized pattern except parsing LHS ( #12327 )
...
* fix: disallow all parenthesized pattern except parsing LHS
* fix: forStatement requires LHS
* simplify toAssignable
* add more test cases
* fix: pass through isLHS on object property and assignment expression
* fix: record parenthesized identifier error for LHS
* remove duplicated skipped tests
* fix: do not record errors on ancestry arrow head
* Update packages/babel-parser/src/util/expression-scope.js
Co-authored-by: Brian Ng <bng412@gmail.com>
Co-authored-by: Brian Ng <bng412@gmail.com>
2020-11-10 14:42:37 -05:00
Brian Ng
08c7280167
Fix support for polyfilling Array.prototype.values in core-js@2 ( #12340 )
2020-11-10 16:43:11 +01:00
ExE Boss
3505eaadba
Add type definitions for assertion methods ( #11883 )
...
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
2020-11-10 16:42:25 +01:00
Nicolò Ribaudo
2984f0cb88
Use the correct context when re-using a cached NodePath ( #12331 )
2020-11-10 15:03:21 +01:00
Jason Miller
ddd868f838
Account for ConfigItem being generated by another copy of Babel ( #11734 )
...
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
2020-11-10 15:02:46 +01:00
Nicolò Ribaudo
4b1b961bd1
Fix CircleCI test262 job ( #12338 )
2020-11-10 13:33:33 +01:00
Nicolò Ribaudo
40727ab5f6
Use chokidar@2 without fsevents@1 ( #12322 )
2020-11-10 09:12:16 +01:00
Huáng Jùnliàng
d7e32d8c3d
Add typings for recordAndTuple parser plugin ( #12326 )
2020-11-09 23:57:41 +01:00
Bogdan Savluk
089c200c8b
Convert @babel/template from Flow to TS ( #12317 )
...
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
2020-11-09 23:17:25 +01:00
Nicolò Ribaudo
f80478c06d
Prepare repository for gradual flow->ts migration ( #12317 )
...
Co-authored-by: Bogdan Savluk <savluk.bogdan@gmail.com>
2020-11-09 23:17:24 +01:00
Nicolò Ribaudo
a9bc9becc5
Use TS3.7 when possible for @babel/type dts ( #12317 )
2020-11-09 23:17:24 +01:00