* refactor: simply browserslists defaults overwriting
When `hasTargets` is `false`, `targets` is always an empty object by definition, `objectToBrowserslist({})` always return `[]` therefore we can remove `objectToBrowserslist`.
* test: apply external-helpers on preset-env test fixtures
* test: add ie 6 to force all transforms in corejs 3, debug, corejs 2 fixtures
* Add ie 6 as targets for test fixtures
* rename own binding inside methods if it collides with class ref. fix#11994
* fix name collisions in constructor
* do fix name collisions in constructor
* move logic in ReplaceSupers
* fix tests of helper-create-class-features-plugin
* remove replaceSupers in pushConstructor
* use environmentVisitor
* skip classLike nodes
* fix super ref in computed key
* refactor: extract option normalization in preset-typescript
* breaking: type checking preset-typescript options
* chore: bundle preset-typescript into a single lib
* test: disable Babel 7 test on Babel 8 breaking change test
* workaround Jest 24 error snapshot dedent issue
* skip Babel 8 test when the Breaking ENV is not available
* chore: update test snapshot
* Update packages/babel-preset-typescript/test/normalize-options.spec.js
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
* update test fixtures
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
* Use isIdentifierChar instead of regex for toIdentifier
* Apply suggestions from code review
Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
* Undo dep
* Update packages/babel-types/test/converters.js
* Add testcase starting with a number
* Add test for non-ascii starting character
Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
* fix(code-frame): do not pad gutter of empty lines
* Add workaround for expected Jest e2e test failure
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
* Publish to npm from GitHub actions
* Remove publish-ci from Makefile
This was meant to be used _now_, but I didn't end up using it
* Test
* Revert "Test"
This reverts commit 04095c17db8352710c12849a5b1fa53e853bd6f5.
* chore: draft update parser tests workflow
* Build babel parser
* chore: use Babel bot as git user name
* use babel-bot token
* refactor: use actions/github-script
* rename
* chore: use pnp when building babel artifacts
* chore: refine ci config
* fix: match any n_m as unambiguous
The pnp module path starts from global cache path, which does not
match **/n_m
* fix: remove dedupe option and abort rollup on unexpected warning messages
* chore: suppress Circular_Dependency warning
* fix build error
* replace make bootstrap-only by yarn install