Ecosyste.ms: OpenCollective

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

Babel

Babel is the community maintained compiler for evolving the future of JavaScript
Collective - Host: opensource - https://opencollective.com/babel - Website: https://babeljs.io - Code: https://github.com/babel

Fix suppressed error order

github.com/babel/babel - sossost opened this pull request 8 months ago
Make `NodePath<T | U>` distributive

github.com/babel/babel - nicolo-ribaudo opened this pull request 8 months ago
Avoid crash in `isRemoved`

github.com/babel/babel-polyfills - nicolo-ribaudo opened this pull request 8 months ago
Update test262

github.com/babel/babel - babel-bot opened this pull request 8 months ago
Reduce platform-specific tests

github.com/babel/babel - liuxingbaoyu opened this pull request 8 months ago
Update `core-js`

github.com/babel/babel-polyfills - zloirock opened this pull request 8 months ago
Use multiple TypeScript projects

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

github.com/babel/babel - liuxingbaoyu opened this pull request 8 months ago
fix: `Makefile.js` fails on Windows

github.com/babel/babel - liuxingbaoyu opened this pull request 8 months ago
Yarn failing on CI on Windows

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

github.com/babel/babel - nicolo-ribaudo opened this pull request 8 months ago
Update test262

github.com/babel/babel - babel-bot opened this pull request 8 months ago
Bump tar from 6.1.11 to 6.2.1

github.com/babel/babel-loader - dependabot[bot] opened this pull request 9 months ago
Fix typo in preset-typescript.md

github.com/babel/website - askoufis opened this pull request 9 months ago
[Bug]: `using` in `switch` is not compiled

github.com/babel/babel - nicolo-ribaudo opened this issue 9 months ago
Remove `JSXNamespacedName` from valid `CallExpression` args

github.com/babel/babel - nicolo-ribaudo opened this pull request 9 months ago
Always pass type argument to `.startNode`

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

github.com/babel/babel - nicolo-ribaudo opened this pull request 9 months ago
Relax ESLint peerDependency constraint to allow v9

github.com/babel/babel - liuxingbaoyu opened this pull request 9 months ago
chore(deps): update gulp packages (major)

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

github.com/babel/babel - nicolo-ribaudo opened this pull request 9 months ago
Update Babel

github.com/babel/babel - nicolo-ribaudo opened this pull request 9 months ago
fix: Eval correctly returns `undefined`

github.com/babel/babel-test262-runner - liuxingbaoyu opened this pull request 9 months ago
Update test262

github.com/babel/babel - babel-bot opened this pull request 9 months ago
Improve async dispose fallback

github.com/babel/babel - JLHwung opened this pull request 9 months ago
Await nullish async disposable

github.com/babel/babel - JLHwung opened this pull request 9 months ago
Recover from exported `using` declaration

github.com/babel/babel - JLHwung opened this pull request 9 months ago
Fix some definitions

github.com/babel/babel-polyfills - zloirock opened this pull request 9 months ago
Do not load unnecessary Babel 7 syntax plugins in Babel 8

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

github.com/babel/babel - nicolo-ribaudo opened this pull request 9 months ago
Add running result cache

github.com/babel/babel-test262-runner - liuxingbaoyu opened this pull request 9 months ago
Enable `eqeqeq` rule

github.com/babel/babel - liuxingbaoyu opened this pull request 9 months ago
Forbid initializerless using

github.com/babel/babel - JLHwung opened this pull request 9 months ago
fix: Correctly prints `{ [key in Bar]? }`

github.com/babel/babel - liuxingbaoyu opened this pull request 9 months ago
Avoid terser workaround in firefox bugfix for computed keys

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

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

github.com/babel/babel - nicolo-ribaudo opened this pull request 9 months ago
Add docs for bugfix-firefox-class-in-computed-class-key

github.com/babel/website - nicolo-ribaudo opened this pull request 9 months ago
Refactor `transform-block-scoped-function`

github.com/babel/babel - liuxingbaoyu opened this pull request 9 months ago
use `#!/usr/bin/env bash` over `#!/bin/bash`

github.com/babel/babel - samualtnorman opened this pull request 9 months ago
[babel 8] Turn `const enum`s into `const` variables

github.com/babel/babel - samualtnorman opened this pull request 9 months ago
Fix usage on plugin-proposal-optional-chaining-assign

github.com/babel/website - SharakPL opened this pull request 9 months ago
fix: Correctly generate `TSMappedType`

github.com/babel/babel - liuxingbaoyu opened this pull request 9 months ago
Update test262

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

github.com/babel/babel - nicolo-ribaudo opened this pull request 9 months ago
Ensure decorators are callable

github.com/babel/babel - JLHwung opened this pull request 9 months ago
fix: support mutated outer decorated class binding

github.com/babel/babel - JLHwung opened this pull request 9 months ago
[FIX] broken link

github.com/babel/website - houtan-rocky opened this pull request 9 months ago
fix: Transform scoping for `for X` in loop

github.com/babel/babel - liuxingbaoyu opened this pull request 9 months ago
fix: incorrect numeric-seperator tests

github.com/babel/babel - Dunqing opened this pull request 9 months ago
Don’t set `allowDeclareFields` in Babel 8

github.com/babel/website - liuxingbaoyu opened this pull request 9 months ago
fix: TypeScript annotation affects output

github.com/babel/babel - liuxingbaoyu opened this pull request 9 months ago
Update test262

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

github.com/babel/babel - liuxingbaoyu opened this pull request 9 months ago
Update `babel-plugin-polyfill-corejs3`

github.com/babel/babel - nicolo-ribaudo opened this pull request 9 months ago
Do not import files missing in `@babel/runtime-corejs3`

github.com/babel/babel-polyfills - nicolo-ribaudo opened this pull request 9 months ago
fix: Capture `let` when the `for` body is not a block

github.com/babel/babel - liuxingbaoyu opened this pull request 9 months ago
Update `core-js`

github.com/babel/babel-polyfills - zloirock opened this pull request 9 months ago
[babel 8] Remove `import_` fallback

github.com/babel/babel - nicolo-ribaudo opened this pull request 9 months ago
Fix incorrect function hoisting in some case statements

github.com/babel/babel - luiscubal opened this pull request 9 months ago
Restore previous `FORCE_COLOR=0` behavior

github.com/babel/babel - nicolo-ribaudo opened this pull request 9 months ago
Rename preset-stage-3.md to preset-stage-3.md1

github.com/babel/website - boy1bot2 opened this pull request 9 months ago
Replace `chalk` with `picocolors`

github.com/babel/babel - nicolo-ribaudo opened this pull request 9 months ago
Update test262

github.com/babel/babel - babel-bot opened this pull request 9 months ago
Update actions/cache action to v4

github.com/babel/babel - renovate[bot] opened this pull request 9 months ago
Run Babel transform tests on old node if possible

github.com/babel/babel - JLHwung opened this pull request 9 months ago
Update typescript and lint tools

github.com/babel/babel - liuxingbaoyu opened this pull request 9 months ago
Fix decorated class computed keys ordering

github.com/babel/babel - JLHwung opened this pull request 9 months ago
Support merging imports in import injector

github.com/babel/babel - nicolo-ribaudo opened this pull request 9 months ago