An open API service for software projects hosted on Open Collective.

github.com/babel/babel

🐠 Babel is a compiler for writing next generation JavaScript.
https://github.com/babel/babel

fix: handle shadowed binding in `for using of` body

JLHwung opened this pull request 2 months ago
fix: support named evaluation for using declaration

JLHwung opened this pull request 2 months ago
Off-by-one columns in babel/code-frame

RReverser opened this issue 2 months ago
Update test262

babel-bot opened this pull request 2 months ago
chore(deps): update dependency typescript to v5.8.3

renovate[bot] opened this pull request 2 months ago
Return regenerator-runtime

goldim opened this issue 3 months ago
fix(parser): properly handle optional markers in generator class methods

magic-akari opened this pull request 3 months ago
Improve parseExpression error messages

JLHwung opened this pull request 3 months ago
Proposal for OpenHarmony Adaptation of [ babel ]

wshixjrnjr opened this issue 3 months ago
Improve import phase parsing

JLHwung opened this pull request 3 months ago
fix(parser): Terminate modifier parsing at newline

magic-akari opened this pull request 3 months ago
Can't parse a speical class when ts plugin enabled

fisker opened this issue 3 months ago
`import.source()` does not work with `@babel/eslint-parser`

aduh95 opened this issue 3 months ago
Enable `dot-notation` rule

fisker opened this pull request 3 months ago
Update test262

babel-bot opened this pull request 3 months ago
Update Prettier test

fisker opened this pull request 3 months ago
Create babel-helper-globals

JLHwung opened this pull request 3 months ago
Fix Node.js 24 CI error

JLHwung opened this pull request 3 months ago
test: add invalid local use strict test

JLHwung opened this pull request 3 months ago
fix: Private class method not found when TS and estree

liuxingbaoyu opened this pull request 3 months ago
fix: `@babel/parser/bin/index.js` contains `node:` protocol require

liuxingbaoyu opened this pull request 3 months ago
Use `.d.ts` in import when importing a `.d.ts` file

nicolo-ribaudo opened this pull request 3 months ago
Reduce `regenerator` size more

liuxingbaoyu opened this pull request 3 months ago
Update test262

babel-bot opened this pull request 3 months ago
Enable Node compile cache for `@babel/cli`

JLHwung opened this pull request 3 months ago
fix(babel-template): Properly handle empty string replacements

magic-akari opened this pull request 3 months ago
Fix: improve object rest handling in array pattern

JLHwung opened this pull request 3 months ago
fix bundle-dts error in feat-discard-binding

JLHwung opened this pull request 3 months ago
Bumped picocolors version to prevent webpack warnings

woaitsAryan opened this pull request 3 months ago
Bumped picocolors version to prevent webpack warnings

woaitsAryan opened this pull request 3 months ago
Transform discard binding

JLHwung opened this pull request 3 months ago
Support discard binding proposal

JLHwung opened this pull request 3 months ago
Rebuild Makefile.mjs

nicolo-ribaudo opened this pull request 3 months ago
fix invalid gulp watch usage

JLHwung opened this pull request 3 months ago
Update actions/checkout action to v4

renovate[bot] opened this pull request 3 months ago
Reduce `regenerator` helper size

liuxingbaoyu opened this pull request 3 months ago
Directly export the JSON files from `@babel/compat-data`

nicolo-ribaudo opened this pull request 3 months ago
Update Yarn to 4.9.1

nicolo-ribaudo opened this pull request 3 months ago
[babel 8] Drop CJS support from `@babel/parser`

nicolo-ribaudo opened this pull request 3 months ago
Update fixture

nicolo-ribaudo opened this pull request 3 months ago
Remove unused `regenerator-runtime` dep in `@babel/runtime`

nicolo-ribaudo opened this pull request 3 months ago
Ignore browser-only files in coverage reports

nicolo-ribaudo opened this pull request 3 months ago
[babel 8] Remove unnecessary CJS ESM wrapper

nicolo-ribaudo opened this pull request 3 months ago
Include Babel 8 in coverage report

nicolo-ribaudo opened this pull request 3 months ago
Update test262

babel-bot opened this pull request 3 months ago
feat(matchesPattern): support super/private/meta

JLHwung opened this pull request 3 months ago
Tune plugin compat data

JLHwung opened this pull request 3 months ago
allow separate registrations with @babel/register

vzaidman opened this pull request 3 months ago
Allow `using of` as lexical declaration within for

JLHwung opened this pull request 3 months ago
chore: bump compat-data sources

JLHwung opened this pull request 3 months ago
Update error stack test

fisker opened this pull request 3 months ago
Fix: propagate argument evaluation errors through async promise chain

magic-akari opened this pull request 3 months ago
Refactor regenerator helpers

nicolo-ribaudo opened this pull request 3 months ago
Update test262

babel-bot opened this pull request 3 months ago
Extract current `flow` plugin to a seperate package

fisker opened this issue 3 months ago
Run `jest-light-runner` in `node:child_process`

fisker opened this pull request 3 months ago
Update `jest-light-runner` to v0.7.0

fisker opened this pull request 3 months ago
Fix build script on Windows

fisker opened this pull request 3 months ago
Remove `transform-object-assign` plugin in Babel 8

liuxingbaoyu opened this issue 3 months ago
[Babel 8]: Remove record and tuple syntax support

JLHwung opened this pull request 3 months ago
Remove record-and-tuple syntax support in Babel 8

JLHwung opened this issue 3 months ago
Split `regeneratorRuntime` into multiple helpers

nicolo-ribaudo opened this pull request 4 months ago
migrate babel-compat-data build script to mjs

JLHwung opened this pull request 4 months ago
Update test262

babel-bot opened this pull request 4 months ago
Create ChainExpression within TSInstantiationExpression

JLHwung opened this pull request 4 months ago
Bump typescript-eslint to 8.29.1

JLHwung opened this pull request 4 months ago
fix apply()/call() annotated as pure

Lacsw opened this pull request 4 months ago
Disallow get/set in TSPropertySignature

JLHwung opened this pull request 4 months ago
[Babel 8] Refactor register cache

liuxingbaoyu opened this pull request 4 months ago
Update firefox bugfix compat data

JLHwung opened this pull request 4 months ago
Support meta properties in `matchesPattern`

nicolo-ribaudo opened this issue 4 months ago
fix: Should respect `noScope`

liuxingbaoyu opened this pull request 4 months ago
fix: `proposal-function-sent` affects other plugins

liuxingbaoyu opened this pull request 4 months ago
Reduce generated names size for the 10th-11th

nicolo-ribaudo opened this pull request 4 months ago
Use `class` and add type definitions for `regenerator`

liuxingbaoyu opened this pull request 4 months ago
test: add basic typescript-eslint integration tests

JLHwung opened this pull request 4 months ago
build(deps): bump @babel/helpers from 7.24.4 to 7.27.0

dependabot[bot] opened this pull request 4 months ago
Harden variable declarator validations

JLHwung opened this pull request 4 months ago
Fix: support const type parameter in generator

JLHwung opened this pull request 4 months ago
TS const type parameter is not serialized by generator

verytactical opened this issue 4 months ago