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

Update docs (#2648)

* Update past versions

* Update @babel/types docs

github.com/babel/website - 386907a4031353690758bdd92e8d3ec064659b59 authored over 2 years ago
add Accessor alias description (#14571)

* add Accessor alias description

* Update packages/babel-types/scripts/generators/docs.js

github.com/babel/babel - dd429517f714b0d16a2d44b531327f538b33b37c authored over 2 years ago
Fix synchronization between main thread and worker (#14541)

* fix: eslint-parser worker

* Update eslint/babel-eslint-parser/src/client.cjs

* Add debug...

github.com/babel/babel - 1fcc5711fed0afc41c7aa21b2f4e6c9317ebe9bb authored over 2 years ago
Enable the `noImplicitThis` tsc option (#14545)

* enable noImplicitThis

* refactor: cache type annotation in path.data

* update test fixtures

github.com/babel/babel - 8f904e07649d10cb21ae6360e6e76cd62d9a4547 authored over 2 years ago
environmentVisitor should skip decorator expressions (#14371)

* refactor: remove @babel/types deps

* fix: replace super in decorator expressions

* fix: ...

github.com/babel/babel - 1bc9949ebf24cbbeebad4fb49456941a89d802b7 authored over 2 years ago
Fix broken repo link (#2649)

github.com/babel/website - d142456794b7947777b8ad099424064d06b8c7ca authored over 2 years ago
Update `@babel/*` dependencies (#14565)

github.com/babel/babel - ee4576f6c0d25bd0c64a7a891c34e28fc016b974 authored over 2 years ago
[es-shims] Update compat data and add `parseInt` (#129)

github.com/babel/babel-polyfills - 1187e863e766b7a7a4060c18a0fabca65100c1ec authored over 2 years ago
Add package sub exports path mapping to `tsconfig.json` (#14561)

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

github.com/babel/babel - aee2a71eac593b3206004bbeff23a420ebb331e0 authored over 2 years ago
feature: index: Babel 7.17 -> 7.18 (#2647)

github.com/babel/website - 5f9f97fc6a2f0e64070425f3f59ee7db06eb2028 authored over 2 years ago
Fix TypeScript plugin compat with `@babel/types` versions (#14566)

github.com/babel/babel - e7fc5777c6467bdeecdfa3419e945c62c4095f5e authored over 2 years ago
fix: Duplicate declaration in transformed for...of (#14564)

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

github.com/babel/babel - cc2de3b7ee85d7bb52ebfae799f1a1c6af2ad8f6 authored over 2 years ago
Update docs for `regenerator-runtime` helper inclusion (#2645)

Co-authored-by: Denis Pushkarev <[email protected]>

github.com/babel/website - 0f4c3fe4f9d77f96ab2b53a96e93f5fc99306a93 authored over 2 years ago
Add `transform-react-pure-annotations` to preset-react.md (#2640)

Co-authored-by: Huáng Jùnliàng <[email protected]>
Co-authored-by: Nicolò Ribaudo <nicolo.ribau...

github.com/babel/website - 069dae968a53813b5d3188939f42037c616f5a78 authored over 2 years ago
7.18.0 blog post (#2644)

Co-authored-by: Huáng Jùnliàng <[email protected]>

github.com/babel/website - a6ea1c58e16d295761e3dec24553c2c76a7cd546 authored over 2 years ago
Inline `regeneratorRuntime` as a normal helper (#14538)

Co-authored-by: Babel Bot <[email protected]>

github.com/babel/babel - e0a2a7133a6417959b03e3695e7215e950186da1 authored over 2 years ago
Add 7.18.0 to features timeline (#2646)

github.com/babel/website - 289aae69864174cc85ad0c3569d94a6b3645af85 authored over 2 years ago
[7.18.0] Update docs for `importInterop` option (#2639)

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

github.com/babel/website - 4d23df3d054b5ad9111f6066200b29054b9f0cb5 authored over 2 years ago
feat: add import-assertions to `shippedProposals` (#14556)

* feat: add import-assertions to shippedProposals

* fix: import assertions are independent of...

github.com/babel/babel - e57d081e275808ed7129b2d028b415dc6f37d362 authored over 2 years ago
Transform destructuring private (#14304)

Co-authored-by: Nicolò Ribaudo <[email protected]>
Co-authored-by: Justin Ridgewell <jus...

github.com/babel/babel - 1daded57126ba172eef3664c08829b83a1112cc9 authored over 2 years ago
[ts 4.7] Support optional variance annotations (#14359)

github.com/babel/babel - 6415f091ff36d229748ad937ba6401f9c3d43c7e authored over 2 years ago
[ts 4.7] Support `extends` constraints for `infer` (#14476)

github.com/babel/babel - 59d24a45d9164d3ad8864abd6cea258ddd63f70b authored over 2 years ago
[ts] Add support for instantiation expressions (#14457)

Co-authored-by: Brad Zacher <[email protected]>

github.com/babel/babel - d6ff91940f1a36f19cd8da003c8c5e5d9b9cca92 authored over 2 years ago
Pass filename to `importInterop` method (#14456)

Co-authored-by: Nick Heiner <[email protected]>
Co-authored-by: Nicolò Ribaudo <nicolo.ribaud...

github.com/babel/babel - 92ffff415f64eee2a199ff77f5876b8758679f20 authored over 2 years ago
Do not create multiple copies of comments when cloning nodes (#14551)

* fix cloneNode with comments

* review

* fix typo

github.com/babel/babel - a3a63d23f8b79a401583a5bfde9874b8e1863de4 authored over 2 years ago
Demonstrate how to specify a core-js version. (#2642)

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

github.com/babel/website - 7e7a63a558a7682642760c84ff94367d152699c4 authored over 2 years ago
improve helper-create-class-features typings (#14530)

github.com/babel/babel - 4d1280887ec5cc3e68a722b95827796cc12b1b2b authored over 2 years ago
Fix parsing of `<` after object literals with the `jsx` plugin (#14557)

fix: manipulate state.canStartJSXElement before eating braceR

github.com/babel/babel - 9156230e68f2d81fe62edf7c9c970ebb7787adb0 authored over 2 years ago
fix: do not mark computed `React[...]` methods as pure (#14528)

github.com/babel/babel - 4266fef89fe1896429ce2214a2ba5d2fb89bdf71 authored over 2 years ago
Add typings for archived syntax plugins (#14544)

* add typings for archived syntax plugins

* generate archived-libs typings

* add node 14 b...

github.com/babel/babel - 060e983622edec5f734c24c34fb02b6cf49eb3ae authored over 2 years ago
update yarn lock (#14558)

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

github.com/babel/babel - 2c68a93141c4a8c9a94f16f937f6cccae34b03c9 authored over 2 years ago
babel-highlight: Upgrade to js-tokens@8 (#14554)

Support for ES2022: `#name` is now highlighted as one token (like many
syntax highlighters do),...

github.com/babel/babel - 9199565fa08d840c8f1cc86c1b22be119b538f2f authored over 2 years ago
chore: update test262 to 509363bcfd24b3476dc106eabc0ac856ed5eb51d (#14548)

github.com/babel/babel - a24c1d047e6db77c32d9505c6876897b4c3689d2 authored over 2 years ago
ci: add GitHub token permissions (#14539)

github.com/babel/babel - 6dc633e71ef65943554e4087c39a4b939b0eadd0 authored almost 3 years ago
Fix flaky babel-cli test (#14535)

* test: sort babel-cli log

* second

* 3

* 4

* 5

* 6

* use readline to punctuat...

github.com/babel/babel - 1d2e7e90ec94aa25cd28ca45eabdd1b445befd0a authored almost 3 years ago
@babel/types builder improvements (#14519)

* improve deprecated builders generation

* generate builders instead of dynamically doing it
...

github.com/babel/babel - c6e68c732543894024e60b24cf2328fed02e938a authored almost 3 years ago
Never hoist JSX elts referencing vars from the current scope (#14536)

github.com/babel/babel - 871ed897a711a92c9470c481c23fa00bd75f18c4 authored almost 3 years ago
Publish

- [email protected]
- [email protected]
- babel-plugin-minify-...

github.com/babel/minify - 8f9c7c0a32103653bd6793d0ce44730f937e1ddf authored almost 3 years ago
Setup GH actions (#1034)

github.com/babel/minify - bed66b3049ba94dbdaf20c0ed1fb46e70c897468 authored almost 3 years ago
chore: fix linting error

github.com/babel/minify - 971951f101ccbb62fcf789455479d6d988c550d0 authored almost 3 years ago
chore: update failing fixture

github.com/babel/minify - 749f7afe016b60e1ea7e40cc94e40206df4d1511 authored almost 3 years ago
Merge pull request #1032 from JLHwung/fix-1028

github.com/babel/minify - 6d0227ef3cbde0b73a6a4493931378f59f807f88 authored almost 3 years ago
fix: perserve parentheses of lhs id with rhs unamed fn (#14524)

* fix: perserve () of lhs id with rhs unamed fn

* review comments

github.com/babel/babel - 9c1774a63f080fbf9f0a60d6674e8f220d2d7d70 authored almost 3 years ago
Print necessary parentheses for functions in postfix expressions (#14532)

fix: isFirstInContext doesn't handle postfix unary operators

Co-authored-by: xiawenqi <xwq167...

github.com/babel/babel - 0984a2a0193d2a41f9f2dec318ba80267daee5c8 authored almost 3 years ago
chore: update test262 to 2e7cdfbe18eae4309677033673bb4b5ac6b1de40 (#14531)

github.com/babel/babel - fbd065256ca00d68089293ad48ea9aeba5481914 authored almost 3 years ago
improve react-jsx-self typings (#14529)

github.com/babel/babel - d2e1f002faaac247fb9e5220703e7a770b43ef18 authored almost 3 years ago
fix: don't try to inline this expression

github.com/babel/minify - 335cb88a1161083ce293285d54705900574c9f84 authored almost 3 years ago
chore: update babel deps

github.com/babel/minify - 9ffa5997adc9dbafb38ec4e39534c7432de5c7e0 authored almost 3 years ago
Do not inline RegExp literals in loop assignment

Do not inline RegExp literals in loop assignment

github.com/babel/minify - f051377e92d7f56fa1b1ed0a7b1bdf63bfb4322a authored almost 3 years ago
chore: bump dev deps

github.com/babel/minify - c30ad058d291ff6d745e869bfa45a2b7425f19df authored almost 3 years ago
fix: do not inline regexp literal when declaration in loop

github.com/babel/minify - f64e9066ed05fb21d743159a9abbbe56944a572b authored almost 3 years ago
update test fixtures

github.com/babel/minify - d1c61392953838c895da4e336bf2445fb847d932 authored almost 3 years ago
chore: bump browserslist to 4.11.1

github.com/babel/minify - 2209048b9f1e2609e5642dd9bb6ea4ef8f39c667 authored almost 3 years ago
Update scope info after destructuring transform (#14494)

github.com/babel/babel - 97d1967826077f15e766778c0d64711399e9a72a authored almost 3 years ago
Add `fail-fast: false` to CI tests matrix (#14523)

github.com/babel/babel - 60151e2f6fa3a505d53f469e3911a74b7b334c66 authored almost 3 years ago
Update to Jest 28 (#14490)

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

github.com/babel/babel - 12011fff9a1710af13261e291a1d717f27873e61 authored almost 3 years ago
fix: allow liberal named type-as imports (#14522)

github.com/babel/babel - e29e915d2ed7b6a65282cfad4c19e4f2dc1eeffc authored almost 3 years ago
Minor legibility cleanup (#14448)

github.com/babel/babel - 7129096c1d0bf44caede5de8ba59ffc113009da8 authored almost 3 years ago
Update `jest-light-runner` (#14488)

github.com/babel/babel - 0b5b009b2d20bc3401d86bd038e1cf5b8b7c86c1 authored almost 3 years ago
Fix parsing ts type casts and nested patterns in destructuring (#14500)

github.com/babel/babel - 0e6900d771f165d4a2635001c38b10dc77749760 authored almost 3 years ago
Use `maybeAddMapping` to add sourcemap markings (#14510)

github.com/babel/babel - 4ce57400ad7935e7006e4f82473c29cae2f239ed authored almost 3 years ago
Provide plugin/preset typings from plugin-utils (#14499)

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

github.com/babel/babel - c90add779ae6f096962bf0ec1add08a6893853f2 authored almost 3 years ago
Add v7.17.11 to CHANGELOG.md [skip ci]

github.com/babel/babel - 51c8c029b65c8b42d2d75d758bbdef3846f25ae6 authored almost 3 years ago
v7.17.11

github.com/babel/babel - 6e83daec46626446f31b8c72236c8a84ae77a532 authored almost 3 years ago
fix: `@babel/runtime-corejs2` should depend on core-js 2 (#14509)

github.com/babel/babel - 84de4d926e296fcf46e07e0c69059ec5ee2dba6d authored almost 3 years ago
Bump async from 2.6.3 to 2.6.4

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://gi...

github.com/babel/broccoli-babel-transpiler - ca21467feb797240a4694b97c478881df5d6f860 authored almost 3 years ago
Add v7.17.10 to CHANGELOG.md [skip ci]

github.com/babel/babel - 37931d116a21b1d4925f2e6dfab6c884aec9b5e0 authored almost 3 years ago
v7.17.10

github.com/babel/babel - 09b335ad5dda896cdb8c70eb995cd47308d0f324 authored almost 3 years ago
Do not add sourcemap markings for indentation (#14506)

github.com/babel/babel - 518e1a6de4e05613ebf3aaf2c35e598e1dbcdb63 authored almost 3 years ago
chore: update test262 to dcd25e616d1023922c3afb3fe13c792ed134f8f4 (#14505)

github.com/babel/babel - 78f4544a3a88a4ab34fceaa155d7f11fdf9ecc3a authored almost 3 years ago
Switch to `@jridgewell/gen-mapping` for sourcemap generation (#14497)

github.com/babel/babel - b6d8434d17af056c860882efe7c670b9c6e0ec72 authored almost 3 years ago
Bump async from 2.6.2 to 2.6.4

Bumps [async](https://github.com/caolan/async) from 2.6.2 to 2.6.4.
- [Release notes](https://gi...

github.com/babel/babel-upgrade - cf211b3294b01893a9d0578d5551db52cb577cb8 authored almost 3 years ago
Remove git.io shortlinks from repo (#14493)

[skip ci]

github.com/babel/babel - f05b87708b740946230d0318dd1e6292833dd821 authored almost 3 years ago
[babel 8] `ObjectTypeAnnotation` fields must always be arrays (#14465)

github.com/babel/babel - 0b9fb13cb63e4aad375f2f54524871d3b6dd9314 authored almost 3 years ago
Update rollup packages (#14003)

* Update Rollup to `^2.60.1` (it generates an invalid bundle)

* Update `@rollup/plugin-common...

github.com/babel/babel - 0d2ae01dd2b6753e6934bce292eed6ac33347045 authored almost 3 years ago
chore: update test262 to 78c6ec7f1c9fde10f06db68b6d5ee7019aeb0f5f (#14482)

github.com/babel/babel - bdc4eb5855e04c1d8cd92df348822921b9061c18 authored almost 3 years ago
[cli] Avoid `SourceMapGenerator` for simple map concatenation (#14479)

github.com/babel/babel - f51fc614681153a366059f1f53994a13b88abbf5 authored almost 3 years ago
Build ci on windows (#14463)

* build ci on windows

* remove dep

* fix

github.com/babel/babel - f24a72d3348930b08e736f55758f3fc58af1d6f2 authored almost 3 years ago
Merge pull request #31 from babel/dependabot/npm_and_yarn/minimist-1.2.6

Bump minimist from 1.2.5 to 1.2.6

github.com/babel/generator-babel-plugin - fc325de4649d9e3efef61c9106f4e05e029899ba authored almost 3 years ago
Update `async` in lockfile to get rid of dependabot warning (#14478)

github.com/babel/babel - 59111e3f0a0c7c859983bab809b74a0fdc5717b5 authored almost 3 years ago
chore: test against node 18 (#14474)

github.com/babel/babel - 84133a1ae4af26f9d68f0de82de22b8e01c84ef1 authored almost 3 years ago
[babel 8] Remove `selfClosing` from `jsxElement` builder (#14464)

github.com/babel/babel - f051e8b60fab5e0768eda73849ba0a2cf1af8e02 authored almost 3 years ago
chore: update compat-data (#14475)

* chore: update compat-data

* update test fixtures

github.com/babel/babel - 3f341387b96d0b347e1c44cfd220bc963ca97bde authored almost 3 years ago
Merge pull request #33 from babel/dependabot/npm_and_yarn/ansi-regex-3.0.1

Bump ansi-regex from 3.0.0 to 3.0.1

github.com/babel/generator-babel-plugin - 1f49aff717c224b00225afab5371fb7baa1d0baf authored almost 3 years ago
Merge pull request #36 from babel/dependabot/npm_and_yarn/lodash-4.17.21

Bump lodash from 4.17.20 to 4.17.21

github.com/babel/babel-test262-runner - 50f03ce0ec8e26178c78d8f530bf68faed2d4d4a authored almost 3 years ago
Merge pull request #38 from babel/dependabot/npm_and_yarn/browserslist-4.20.2

Bump browserslist from 4.14.5 to 4.20.2

github.com/babel/babel-test262-runner - 837e0b1eea4d723dde0fdb8d34dfb8fc4cdd1d93 authored almost 3 years ago
Merge pull request #39 from babel/dependabot/npm_and_yarn/jszip-3.9.1

Bump jszip from 3.5.0 to 3.9.1

github.com/babel/babel-test262-runner - 2bc70085c7007d5f654606507612844b56e6c6ac authored almost 3 years ago
Merge pull request #35 from babel/dependabot/npm_and_yarn/path-parse-1.0.7

Bump path-parse from 1.0.6 to 1.0.7

github.com/babel/babel-test262-runner - 725e15d4c4f5e3a9f270a163e1553b3d996962ab authored almost 3 years ago
Merge pull request #32 from babel/dependabot/npm_and_yarn/socket.io-2.4.1

Bump socket.io from 2.3.0 to 2.4.1

github.com/babel/babel-test262-runner - 78a2f519fea823b5d092faf2c23ae14756ee03e3 authored almost 3 years ago
Merge pull request #34 from babel/dependabot/npm_and_yarn/normalize-url-4.5.1

Bump normalize-url from 4.5.0 to 4.5.1

github.com/babel/babel-test262-runner - a899408c1c0c55853e90e3145b9e9b306159bdde authored almost 3 years ago
Bump socket.io from 2.3.0 to 2.4.1

Bumps [socket.io](https://github.com/socketio/socket.io) from 2.3.0 to 2.4.1.
- [Release notes](...

github.com/babel/babel-test262-runner - 5908e5c7357aace33dfbfefebccbaecefb868d75 authored almost 3 years ago
Bump jszip from 3.5.0 to 3.9.1

Bumps [jszip](https://github.com/Stuk/jszip) from 3.5.0 to 3.9.1.
- [Release notes](https://gith...

github.com/babel/babel-test262-runner - 37f393ec6924e4c5d1c2514092521663e6f9ab80 authored almost 3 years ago
Bump browserslist from 4.14.5 to 4.20.2

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.14.5 to 4.20.2.
- [Rel...

github.com/babel/babel-test262-runner - e71f3d5cfa72cead8479d005cc903772909fc8c1 authored almost 3 years ago