-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Insights: babel/babel
Overview
Could not load contribution data
Please try again later
5 Releases published by 1 person
-
v7.27.3
published
May 27, 2025 -
v7.27.4
published
May 30, 2025 -
v8.0.0-beta.0
published
May 30, 2025 -
v7.27.5
published
Jun 3, 2025 -
v7.27.6
published
Jun 5, 2025
49 Pull requests merged by 10 people
-
[Babel 8]: Fix incorrect LVal coverage
#17387 merged
Jun 18, 2025 -
fix: test262 cache
#17379 merged
Jun 16, 2025 -
Use Babel 8.0.0-beta.0
#17353 merged
Jun 16, 2025 -
bump jest to v30
#17383 merged
Jun 13, 2025 -
Update test262
#17386 merged
Jun 13, 2025 -
Update compat data
#17385 merged
Jun 13, 2025 -
chore: Avoid CITGM errors
#17382 merged
Jun 11, 2025 -
Update communication channels for 2025
#17375 merged
Jun 10, 2025 -
chore: Improve test262 for Babel 8
#17342 merged
Jun 10, 2025 -
Avoid using
lookahead
in parser#17354 merged
Jun 10, 2025 -
fix: support negative bigint in valueToNode
#17376 merged
Jun 10, 2025 -
fix: Params of
async function*
should throw synchronously#17352 merged
Jun 7, 2025 -
fix: disable using in ambient context
#17371 merged
Jun 7, 2025 -
Update test262
#17369 merged
Jun 6, 2025 -
fix:
finally
causes unexpected return value#17366 merged
Jun 5, 2025 -
Ensure syntactic ordering when visiting array-type AST nodes
#17357 merged
Jun 5, 2025 -
Set binary operator typings to a more precise union
#17361 merged
Jun 3, 2025 -
Update babel 8 preset env fixtures
#17356 merged
Jun 3, 2025 -
fix: Unexpected infinite loop with
regenerator
fortry
#17359 merged
Jun 3, 2025 -
fix: support async Babel plugin in eslint-parser
#17348 merged
Jun 2, 2025 -
Rename proposal explicit resource management
#17340 merged
Jun 2, 2025 -
Map ESLint's
sourceType: commonjs
to script#17349 merged
Jun 1, 2025 -
Improve using declaration errors
#17333 merged
May 31, 2025 -
Update compat data
#17343 merged
May 31, 2025 -
Pack
inForStatementInit
to token context#17336 merged
May 30, 2025 -
[Babel 8] Change
scope.{references,uids}
toSet
#16624 merged
May 30, 2025 -
Update test262
#17344 merged
May 30, 2025 -
Fix Babel 8 test262 comparison
#17345 merged
May 30, 2025 -
Disallow using in bare case statement
#17323 merged
May 29, 2025 -
Improve parseExpression error messages
#17311 merged
May 29, 2025 -
Refactor regenerator helpers
#17249 merged
May 29, 2025 -
Add test262 for Babel 8
#17338 merged
May 29, 2025 -
Reduce
regenerator
size more#17287 merged
May 29, 2025 -
chore: update node flags
#17337 merged
May 28, 2025 -
[babel 8] Do not replace global
regeneratorRuntime
references in regenerator transform#17237 merged
May 27, 2025 -
Fix iterator compatibility of
regeneratorValues
#17335 merged
May 26, 2025 -
test: add invalid local use strict test
#17293 merged
May 26, 2025 -
Use shorter method names for regenerator context
#17334 merged
May 26, 2025 -
Update compat data
#17325 merged
May 26, 2025 -
Improve multiline comments handling in yield/await expression
#17324 merged
May 26, 2025 -
Restore behavior of
regeneratorRuntime
helper#17329 merged
May 26, 2025 -
Improve integrations of using declaration with other transforms
#17330 merged
May 23, 2025 -
Correctly set
.displayName
onGeneratorFunction
#17328 merged
May 23, 2025 -
Enable
dot-notation
rule#17301 merged
May 23, 2025 -
Refine typing for parserOverride in babel plugins
#17322 merged
May 23, 2025 -
fix: handle shadowed binding in
for using of
body#17319 merged
May 23, 2025 -
Update test262
#17326 merged
May 23, 2025 -
fix(converter): Remove
abstract
modifiers in class declaration to expression conversion#17321 merged
May 21, 2025 -
Update test262
#17315 merged
May 20, 2025
15 Pull requests opened by 4 people
-
Try converting classes to functions for `parser`
#17332 opened
May 26, 2025 -
Materialize `explicitResourceManagement` parser plugin
#17346 opened
May 30, 2025 -
Initialize the `type` property at `startNode`
#17350 opened
May 30, 2025 -
Avoid `transform-async-generator-functions` from traversing `Program`
#17351 opened
May 30, 2025 -
Add explicit resource management to preset-env
#17355 opened
Jun 2, 2025 -
Do not split `awaitAsyncGenerator` in `await yield`
#17362 opened
Jun 3, 2025 -
Do not save last yield in call in temp var
#17363 opened
Jun 3, 2025 -
[Babel 8]: use bigint as BigIntLiteral.value
#17378 opened
Jun 10, 2025 -
add generateUidBasedOnNode test cases
#17381 opened
Jun 10, 2025 -
Use `NodePath#splitExportDeclaration` in destructuring transforms
#17389 opened
Jun 16, 2025 -
Support `sourceType: "commonjs"`
#17390 opened
Jun 16, 2025 -
LVal coverage updates (Part 2)
#17391 opened
Jun 18, 2025 -
Improve TS babel config loading
#17392 opened
Jun 19, 2025 -
Update compat data
#17393 opened
Jun 20, 2025 -
Update test262
#17394 opened
Jun 20, 2025
18 Issues closed by 7 people
-
LHS nodes are defined incorrectly in Babel 8
#17384 closed
Jun 18, 2025 -
x
#17388 closed
Jun 16, 2025 -
bug with 7.27.5 of @babel/plugin-transform-regenerator return a magic number
#17365 closed
Jun 5, 2025 -
[Bug]: property access on negative number isn't preserved as negative number in the output
#15801 closed
Jun 4, 2025 -
[Bug]: TypeError: unknown file: _getAssignmentIdentifiers is not a function
#16716 closed
Jun 4, 2025 -
Record & Tuple Plugin: transform typeof sites to reflect "record" or "tuple" instead of "object"
#14670 closed
Jun 4, 2025 -
Where is api doc
#14971 closed
Jun 4, 2025 -
[Bug]: iterableIsArray is only enabled in for of transform when loose is false
#15018 closed
Jun 4, 2025 -
TypeScript seems allow BigInt as EnumMemeber key
#17331 closed
Jun 4, 2025 -
transpile async code to infinite loop
#17364 closed
Jun 4, 2025 -
Potential bug with 7.27.4 of @babel/plugin-transform-regenerator return inside try catch.
#17358 closed
Jun 3, 2025 -
The new `@babel/runtime/generator` seems to be breaking some projects
#17360 closed
Jun 3, 2025 -
@babel/eslint-parser does not work with async ESM plugins
#17341 closed
Jun 2, 2025 -
regeneratorRuntime helper changes define function causing detection issues
#17327 closed
May 27, 2025 -
explict-resource-management transform throws when for body binding shadows the for head using binding
#17318 closed
May 23, 2025
4 Issues opened by 4 people
-
`await using` in `async-generator-function` not working
#17380 opened
Jun 10, 2025 -
Option to allow top level `using` in script
#17377 opened
Jun 10, 2025 -
Accept bigint as value in BigIntLiteral
#17367 opened
Jun 4, 2025
15 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Transform discard binding
#17277 commented on
Jun 16, 2025 • 16 new comments -
Big `@babel/parser` refactor
#16026 commented on
May 26, 2025 • 0 new comments -
Return regenerator-runtime
#17313 commented on
May 28, 2025 • 0 new comments -
Support babel.config.ts in TypeScript
#8529 commented on
Jun 8, 2025 • 0 new comments -
Babel 8 Release Plan
#10746 commented on
Jun 10, 2025 • 0 new comments -
Remove `transform-object-assign` plugin in Babel 8
#17243 commented on
Jun 11, 2025 • 0 new comments -
Dependency Dashboard
#13343 commented on
Jun 20, 2025 • 0 new comments -
Reset `Error.prepareStackTrace` finally
#16187 commented on
Jun 4, 2025 • 0 new comments -
chore: Improve benchmarks
#16873 commented on
May 30, 2025 • 0 new comments -
[Babel 8] Improve scope information collection performance
#17043 commented on
May 31, 2025 • 0 new comments -
Support top level await in node repl
#17147 commented on
May 26, 2025 • 0 new comments -
Interepret parser `allow*` options as top level only
#17203 commented on
Jun 19, 2025 • 0 new comments -
allow separate registrations with @babel/register
#17255 commented on
May 21, 2025 • 0 new comments -
Support discard binding proposal
#17276 commented on
Jun 16, 2025 • 0 new comments -
Create babel-helper-globals
#17297 commented on
Jun 16, 2025 • 0 new comments