Ecosyste.ms: OpenCollective

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

[Bug]: Await in a class decorator is not properly transpiled

nicolo-ribaudo opened this issue 8 months ago
Expose wether a module has TLA or not as `.extra.async`

nicolo-ribaudo opened this pull request 8 months ago
Update eslint v9

liuxingbaoyu opened this pull request 8 months ago
[Bug]: Auto-accessors should use `this` rather than the class name

nicolo-ribaudo opened this issue 8 months ago
fix: Windows CI does not fail

liuxingbaoyu opened this pull request 8 months ago
fix: Correctly parse `cls.fn<C> = x`

liuxingbaoyu opened this pull request 8 months ago
Fix order of `transform-block-scoped-functions` in `preset-env`

liuxingbaoyu opened this pull request 8 months ago
[Bug]: Crash with decorators on anonymous class expression

evanw opened this issue 8 months ago
[Bug]: Object rest, side effect order and function scope

magic-akari opened this issue 8 months ago
add install step before building example project

JLHwung opened this pull request 8 months ago
Bump browserslist and other compat data sources

JLHwung opened this pull request 8 months ago
unpin acorn

JLHwung opened this pull request 8 months ago
Migrate import assertions syntax

JLHwung opened this pull request 8 months ago
[Bug]: Error parsing TypeScript generics on left-hand side

mtdavis opened this issue 8 months ago
bump import-meta-resolve to 4.1.0

JLHwung opened this pull request 8 months ago
Update test262

babel-bot opened this pull request 8 months ago
Some minor parser performance improvements for ts

liuxingbaoyu opened this pull request 8 months ago
[Babel 8] Use more native fs methods

JLHwung opened this pull request 8 months ago
Remove `syntaxType` option for record-and-tuple (parser&plugin)

JLHwung opened this pull request 8 months ago
[babel 8] Require Node.js `^18.20.0 || ^20.10.0 || >=21.0.0`

JLHwung opened this pull request 8 months ago
[babel 8] Cleanup parser plugins

nicolo-ribaudo opened this issue 8 months ago
path remove fail

Chaomingri opened this issue 8 months ago
Revert "Pin to Node.js 21 on CI"

nicolo-ribaudo opened this pull request 8 months ago
Pin to Node.js 21 on CI

nicolo-ribaudo opened this pull request 8 months ago
Bump glob to 10.3.12

JLHwung opened this pull request 8 months ago
Update test262

babel-bot opened this pull request 8 months ago
Add `duplicate-named-capturing-groups-regex` to `preset-env`

JLHwung opened this pull request 8 months ago
Cleanup `NodePath` methods

nicolo-ribaudo opened this issue 8 months ago
Simple plugin order

liuxingbaoyu opened this pull request 8 months ago
Node.js require(esm) and __esModule

nicolo-ribaudo opened this issue 8 months ago
Fix suppressed error order

sossost opened this pull request 8 months ago
Make `NodePath<T | U>` distributive

nicolo-ribaudo opened this pull request 8 months ago
Optimization: skip one unnecessary checking in the loop

shoonia opened this pull request 8 months ago
Update test262

babel-bot opened this pull request 8 months ago
Reduce platform-specific tests

liuxingbaoyu opened this pull request 8 months ago
[Bug]: Cannot find package '@babel/plugin-preset-env' imported

msidolphin opened this issue 8 months ago
Use multiple TypeScript projects

nicolo-ribaudo opened this pull request 8 months ago
fix: False positive TDZ check in class computed property keys

liuxingbaoyu opened this pull request 8 months ago
fix: `Makefile.js` fails on Windows

liuxingbaoyu opened this pull request 8 months ago
Yarn failing on CI on Windows

nicolo-ribaudo opened this issue 8 months ago
Improve `@babel/parser` AST types

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

babel-bot opened this pull request 8 months ago
[Bug]: `using` in `switch` is not compiled

nicolo-ribaudo opened this issue 9 months ago
Remove `JSXNamespacedName` from valid `CallExpression` args

nicolo-ribaudo opened this pull request 9 months ago
CallExpression should not accept JSXNamespacedName as an argument

nicolo-ribaudo opened this issue 9 months ago
[Bug]: @babel/parser adds `.value: undefined` to regexp literals

nicolo-ribaudo opened this issue 9 months ago
I cannot install the package with the latest eslint version.

Pietervanhalem opened this issue 9 months ago
Always pass type argument to `.startNode`

nicolo-ribaudo opened this pull request 9 months ago
[babel 8] Publish `.d.ts` files for every package

nicolo-ribaudo opened this pull request 9 months ago
Relax ESLint peerDependency constraint to allow v9

liuxingbaoyu opened this pull request 9 months ago
chore(deps): update gulp packages (major)

renovate[bot] opened this pull request 9 months ago
Test babel 7/8 compat for Stage 3 proposals

nicolo-ribaudo opened this pull request 9 months ago
Update Babel

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

babel-bot opened this pull request 9 months ago
Improve async dispose fallback

JLHwung opened this pull request 9 months ago
Await nullish async disposable

JLHwung opened this pull request 9 months ago
Recover from exported `using` declaration

JLHwung opened this pull request 9 months ago
Do not load unnecessary Babel 7 syntax plugins in Babel 8

nicolo-ribaudo opened this pull request 9 months ago
Test Babel 7/8 compatibility for plugins from es2016 to es2018

nicolo-ribaudo opened this pull request 9 months ago
Enable `eqeqeq` rule

liuxingbaoyu opened this pull request 9 months ago
Forbid initializerless using

JLHwung opened this pull request 9 months ago
fix: Correctly prints `{ [key in Bar]? }`

liuxingbaoyu opened this pull request 9 months ago
Avoid terser workaround in firefox bugfix for computed keys

nicolo-ribaudo opened this pull request 9 months ago
Make sure to use Babel 8 core in Babel 7-8 tests

nicolo-ribaudo opened this pull request 9 months ago
Test Babel 7/8 compatibility for plugins from es2019 to es2024

nicolo-ribaudo opened this pull request 9 months ago
Refactor `transform-block-scoped-function`

liuxingbaoyu opened this pull request 9 months ago
use `#!/usr/bin/env bash` over `#!/bin/bash`

samualtnorman opened this pull request 9 months ago
[babel 8] Turn `const enum`s into `const` variables

samualtnorman opened this pull request 9 months ago
fix: Correctly generate `TSMappedType`

liuxingbaoyu opened this pull request 9 months ago
Update test262

babel-bot opened this pull request 9 months ago
Create bugfix plugin for classes in computed keys in Firefox

nicolo-ribaudo opened this pull request 9 months ago
Ensure decorators are callable

JLHwung opened this pull request 9 months ago
fix: support mutated outer decorated class binding

JLHwung opened this pull request 9 months ago
[Bug]: False positive TDZ check in class computed property keys

magic-akari opened this issue 9 months ago
fix: Decorators when `super()` exists and `protoInit` is not needed

liuxingbaoyu opened this pull request 9 months ago
fix: Transform scoping for `for X` in loop

liuxingbaoyu opened this pull request 9 months ago
fix: incorrect numeric-seperator tests

Dunqing opened this pull request 9 months ago
fix: TypeScript annotation affects output

liuxingbaoyu opened this pull request 9 months ago
Update test262

babel-bot opened this pull request 9 months ago
Improve `super.x` output

liuxingbaoyu opened this pull request 9 months ago