Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from babel:main #244

Open
wants to merge 1,830 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
1830 commits
Select commit Hold shift + click to select a range
dc436d2
Improve fields testing (#16734)
liuxingbaoyu Sep 3, 2024
04485b5
[Babel 8] Remove `decimal` from parser (#16741)
liuxingbaoyu Sep 3, 2024
69d65f1
[babel 8] Require Node.js `^18.20.0 || ^20.17.0 || >=22.8.0` (#16800)
nicolo-ribaudo Sep 4, 2024
0a55713
[Babel 8] Remove `DecimalLiteral` AST (#16807)
liuxingbaoyu Sep 5, 2024
4314afb
Update test262 (#16811)
babel-bot Sep 6, 2024
57ef755
Update compat data (#16810)
babel-bot Sep 6, 2024
af1662b
[babel 8] Align `@babel/node` args parsing to Node.js (#16706)
nicolo-ribaudo Sep 6, 2024
c751b06
Archive syntax-import-reflection and syntax-decimal (#16809)
nicolo-ribaudo Sep 6, 2024
380e864
Remove `importReflection` parser plugin (#16808)
nicolo-ribaudo Sep 7, 2024
ca62240
Remove `importAssertions` parser plugin (#16770)
nicolo-ribaudo Sep 7, 2024
7467c9d
[Babel 8] Remove some `Scope` methods (#16705)
liuxingbaoyu Sep 7, 2024
5ec036d
Revert "Pin to Node.js 22.5" (#16815)
liuxingbaoyu Sep 8, 2024
e69a7e5
fix: issue with node path keys updated on unrelated paths (#16814)
DylanPiercey Sep 8, 2024
d5b2c0a
Fix parallel-tsc may throw exception (#16819)
liuxingbaoyu Sep 8, 2024
d19d001
fix: update identifier to unicode 16 (#16825)
JLHwung Sep 10, 2024
c8362e3
Enable `unicorn/prefer-set-has` rule (#16822)
fisker Sep 10, 2024
7722f23
Update `typescript` & `typescript-eslint` (#16826)
liuxingbaoyu Sep 10, 2024
b25a8a5
Remove `eslint-plugin-prettier` (#16823)
fisker Sep 11, 2024
855a72e
Only access `BABEL_TYPES_8_BREAKING` at startup (#16828)
nicolo-ribaudo Sep 11, 2024
9e14f7d
chore: Enable more lint rules (#16827)
liuxingbaoyu Sep 11, 2024
fa65fa7
Update compat data (#16831)
babel-bot Sep 13, 2024
fc54d7e
Update test262 (#16832)
babel-bot Sep 13, 2024
2ee26be
fix: CI Failure (#16835)
liuxingbaoyu Sep 13, 2024
4a55f99
[Flow] Drop support for annotations inside array patterns (#16813)
nicolo-ribaudo Sep 16, 2024
cd8ffa4
[Babel 8] fix: Throwing exceptions synchronously (#16836)
liuxingbaoyu Sep 16, 2024
506bf91
Remove `BABEL_TYPES_8_BREAKING` flag and enable it by default (#16817)
liuxingbaoyu Sep 16, 2024
63e8c44
[Babel 8] Remove `minimal,smart` option of Pipeline Operator (#16801)
liuxingbaoyu Sep 16, 2024
60b9670
[Babel 8] Remove `enums` option of flow plugin (#16792)
liuxingbaoyu Sep 16, 2024
611d958
[babel 8] Create `TSClassImplements|TSInterfaceHeritage` nodes (#16731)
liuxingbaoyu Sep 17, 2024
3435b56
Refactor `transform-block-scoped-function` (#16398)
liuxingbaoyu Sep 17, 2024
63af126
fix: ObjectPattern used as id inside for-of (#16830)
coderaiser Sep 17, 2024
0449ac5
Update jsesc to ^3.0.2 (#16840)
nicolo-ribaudo Sep 17, 2024
4d27c1a
Update test262 (#16847)
babel-bot Sep 20, 2024
368b512
Update compat data (#16846)
babel-bot Sep 20, 2024
4ff9408
Bump regexpu-core to 6 (#16848)
JLHwung Sep 21, 2024
ebe4b7c
perf: Improve @babel/types builders (#16842)
liuxingbaoyu Sep 23, 2024
7a1fc8e
Update dependency rollup to v4.22.4 [SECURITY] (#16853)
renovate[bot] Sep 24, 2024
ad3217b
fix: incorrect javascrpit syntax in issue template (#16856)
YuHyeonWook Sep 25, 2024
343ee2d
Bump compat deps (#16857)
JLHwung Sep 25, 2024
61d0573
chore: Simplify the use of definitions for @babel/types (#16855)
liuxingbaoyu Sep 26, 2024
76a4cbc
Add type definitions for eslint packages (#16854)
liuxingbaoyu Sep 26, 2024
e02d9ef
Add deprecated JSDOC for fields (#16852)
liuxingbaoyu Sep 26, 2024
ea5fcb8
chore: Enable `import/export` rule (#16843)
liuxingbaoyu Sep 26, 2024
367ab6c
Add browserslist config to external dependency (#16858)
JLHwung Sep 26, 2024
b2ba04c
Allow sync loading of ESM when `--experimental-require-module` (#16820)
nicolo-ribaudo Sep 26, 2024
866bc07
Update compat data (#16866)
babel-bot Sep 27, 2024
a2025d7
Update test262 (#16867)
babel-bot Sep 27, 2024
c82664c
Fix prettier Babel 8 test (#16876)
nicolo-ribaudo Oct 1, 2024
d68ebeb
perf: Avoid extra cloning of namespaces (#16875)
liuxingbaoyu Oct 1, 2024
2ee4982
chore: Improve `loadFullConfig` types (#16872)
liuxingbaoyu Oct 1, 2024
51e9e0c
fix: Clone the class declaration `id` in the class transform (#16877)
liuxingbaoyu Oct 2, 2024
2533cfb
v7.25.7
babel-bot Oct 2, 2024
94e1667
Add v7.25.7 to CHANGELOG.md [skip ci]
babel-bot Oct 2, 2024
362b823
chore: Update lint deps (#16883)
liuxingbaoyu Oct 5, 2024
a01b7ac
Update test262 (#16881)
babel-bot Oct 6, 2024
959a51a
Update compat data (#16880)
babel-bot Oct 6, 2024
a6b0f54
Inline one-line syntax plugins (#16824)
nicolo-ribaudo Oct 9, 2024
63abd9b
Cleanup prettier e2e test (#16890)
nicolo-ribaudo Oct 9, 2024
f343c49
Remove unused ESLint comments (#16893)
nicolo-ribaudo Oct 9, 2024
cad088b
Concurrent runs of "Create or update REPL comment" workflow (#16897)
nicolo-ribaudo Oct 9, 2024
2570cfd
Restore public API of `resolvePlugin`/`resolvePreset` (#16888)
nicolo-ribaudo Oct 9, 2024
f9cb91a
v7.25.8
babel-bot Oct 10, 2024
b019327
Add v7.25.8 to CHANGELOG.md [skip ci]
babel-bot Oct 10, 2024
8478bf9
Update test262 (#16900)
babel-bot Oct 11, 2024
33d705e
Analyze `ClassAccessorProperty` to prevent the `no-undef` rule (#16884)
victorenator Oct 12, 2024
d658738
fix: support BROWSERSLIST{,_CONFIG} env (#16907)
JLHwung Oct 17, 2024
9387f0d
ci: pin latest node to 22 (#16913)
JLHwung Oct 18, 2024
490a330
Update compat data (#16909)
babel-bot Oct 18, 2024
f594ee4
Update test262 (#16910)
babel-bot Oct 18, 2024
831396d
fix: Keep type annotations in `syntacticPlaceholders` mode (#16905)
liuxingbaoyu Oct 19, 2024
d20b314
perf: Make `VISITOR_KEYS` etc. faster to access (#16918)
liuxingbaoyu Oct 20, 2024
876ea3b
test(numeric-separator): fix invalid test layout (#16920)
JLHwung Oct 21, 2024
0a613d6
chore: Improve logic regarding fast objects (#16919)
liuxingbaoyu Oct 22, 2024
af91759
fix: Accidentally publishing useless files (#16917)
liuxingbaoyu Oct 22, 2024
536d703
remove test options flaky (#16914)
JLHwung Oct 22, 2024
b07957e
v7.25.9
babel-bot Oct 22, 2024
4530054
Add v7.25.9 to CHANGELOG.md [skip ci]
babel-bot Oct 22, 2024
5155711
chore: remove eslint/compat (#16922)
JLHwung Oct 22, 2024
422c6d0
perf: Improve module transforms (#16882)
liuxingbaoyu Oct 23, 2024
34c8793
Add experimental format-preserving mode to `@babel/generator` (#16708)
nicolo-ribaudo Oct 23, 2024
bfa56c4
Support `import()` in `rewriteImportExtensions` (#16794)
liuxingbaoyu Oct 23, 2024
4360ee5
fix: path.resolve changes in node 23.0.0
JLHwung Oct 18, 2024
79e50b2
test: add node 23 to ci matrix
JLHwung Oct 22, 2024
b8d6334
Always enable parsing of Flow enums (#16841)
nicolo-ribaudo Oct 23, 2024
77bc5d5
feat: add `startIndex` parser option (#16849)
DylanPiercey Oct 23, 2024
816b293
Add `transform-regexp-modifiers` to `preset-env` (#16692)
JLHwung Oct 23, 2024
fdc456a
Only parse # as comment in .babelignore at line start (#16925)
nicolo-ribaudo Oct 23, 2024
10f15bb
Add `kind` to `TSModuleDeclaration` (#16732)
liuxingbaoyu Oct 23, 2024
56658ac
Fix loading of modules with TLA in Node.js 23 (#16926)
nicolo-ribaudo Oct 24, 2024
b8002e2
Workaround Node.js bug for parallel loading of TLA modules (#16928)
nicolo-ribaudo Oct 24, 2024
a7f2c6f
Rename `proposal-json-modules` to `transform-json-modules` (#16924)
nicolo-ribaudo Oct 24, 2024
0216853
feat: support async plugin's pre/post (#16862)
timofei-iatsenko Oct 24, 2024
c369676
Inline `@babel/highlight` in `@babel/code-frame` (#16896)
nicolo-ribaudo Oct 24, 2024
64fa466
Enable import attributes parsing by default (#16850)
nicolo-ribaudo Oct 24, 2024
8b5b6bf
fix: CI with Node v23.1.0 (#16932)
liuxingbaoyu Oct 25, 2024
63d3038
v7.26.0
nicolo-ribaudo Oct 25, 2024
4356808
Add v7.26.0 to CHANGELOG.md [skip ci]
babel-bot Oct 25, 2024
26a6c9d
Bump Babel 8 version to 8.0.0-alpha.13
babel-bot Oct 25, 2024
a1b4ba0
Add v8.0.0-alpha.13 to .github/CHANGELOG-v8.md [skip ci]
babel-bot Oct 25, 2024
e5e3bd2
Update `@babel/*` dependencies (#16933)
nicolo-ribaudo Oct 25, 2024
61de718
Update node 23.1 experimental warning (#16934)
JLHwung Oct 25, 2024
836528a
fix(parser): offset internal index locations by startIndex (#16936)
DylanPiercey Oct 25, 2024
7f15ef7
v7.26.1
babel-bot Oct 25, 2024
3b9684c
Add v7.26.1 to CHANGELOG.md [skip ci]
babel-bot Oct 25, 2024
9ead416
Update test262 (#16931)
babel-bot Oct 26, 2024
81f2c62
Update compat data (#16930)
babel-bot Oct 26, 2024
0000f6e
chore: fix typo in function name (#16938)
fisker Oct 28, 2024
8fa44ad
Update regjsparser (#16939)
JLHwung Oct 28, 2024
ace334f
Fix CI e2e-babel error (#16946)
JLHwung Oct 30, 2024
d8ed865
fix: Account for offsets when creating new Position instances (#16937)
DylanPiercey Oct 30, 2024
ae77628
Add test for current wrong behavior (#16948)
nicolo-ribaudo Oct 30, 2024
29242d5
fix: Parse placeholder for TS namespace (#16903)
liuxingbaoyu Oct 30, 2024
a39ef1a
v7.26.2
babel-bot Oct 30, 2024
ca0bd04
Add v7.26.2 to CHANGELOG.md [skip ci]
babel-bot Oct 30, 2024
78623e8
Update compat data (#16949)
babel-bot Nov 1, 2024
438b24c
Update test262 (#16950)
babel-bot Nov 1, 2024
b85e0e7
Update compat data (#16956)
babel-bot Nov 8, 2024
e550443
Update test262 (#16957)
babel-bot Nov 8, 2024
fb2e365
chore: Testing changes related to Node 23 (#16951)
liuxingbaoyu Nov 8, 2024
510816f
Remove helper-builder-binary-assignment-operator-visitor (#16895)
nicolo-ribaudo Nov 8, 2024
38d26cd
perf: Remove use of `simplifyAccess` (#16954)
liuxingbaoyu Nov 9, 2024
f29f9c7
Update test262 (#16963)
babel-bot Nov 15, 2024
e0b274b
Update compat data (#16962)
babel-bot Nov 15, 2024
a6aa8a9
chore(deps): bump @eslint/plugin-kit from 0.2.0 to 0.2.3 (#16966)
dependabot[bot] Nov 15, 2024
cd5d67e
docs(compat-data): add package description (#16968)
JLHwung Nov 18, 2024
943bdfe
perf: Avoid repeated traversal when creating scope (#16964)
liuxingbaoyu Nov 18, 2024
ded1571
perf: Improve scope information collection performance (#16923)
liuxingbaoyu Nov 19, 2024
519c8eb
[Babel 8] Remove `TSModuleDeclaration.global` (#16952)
liuxingbaoyu Nov 19, 2024
0613b92
[preserveFormat] force semicolons when invalidating ASI (#16958)
nicolo-ribaudo Nov 21, 2024
adda46f
chore: bump regexpu-core to 6.2.0 (#16972)
JLHwung Nov 21, 2024
54a8389
Update test262 (#16973)
babel-bot Nov 22, 2024
f2769b5
Update test262 (#16984)
babel-bot Nov 29, 2024
7d57d5e
Update compat data (#16983)
babel-bot Nov 29, 2024
e66517c
Add generate-babel-7-tests script (#16981)
JLHwung Nov 29, 2024
39cd56c
perf: Reduce the use of temporary objects (#16959)
liuxingbaoyu Dec 4, 2024
3ff1058
[react] Only default to `development` when set through env (#16927)
nicolo-ribaudo Dec 4, 2024
eb9088f
[Babel 8] Use `TSQualifiedName` for `namespace X.Y {}`'s name (#16982)
liuxingbaoyu Dec 4, 2024
36ca8fa
v7.26.3
babel-bot Dec 4, 2024
c322a1c
Add v7.26.3 to CHANGELOG.md [skip ci]
babel-bot Dec 4, 2024
844901e
Update tests for Node.js 22.12 (#16995)
nicolo-ribaudo Dec 4, 2024
651bc0b
Respect `BABEL_8_BREAKING` option in babel-types fields test (#17000)
JLHwung Dec 4, 2024
f33704a
Revert "perf: Improve scope information collection performance" (#17005)
JLHwung Dec 5, 2024
5080cc7
fix: migrate to dirent.parentPath (#17007)
JLHwung Dec 5, 2024
2d549a5
ci: add ember e2e test (#16998)
JLHwung Dec 5, 2024
cf7b9cd
v7.26.4
babel-bot Dec 5, 2024
55f9fb5
Add v7.26.4 to CHANGELOG.md [skip ci]
babel-bot Dec 5, 2024
e9dc2bb
fix: build updated babel-type helpers (#17010)
JLHwung Dec 6, 2024
5d74693
[estree] Adjust the start loc of class methods with type params (#16996)
nicolo-ribaudo Dec 6, 2024
c407283
Allow the dynamic `import.defer()` form of `import defer` (#17011)
babel-bot Dec 6, 2024
5511172
[babel 8] Rename `superTypeParameters` -> `superTypeArguments` (#16997)
nicolo-ribaudo Dec 6, 2024
c7f26c8
Rename `TSTypeReference.typeParameters` to `typeArguments` (#17008)
JLHwung Dec 6, 2024
4dde272
Bump Babel 8 version to 8.0.0-alpha.14
babel-bot Dec 6, 2024
38c7dce
Add v8.0.0-alpha.14 to .github/CHANGELOG-v8.md [skip ci]
babel-bot Dec 6, 2024
a2d1da8
Rename `typeParameters` to `typeArguments` for `TSTypeQuery` (#17012)
JLHwung Dec 9, 2024
ad0f525
fix: Correctly set position for `@(a.b)()` (#17013)
liuxingbaoyu Dec 10, 2024
8b6fb94
[Babel 8]: rename `typeParameters` to `typeArguments` for `TSClassImp…
JLHwung Dec 11, 2024
40d37cb
[Babel 8] Create TSAbstract{Method,Property}Definition (#17014)
JLHwung Dec 11, 2024
1fdf21d
chore: Pack some parser options into a number (#17018)
liuxingbaoyu Dec 12, 2024
8b89074
Fix incomplete visitor keys (#17019)
JLHwung Dec 12, 2024
c7e9268
Update test262 (#17021)
babel-bot Dec 13, 2024
3a22eec
Fix failing CI due to Node.js 22.12 (#17022)
JLHwung Dec 13, 2024
87a5e2e
Unpin Node.js version for Prettier E2E test (#17027)
fisker Dec 16, 2024
3d36199
Rename `typeParameters` to `typeArguments` for call expression alike …
JLHwung Dec 16, 2024
d84cc04
Update test262 (#17033)
babel-bot Dec 20, 2024
02063cd
Update compat data (#17032)
babel-bot Dec 22, 2024
1fbdb64
Strip NodeJS release tag (#17034)
liuxingbaoyu Dec 24, 2024
0e20183
Improve nullish coalescing operator output (#16612)
liuxingbaoyu Dec 26, 2024
845d6e7
Update test262 (#17036)
babel-bot Dec 27, 2024
bfd02f7
[Babel 8] Rename `typeParameters` to `typeArguments` in `TSImportType…
JLHwung Jan 7, 2025
70fbc86
fix: More accurate `transform-typeof-symbol` compat data (#17031)
liuxingbaoyu Jan 8, 2025
5fc3f75
Support flow jsx opening element type arguments (#17028)
JLHwung Jan 8, 2025
d465131
fix: incorret `babel.config.cts` test fixtures (#17051)
JLHwung Jan 9, 2025
cd24cc0
chore: Update TS 5.7 (#17053)
liuxingbaoyu Jan 9, 2025
9949db5
chore(deps): update github artifact actions to v4 (major) (#17054)
renovate[bot] Jan 9, 2025
9c4e3c4
[Babel 8]: wrap the TSImportType's argument within a TSLiteralType (#…
JLHwung Jan 9, 2025
d35794e
[Babel 8] Create TSEnumBody for TSEnumDeclaration (#16979)
JLHwung Jan 9, 2025
e4d633a
Update test262 (#17056)
babel-bot Jan 10, 2025
4dfd7e0
[babel 8] Remove unused make-dir dependency (#17055)
nicolo-ribaudo Jan 10, 2025
9725926
[estree] Unify method type parameters handling (#17045)
JLHwung Jan 10, 2025
45a6c3d
fix: Correctly generate exported const enums in namespace (#17026)
liuxingbaoyu Jan 10, 2025
cf75061
chore: Avoid calling `isInStrictMode` in Babel 7 (#17024)
liuxingbaoyu Jan 10, 2025
3e8a68e
[babel 8] Remove `DecimalLiteral` printing logic (#17057)
nicolo-ribaudo Jan 10, 2025
74181cf
v7.26.5
babel-bot Jan 10, 2025
f7fe222
Add v7.26.5 to CHANGELOG.md [skip ci]
babel-bot Jan 10, 2025
555c49b
Bump Babel 8 version to 8.0.0-alpha.15
babel-bot Jan 10, 2025
5d44d27
Add v8.0.0-alpha.15 to .github/CHANGELOG-v8.md [skip ci]
babel-bot Jan 10, 2025
4408aa6
fix: Chaining nullish coalescing output size regression (#17061)
liuxingbaoyu Jan 13, 2025
0531845
v7.26.6
babel-bot Jan 13, 2025
75d0a2a
Add v7.26.6 to CHANGELOG.md [skip ci]
babel-bot Jan 13, 2025
ad572fd
fix: Remove type-only `import x = y.z` (#17025)
liuxingbaoyu Jan 14, 2025
acbc09a
fix: correctly resolve references to non-constant enum members (#17050)
branchseer Jan 14, 2025
4b2608b
Update test262 (#17067)
babel-bot Jan 17, 2025
3ffc707
[babel 8] Remove references to minimal/smart pipelines (#17058)
nicolo-ribaudo Jan 17, 2025
bdf9a9c
[Babel 8] Create ThisExpression for `typeof this` (#17059)
JLHwung Jan 17, 2025
6ad70a2
[Babel 8] Create TSEmptyBodyFunctionExpression on invalid input (#17063)
JLHwung Jan 17, 2025
d9fa47d
Do not try to parse .ts configs as JSON if natively supported (#17052)
nicolo-ribaudo Jan 17, 2025
c079fdd
update node-flags (#17074)
JLHwung Jan 21, 2025
19224f9
[babel 8] Remove bugfixes option (#17078)
nicolo-ribaudo Jan 22, 2025
09f985d
Respect `ranges` option in estree method value (#17079)
JLHwung Jan 22, 2025
81276a1
Use new "issue types" for issues (#17077)
nicolo-ribaudo Jan 22, 2025
e568916
Update test262 (#17088)
babel-bot Jan 24, 2025
c9ffe77
fix: Correctly handle `typeof` in arrow functions (#17085)
liuxingbaoyu Jan 24, 2025
0e6199b
Make "object without properties" helpers ES6-compatible (#17086)
tquetano-netflix Jan 24, 2025
2d95140
v7.26.7
babel-bot Jan 24, 2025
61c4738
Add v7.26.7 to CHANGELOG.md [skip ci]
babel-bot Jan 24, 2025
1988499
[Babel 8] Parse `export import =` as an ExportNamedDeclaration (#17073)
JLHwung Jan 24, 2025
616f887
fix: exit gracefully if there is no babel-types docs changes (#17089)
JLHwung Jan 24, 2025
e02b0ff
[Babel 8] Create TSTemplateLiteralType (#17066)
JLHwung Jan 27, 2025
efa5232
Update test262 (#17104)
babel-bot Jan 31, 2025
c284638
fix: Type defintions for @babel/template don't allow passing a plugin…
liuxingbaoyu Feb 1, 2025
1137c29
Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0 (#17097)
renovate[bot] Feb 1, 2025
1bdb1a4
Move `@types/gensync` to dependencies (#17105)
nicolo-ribaudo Feb 2, 2025
c1e0efc
Update test262 (#17115)
babel-bot Feb 7, 2025
48d915c
[babel 8] Remove legacy `.d.ts` for TypeScript <= 4.0 (#17099)
nicolo-ribaudo Feb 7, 2025
51d50f9
Fix TS non-array type start (#17106)
JLHwung Feb 7, 2025
0593941
v7.26.8
babel-bot Feb 8, 2025
6eecc4c
Add v7.26.8 to CHANGELOG.md [skip ci]
babel-bot Feb 8, 2025
5315446
[babel 8] Remove babel 7-specific imports (#17111)
nicolo-ribaudo Feb 9, 2025
0bd1f8e
Print TypeScript optional/definite in ClassPrivateProperty (#17062)
jamiebuilds-signal Feb 11, 2025
28e5354
fix: Definition for `TSPropertySignature.kind` (#17103)
liuxingbaoyu Feb 12, 2025
99d89fc
fix: Missing parentheses when printing a TS arrow function type in a …
liuxingbaoyu Feb 12, 2025
fd3f0a8
Do not depend on `@types/gensync` in Babel 7 (#17127)
nicolo-ribaudo Feb 13, 2025
95688d7
Update test262 (#17132)
babel-bot Feb 14, 2025
56ff65a
Use `.ts` files with explicit reexports to solve name conflicts (#17130)
nicolo-ribaudo Feb 14, 2025
4cf5c9e
[babel 8] Use `@babel/types` for parser's return type (#17117)
nicolo-ribaudo Feb 14, 2025
6f27075
[Babel 8] Add several TS type parentheses rules (#17131)
JLHwung Feb 14, 2025
64bca7b
v7.26.9
babel-bot Feb 14, 2025
cf4244a
Add v7.26.9 to CHANGELOG.md [skip ci]
babel-bot Feb 14, 2025
7f013fb
Bump Babel 8 version to 8.0.0-alpha.16
babel-bot Feb 14, 2025
0b38450
Add v8.0.0-alpha.16 to .github/CHANGELOG-v8.md [skip ci]
babel-bot Feb 14, 2025
c274fe3
Use Babel 8.0.0-alpha.16 (#17134)
nicolo-ribaudo Feb 14, 2025
ce0e87b
Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0 (#17138)
jordan-choi Feb 18, 2025
e4423b6
Update test262 (#17143)
babel-bot Feb 21, 2025
1432002
Fix source type detection when parsing TypeScript (#17107)
JLHwung Feb 21, 2025
c25b64a
Eslint parser cleanup (#17144)
JLHwung Feb 21, 2025
89226c9
[Babel 8] Parse TSHeritageBase.expression as an expression (#17139)
JLHwung Feb 23, 2025
1943a7a
fix: Correctly generate `abstract override` (#17153)
liuxingbaoyu Feb 26, 2025
51ec746
fix: Should not evaluate vars in child scope (#17151)
liuxingbaoyu Feb 26, 2025
49a160e
fix(typescript): disallow TSInstantiationExpression in LHS (#17154)
JLHwung Feb 27, 2025
578ac4d
Update test262 (#17157)
babel-bot Feb 28, 2025
62ed12a
Disallow decorator in array pattern (#17159)
JLHwung Mar 2, 2025
985f051
fix: "Map maximum size exceeded" in deepClone (#17142)
liuxingbaoyu Mar 2, 2025
61a6b5e
Avoid warnings when re-bundling @babel/standalone with webpack (#17158)
liuxingbaoyu Mar 3, 2025
fb1e134
Left-value parsing cleanup (#17160)
JLHwung Mar 3, 2025
74f5d6d
Fix: always initialize ExportDeclaration attributes (#17164)
JLHwung Mar 6, 2025
143064d
Update test262 (#17165)
babel-bot Mar 7, 2025
d5952e8
Fix processing of replacement pattern with named capture groups (#17173)
mmmsssttt404 Mar 11, 2025
e1ce99d
v7.26.10
babel-bot Mar 11, 2025
08b7069
Add v7.26.10 to CHANGELOG.md [skip ci]
babel-bot Mar 11, 2025
ed30a92
Update CHANGELOG.md
nicolo-ribaudo Mar 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Only access BABEL_TYPES_8_BREAKING at startup (babel#16828)
  • Loading branch information
nicolo-ribaudo authored Sep 11, 2024
commit 855a72e2b5dd269f5ae16db7f9e8709c37c59b78
Loading