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: deep clone shared AST field definitions (#14737)

github.com/babel/babel - 0d87fe72783c28c1dc7f5bd20d8ea0f33cb5fafa authored over 2 years ago
Inject IIFE when variables shadow binding in rest param (#14736)

github.com/babel/babel - f2347e42fd72180ed04fdc155b3e47d49411a472 authored over 2 years ago
chore: update test262 to 3ddfa0cd1355198f7f4e8c8f2d44fa94c35c07ae (#14740)

github.com/babel/babel - d307173db2df5f5fb6f4b9c5b4912336e734bc5b authored over 2 years ago
Misc fixes to `@babel/types` AST definitions (#14730)

github.com/babel/babel - 1c79224431ec13c04e157db125eb11632f070c6d authored over 2 years ago
Fix test debugging instructions for contributors (#14486)

[skip ci]

github.com/babel/babel - cc67a6e2c4fe29f9596dec3f6ffe1d3a41045a42 authored over 2 years ago
fix: guard against empty CPU return (#14726)

github.com/babel/babel - b67e369e85ef9bf48d9e3fa8e0335fda0f75b68c authored over 2 years ago
[optimizeConstEnums] Inline const enum if only exported as type (#14723)

github.com/babel/babel - 184eeea9ba029d86013b2bd70978e7d6a42d0900 authored over 2 years ago
fix: babel-plugin-proposal-function-bind: ts-ignore (#14707)

github.com/babel/babel - f1c4ea3cbb9baf5c01c3ce42043f367b7d559a79 authored over 2 years ago
Update caveats link (#2659)

github.com/babel/website - f28350576e39976e4f26f4e00fd28604532faa11 authored over 2 years ago
fix: support compiling monorepo on single-core CPU machines (#14720)

* fix: update build worker numbers

* address review comment

github.com/babel/babel - d68be3fed5da84695fe1dab8c8e71e4bce1c0f1a authored over 2 years ago
Add json schema of fixture runner options (#12619)

Co-authored-by: Nicolò Ribaudo <[email protected]>

github.com/babel/babel - 6fd6ce1df8b669ad4815bdfd56aa77c3f7fb8023 authored over 2 years ago
chore: update compat data to 9742598c5883018d68885e766840b4c5d7efab8f (#14713)

github.com/babel/babel - 6c89e7cb56310f939c74ff6a25869e35cbc5a021 authored over 2 years ago
Fix compilation of nested `super(...)` calls (#14709)

github.com/babel/babel - 3c143513a509b67535f348429d336e677821f072 authored over 2 years ago
chore: update test262 to f6179a6eb62c0ce83f32d8f11d127463fe30ee1a (#14712)

github.com/babel/babel - 2bbcd1e94ecf4ac4ae7c90623efaf446ac990b45 authored over 2 years ago
Update prettier (#14711)

github.com/babel/babel - 26f01269e5588f79c2f727672b2da23566534d8f authored over 2 years ago
Support some TSTypes in the inferrer (#14393)

Co-authored-by: Nicolò Ribaudo <[email protected]>

github.com/babel/babel - 2f459ff45f53d57280df0e639f3bdade58d11ff0 authored over 2 years ago
Unshadow `cjs` exports when transforming mutations (#14708)

* Add failing test

* Unshadow `cjs` exports when transforming mutations

github.com/babel/babel - 1261051a5e97f834fc027247d1fcab3b881c702c authored over 2 years ago
chore: update dep `@typescript-eslint` (#14700)

github.com/babel/babel - 5fdc5ebb2a2016d2318cb2b8532c398bb3a0b92e authored over 2 years ago
Add v7.18.7 to CHANGELOG.md [skip ci]

github.com/babel/babel - d480024c4b93e76b2eeb6afc000217646e642575 authored over 2 years ago
fix: @babel/types exception in typescript project (#14706)

github.com/babel/babel - 4ef03ae63daef600927ced00d908a1e95ecb9550 authored over 2 years ago
chore: bump `@jridgewell/gen-mapping` (#14699)

github.com/babel/babel - 8c39d441a934f84117caa3f2c7ca020b36cdbb69 authored over 2 years ago
Add v7.18.6 to CHANGELOG.md [skip ci]

github.com/babel/babel - 150c5767578136fb87ade71a6c4808801d04cbce authored over 2 years ago
Update `regexpu-core` (#14698)

github.com/babel/babel - 4526516092fcbf2165be8e447b174b66dfa03256 authored over 2 years ago
Add `proposal-unicode-sets-regex` to `@babel/standalone` (#14697)

github.com/babel/babel - e6ddab1719462e5313b6cbb61e41399b07b722e9 authored over 2 years ago
[ts] Disallow property access after instantiation expression (#14650)

github.com/babel/babel - e4e700ebe5430e5361f5784599638f750edc6195 authored over 2 years ago
Fix `@babel/core` peer dependency (#14696)

github.com/babel/babel - d5823f296558e9ce1e7ac319ef892b7fd6b5c998 authored over 2 years ago
Transform `await` in computed class keys (#14391)

* test added

* import correct tests

* config file simplified

Co-authored-by: Nicolò Rib...

github.com/babel/babel - 6347eaf2cd357d50a993c3925c8eb80b94f712dc authored over 2 years ago
fix: preserve function params type if possible (#14694)

* fix: preserve function params type if possible

* chore: add test for default value

github.com/babel/babel - 767c7b43a46a3921eb08e2c327722b305190d9c3 authored over 2 years ago
Clarify that generator does not guarantee the output format (#2657)

github.com/babel/website - 2c42874f8529106fca67a197676125e77d32437c authored over 2 years ago
[babel 8] Remove support for the `2018-09` decorators proposal (#12712)

* Remove `"legacy": true` and `"version": "2018-09"` options

* Skip 2018-09 tests for Babel 8...

github.com/babel/babel - a7c438c5d4ad38ddcf5393a889fa7f2c1bc9b1a3 authored over 2 years ago
chore: Update bench baselines (#14687)

github.com/babel/babel - 120c8103d5f8e67d673c17c77168d072329322c6 authored over 2 years ago
chore: update compat data to 581cd66955917a4cdf68eb22bc2e027a5285296a (#14689)

github.com/babel/babel - 655990c3ad971f78ae49721e05c65afd4997dc21 authored over 2 years ago
chore: update test262 to b458b9f0c2f8720a2397e168090b20f459e1b2b2 (#14688)

github.com/babel/babel - 0af47d6bd236d23e47bb97db0801ab228f2d7d84 authored over 2 years ago
Update to TS 4.7 (#14686)

github.com/babel/babel - 399a1b45529d1a8db89853890d44def026141ae3 authored over 2 years ago
JSON modules should be imported with default (#14668)

* fix: JSON module must be imported with default

* update test fixutres

* fix broken tests...

github.com/babel/babel - e8dce41083061f9f7ac0e9ef4fd6710a2252cd58 authored over 2 years ago
Don't load plugins synchronously in tests (#14679)

* Don't load plugins synchronously in tests

* Full paths

github.com/babel/babel - 87f26d5a172dae8f6d81a86c9d831e60c99220fe authored over 2 years ago
enable TS compiler option: strictBindCallApply (#14685)

github.com/babel/babel - 3636faa3ed229b485840f279c987473294301daa authored over 2 years ago
enable TS compiler option: noImplicitAny (#14601)

* enable noImplicitAny

* codemod (#14602)

* Improve preset/plugin-typescript typings (#146...

github.com/babel/babel - b1e73d6f961065c56427ffa89c130beea8321d3b authored over 2 years ago
Update `babel-plugin-polyfill-*` packages (#14681)

github.com/babel/babel - 171215f94eec4651045a92dbaceeadc7d8204cc3 authored over 2 years ago
feat: Npm cache comments for issue bot (#14669)

* npm cache

* review

* Update .github/workflows/issue-triage.yml

Co-authored-by: Nicolò...

github.com/babel/babel - 4a2101c7953621f546cd6156d6a01543ec95d09b authored over 2 years ago
Use full relative paths to plugins in tests (#14680)

github.com/babel/babel - 8a83fc10d0c5cf7adefbd2a814884b03a0d8d04a authored over 2 years ago
Enforce setting `type` in `package.json` (#14675)

github.com/babel/babel - 4c3365f6bd67385ddbaf44c86e975025e2f8ff2a authored over 2 years ago
Fix remaining imports to be ESM-compatible (#14674)

github.com/babel/babel - d016c15ba5ffe3724591179fc427c501a27f0f26 authored over 2 years ago
fix: Memory leak when deep cloning in `babel-core` (#14583)

* fix

* review

* review

* fix and rebase

* improve typing

* review

* fix test

github.com/babel/babel - e482c763466ba3f44cb9e3467583b78b7f030b4a authored over 2 years ago
Replace blacklisting with less jargon. Fixes #2654 (#2656)

* Replace blacklisting with less jargon. Fixes #2654

I tried with #2655 before but GitHub's W...

github.com/babel/website - 0d5387b9cbcfc0ac3bf0c6c9958b90b4b5c90430 authored over 2 years ago
Enforce `_foo.default || _foo` to import lib files in tests (#14673)

github.com/babel/babel - f0ec180eb7f9d663f6f328e1c342ac380ffb2237 authored over 2 years ago
Fix `import { types } from "@babel/core"` with native ESM (#14663)

* Fix `import { types } from "@babel/core"` with native ESM

* Avoid default `@babel/core` imp...

github.com/babel/babel - a32306da0e749320284ac1ecfbf735748beb7260 authored over 2 years ago
chore: update test262 to f169ba6ec7bdc86ae37948953a032324e82c382b (#14672)

github.com/babel/babel - ae462a698541c301dde8da525fafa3f7cee29d14 authored over 2 years ago
[ts] Allow `...<...>` followed by newline or binary operator (#14636)

github.com/babel/babel - 2ca44e495121e9f7f2e2951d0184b2ede815ab61 authored over 2 years ago
Add destructuring-private docs (#2631)

* Add destructuring-private docs

* add ignoreFunctionLength assumptions

github.com/babel/website - 7690bd6fc6b801f7be9654e92eaf09fcf307d4da authored over 2 years ago
config-files: rephrase list of configs (#2641)

github.com/babel/website - 0c66d9dcaa991fca44b63359174325ac6dd3062c authored over 2 years ago
Remove @babel/plugin-transform-react-pure-annotations link (#2653)

github.com/babel/website - 29dd07bc4f812089b0ff250bf5970c9faebad9d3 authored over 2 years ago
Run Babel asynchronously in fixtures (#14659)

* Run Babel asynchronously in fixtures

* Move `checkScopeInfo` to test folder, convert to ESM...

github.com/babel/babel - 0c3371cd50cf45a8cc1b3dd0e4cfa3c599a26ecf authored over 2 years ago
Rename Babel parser decorator tests (#14665)

* refactor: rename decorators-2 to decorators, decorators to decorators-legacy

* remove unuse...

github.com/babel/babel - f8785e973bd80565bf0106b066250f9c280cd1f0 authored over 2 years ago
Add v7.18.5 to CHANGELOG.md [skip ci]

github.com/babel/babel - c8848c9b0d738c44a55f7856a0fa7fe67acb6b8a authored over 2 years ago
Run Babel asynchronously in our build process (#14660)

github.com/babel/babel - 8b759340970df6f2c55cf93ed6039148b0ba92d5 authored over 2 years ago
fix: `new.target` with shadowed class name (#14611)

github.com/babel/babel - facafc3dc3903e780e42aa0656f18cf75a7b3aab authored over 2 years ago
Rely on the call stack to clean up cache in `_guessExe...iveTo` (#14649)

github.com/babel/babel - a5dacd9c3012acafe3f840886f78a5a1287ee761 authored over 2 years ago
Fix: Temporary files created by the test are not removed. (#14573)

* fix

* review

github.com/babel/babel - 7afb2f7062afe1c7772b93fda89adf2ad2ee8831 authored over 2 years ago
fix(systemjs): export named from destructuring object (#14655)

github.com/babel/babel - 1e08968736867dcefbe476d3979bb22558de897e authored over 2 years ago
Update test262 (#14653)

github.com/babel/babel - baf988ecb67831438db2544a91df8d68e3b03569 authored over 2 years ago
Update compat data (#14654)

github.com/babel/babel - 7de87b642d949ca9164139062055c34da0ec1d37 authored over 2 years ago
Change limit of source map 3MB (#14641)

github.com/babel/babel - 55573cf955b0949ad616ac91f40b29f703700897 authored over 2 years ago
Fix `_guessExecutionStatusRelativeToDifferentFunctions` perf (#14617)

github.com/babel/babel - f23d1847d12e9acdd3c6b32298d0ca792a8af901 authored over 2 years ago
[babel 8] Disallow synchronous usage of `babel.*` callback methods (#12695)

* [babel 8] Disallow synchronous usage of `babel.{parse,transform{,FromAst,File}}`

Disallow b...

github.com/babel/babel - 2ce56e832c2dd7a7ed92c89028ba929f874c2f5c authored over 2 years ago
docs: eslint-parser `requireConfigFile` behaviour (#14332)

* docs about requireConfigFile behaviour

* review comments

github.com/babel/babel - ad194013881727ca6b17a0e72cfea2d552eed049 authored over 2 years ago
Enable test `variance-annotations-with-jsx` with babel8 (#14626)

github.com/babel/babel - 3b206e11a7e6bec44c6c721b6a31ac0fc60ea120 authored over 2 years ago
update test262 parser tests (#14638)

github.com/babel/babel - d85bf6fa12d8bbaa468f634c129520f8ffe1c38b authored over 2 years ago
Speedup e2e test on github (#14627)

* speedup

* speedup

* fix

* review

* test

github.com/babel/babel - 5b7d93e41b9db96e739f9382944054d060e3f133 authored over 2 years ago
Update compat data (#14631)

github.com/babel/babel - d4d08d906a8c5c53cdf5fb0024def91fbfa51698 authored over 2 years ago
Fix label in "Update compat data" action (#14632)

[skip ci]

github.com/babel/babel - e3af82e5f248c8c426f4e6d8d11096afbcf98a41 authored over 2 years ago
chore: automate compat-data update (#14248)

Co-authored-by: Armano <[email protected]>
Co-authored-by: Nicolò Ribaudo <nicol...

github.com/babel/babel - d0108c07789f878d85bdca904ee9008f9ad2f03f authored over 2 years ago
Install dependencies

github.com/babel/actions - 03731d9c1d1b0d3e4609a78151679cf3de51f665 authored over 2 years ago
Add create-pull-request

github.com/babel/actions - 32eb01a3a1d7c5905ee7180f6978d93915b9a670 authored over 2 years ago
feat: Automatically generate test results that do not exist (#14592)

* commit

* improve

* fix

github.com/babel/babel - dd75b027e44276d254b2e52a417786152c656a6f authored over 2 years ago
updated code block title for accessibility (#2650)

github.com/babel/website - 6e1b4a27fee87aea298a74b5b9161f55ce348ce6 authored over 2 years ago
[babel 8] Recover from error when parsing `<T>() => {}</T>` (#14616)

github.com/babel/babel - 52cdab724d84efaea6a0cf5b4d1d993df6576257 authored over 2 years ago
Move v7 prereleases changelog to a separate file (#14619)

github.com/babel/babel - 0fd73f5026837e389109f90cba3b1820b6e4aadf authored over 2 years ago
Add v7.18.4 to CHANGELOG.md [skip ci]

github.com/babel/babel - dc9bc6c31b43ca6ea533e77aea2857506ce5002a authored over 2 years ago
Update failing Babel 8 parser fixture (#14615)

github.com/babel/babel - 64b30c673e7ad4f297f4ec744aeb14ef62234c34 authored over 2 years ago
Fix `@babel/transform-typescript` compatibility with Next.js (#14610)

github.com/babel/babel - 6d59ed732127aaec98d282aa336e11c3cf654819 authored over 2 years ago
[ts] FIx parsing of nested `extends` type in arrow type (#14604)

github.com/babel/babel - e8c4b7833075fda0a15ba0eb66dd3e2d0f3718fb authored over 2 years ago
refactor: avoid mutating AST nodes (#14599)

github.com/babel/babel - eab2b107762a49f6deec30c42eceb686b4930d2a authored over 2 years ago
fix: remove TSDeclareFunction from ExportDefaultDeclaration (#14591)

github.com/babel/babel - 5f9c532d088f2b0a89794398f2cf08d71ecd1447 authored over 2 years ago
fix: `loc.index` of some nodes is wrongly enumerable. (#14595)

* fix

* fix

github.com/babel/babel - 8967ccbdd84d88f9ba6ecd9445f2997601193330 authored over 2 years ago
Add v7.18.3 to CHANGELOG.md [skip ci]

github.com/babel/babel - bc02e8277635cd544be16b0873e3552e65ad1fcf authored over 2 years ago
Restore es5 compatibility in `@babel/runtime/regenerator` (#14588)

github.com/babel/babel - a2ef665029a5b9e28ef93fbea3f5f025dfa145ba authored over 2 years ago
Fix typo in moduleAttributesVerionPluginOption (#14584)

Correct spelling is moduleAttributesVersionPluginOption

github.com/babel/babel - f8cf03c0674f068303de26f248ef59bc0bda1bfa authored over 2 years ago
Add v7.18.2 to CHANGELOG.md [skip ci]

github.com/babel/babel - ab5d19b0b2abb819c014cd23011040566d6274c2 authored over 2 years ago
fix: skip template literal transform for TSLiteralType (#14582)

github.com/babel/babel - deb832ba50f1f74e5a3aaa47a70b4ffdc14c4cf5 authored over 2 years ago
Support frozen built-ins in `@babel/runtime` (#14537)

* Update helpers.ts

* Update helpers.ts

* Update helpers.ts

* Update helpers.ts

* Av...

github.com/babel/babel - 62fd56ffd1576483128f8f53f17e11286800f370 authored over 2 years ago
Add third party lib typings (#14580)

* add @babel/compat-data path mappings

* add typings for third-party Babel plugins

* fix t...

github.com/babel/babel - a273a1d1a89ef4a6c0834c9dd890e37670856a49 authored over 2 years ago
Define the global `regeneratorRuntime` in `@babel/runtime/regenerator` (#14581)

github.com/babel/babel - 52a9089f04a05741bb130d6dcc260d93de970d82 authored over 2 years ago