Ecosyste.ms: OpenCollective

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

Rspack

make rspack better
Collective - Host: opensource - https://opencollective.com/rspack - Code: https://github.com/web-infra-dev/rspack

feat: Bump SWC version (#1698)

* feat: Bump SWC

* chore: fix compiler error

* Using top_level_mark in hygine

* chore: ...

github.com/web-infra-dev/rspack - 7eece3e99ebf766eb3361a5467fa3d057fde7a83 authored almost 2 years ago
chore: add more example (#1693)

github.com/web-infra-dev/rspack - ffe30153b9ae612b1c2113ae8f99a5e64dfaaff0 authored almost 2 years ago
chore: remove protoc (#1701)

github.com/web-infra-dev/rspack - c2f35576f1d3f0f3cbefbc7735514352f6acde70 authored almost 2 years ago
chore: upgrade enhanced-resolve (#1700)

github.com/web-infra-dev/rspack - c1c440f4195d9ec247b5c85e306e64f8d78405b4 authored almost 2 years ago
chore: change slogan (#1697)

github.com/web-infra-dev/rspack - b80c8e42eb831b132cacbd95e74c23264ab306a3 authored almost 2 years ago
feat(core): improve mode config typing (#1691)

* feat(core): improve mode config typing

* chore: fix test case typing

github.com/web-infra-dev/rspack - 9c90398a85ad2f94a186311a2c9794c1585c61bc authored almost 2 years ago
chore: update lock (#1692)

github.com/web-infra-dev/rspack - 7eae1e2eaa80f8318701cd02dd7ba4961023e572 authored almost 2 years ago
chore: re-organize code of SplitChunksPlugin (#1689)

github.com/web-infra-dev/rspack - 5881907a460064a669f5c967b7f4c74b6512cb54 authored almost 2 years ago
chore: unify license and add referenced projects (#1690)

github.com/web-infra-dev/rspack - ce0b9a4b942a1a2a9de8b9cb975c03d70f022be8 authored almost 2 years ago
feat: add devServer.historyApiFallback options (#1686)

github.com/web-infra-dev/rspack - 290bf7fb52c85e2c40f86075b3d1c9aec5bedde1 authored almost 2 years ago
chore: remove redundant file .yarn/releases/yarn-3.2.0.cjs (#1687)

github.com/web-infra-dev/rspack - 3454d195bf731ea967728000f64ec87bf2041e61 authored almost 2 years ago
perf(rspack_core): use `BufWriter` for file writing in `emitted_asset`

github.com/web-infra-dev/rspack - 3c56c4381e30a0156efbb02ce9c0b32ff22e37c6 authored almost 2 years ago
chore: add license (#1685)

github.com/web-infra-dev/rspack - ca4ba3b147fd5928edfe73628e70c6e38247d02c authored almost 2 years ago
refactor: add module factory trait (#1680)

github.com/web-infra-dev/rspack - a9910bbb041b82515d5b7adbed2eb68ee77d09d8 authored about 2 years ago
fix(crates/rspack_core): should expect shutdown on some occasions (#1677)

* fix: should expect shutdown on some occasions

* add changeset

github.com/web-infra-dev/rspack - 58bef147b1962bacdd791a270e8892ceacc2f744 authored about 2 years ago
fix(dev-client): not resolve utils/log

github.com/web-infra-dev/rspack - 4cb61978c21be17d3e770a0efe4de83a5669e05f authored about 2 years ago
fix: avoid __webpack_require__.m not defined (#1679)

github.com/web-infra-dev/rspack - 0269ff40d65141429b5683ca9b53ad0dfdb0467c authored about 2 years ago
feat: port RemoveEmptyChunksPlugin of Webpack (#1675)

* feat: port RemoveEmptyChunksPlugin of Webpack

* Changeset

* Tests

github.com/web-infra-dev/rspack - e845df7da12bb93fb9100508af671212d707007b authored about 2 years ago
fix: `delete compilation.assets[filename]` should keep deleted asset info (#1673)

* fix: should keep asset info

* fix test

github.com/web-infra-dev/rspack - 70586d79e9ae85277664ad45ed469e3117c59a1e authored about 2 years ago
feat: add environment, afterEnvironment, afterPlugins, and afterResolvers compiler hooks (#1663)

github.com/web-infra-dev/rspack - c65ca69eb28d192b5c332af98b6e76d5ef4e72f3 authored about 2 years ago
chore: fix release ci (#1671)

github.com/web-infra-dev/rspack - 5c5736392fce4b35b2278477cfdd6da03e9b2dfb authored about 2 years ago
perf: remove_duplicated_modules use parallel (#1669)

github.com/web-infra-dev/rspack - 6e2445a6b3d5d191d87f760a398e4220258e3b13 authored about 2 years ago
feat(close: #1654): support optimization.runtimeChunk

github.com/web-infra-dev/rspack - 4de9eea6cbee07ef8e645175febfd23572d6b4af authored about 2 years ago
fix(close: #1661): avoid additional entry depend on __webpack_require__.m (#1667)

github.com/web-infra-dev/rspack - 3b8df9daea6fb3e301d4ae8c171de2c723333fd0 authored about 2 years ago
chore: move create module hash to make phase (#1668)

github.com/web-infra-dev/rspack - b8799b8af4d12fe33e58641b7064d6c65ffe17cc authored about 2 years ago
feat: support multiCompiler (#1659)

* feat: support multiCompiler

* chore: add changeset and correct code lint

* chore: change...

github.com/web-infra-dev/rspack - b77074dfab4a98f9d101a9f0d54c42f6957db581 authored about 2 years ago
fix: make module type recoverable (#1665)

* fix: make module type recoverable

* changeset

github.com/web-infra-dev/rspack - 8dc513ac3d30e88c51b665e1f97d42aba9b667d2 authored about 2 years ago
feat: make stage support changed HMR (#1629)

* feat: make support changed HMR

* feat: support experiments.changedHmr

github.com/web-infra-dev/rspack - a103afea4abb4fd721c14f05c45d2a7eb5d9fbf7 authored about 2 years ago
fix: readonly type for compilation.assets|entrypoints (#1658)

github.com/web-infra-dev/rspack - 86ed121843e571b587cc71bda0d1c7d065a77049 authored about 2 years ago
fix: should normalize SplitChunks options correctly (#1660)

* fix: should normalize SplitChunks options correctly

* Clippy

github.com/web-infra-dev/rspack - faef6fc00654d1d049f44b22708b871bf519c4ca authored about 2 years ago
perf: make create hash parallel (#1626)

github.com/web-infra-dev/rspack - 98fd871851e100f374303e3cabf2c094ae617cbf authored about 2 years ago
feat(crates/rspack_core): add module graph util (#1651)

## Summary

<!-- Explain the **motivation** for making this change. What existing problem does t...

github.com/web-infra-dev/rspack - b13c5b596e9ac3f3e8b399ec218c66fecaf8c621 authored about 2 years ago
fix: string type side-effects (#1649)

- string type sideEffects, reference to [`SideEffectsFlagPlugin.moduleHasSideEffects`](https://g...

github.com/web-infra-dev/rspack - 278e89cc1dfc35cb8f9352d0894effe726d9c5a3 authored about 2 years ago
feat: some small api for webpack compatibility (#1628)

- compilation.errors.push
- compilation.file|context|missing|buildDependencies.add
- compilati...

github.com/web-infra-dev/rspack - 8a4cb9a381ac7b84f43ab25fbe938171abbf78f0 authored about 2 years ago
perf: use static runtime globals (#1650)

## Summary

<!-- Explain the **motivation** for making this change. What existing problem does t...

github.com/web-infra-dev/rspack - 3aeb192e343bf0d9c319b35fe6ed865f85e2158f authored about 2 years ago
fix: dynamic import bundle splitting runtime (#1634)

github.com/web-infra-dev/rspack - dbf19b3a18148d9c4121cd1cf51c4d24fd5c3988 authored about 2 years ago
refactor: dependency code generation for JavaScript (#1637)

* refactor: init dependency code gen

* feat: add workaround for current tree shaking impl

...

github.com/web-infra-dev/rspack - e402226e564fbb30611af0a9bcc0c6fec5c05768 authored about 2 years ago
refactor: avoid declaring napi struct twice (#1642)

* chore: add solid-js example (#1643)

* refactor: update binding dependencies

* refactor: ...

github.com/web-infra-dev/rspack - f88de8aeef4cc0068a8369f6697264e00daf0e58 authored about 2 years ago
perf(rspack_plugin_javascript): use `String::from_utf8_unchecked` for codegen

github.com/web-infra-dev/rspack - 45c912cc0c5a3b5aa2d9fa5c721638c6ae647a4b authored about 2 years ago
fix: example pkg name (#1647)

github.com/web-infra-dev/rspack - e561fa7af399de6e2a3255c1a1fb0348cb280f17 authored about 2 years ago
refactor(dev-server): use webpackDevServer and support sockjs

github.com/web-infra-dev/rspack - 8084974363d3c25ea0f59f4a38a277413b516990 authored about 2 years ago
chore: add solid-js example (#1643)

github.com/web-infra-dev/rspack - 099b4663dc5995e7da868ace67cb563885258d1c authored about 2 years ago
refactor: update pnpm to solve permission error of bin file

github.com/web-infra-dev/rspack - 3c88c8236a33c99077dbc4135f7f8ca20bb5a527 authored about 2 years ago
chore: bump napi-derive (#1638)

* chore: bump napi-derive

* chore: update binding

github.com/web-infra-dev/rspack - e4a08f9c792c638099711f58ed24e8d8d4dc113f authored about 2 years ago
perf(rspack_core): cache module identifier for NormalModule

ModuleIdentifier::from currently runs Ustr::from,
which has a performance overhead by a hash + (...

github.com/web-infra-dev/rspack - 67a3520a20fabaa124eb4ecf02266d20d53ece4e authored about 2 years ago
chore: add debugging section in contributing.md (#1632)

github.com/web-infra-dev/rspack - dc3bedd89ff3fe3e1fd584a625eaf895c8ec1b14 authored about 2 years ago
chore: change to less-loader (#1631)

github.com/web-infra-dev/rspack - 4414c1df0544dcad2161abee0f40a03abe3a81cf authored about 2 years ago
chore: convert napi panic to js error to support error monitor (#1630)

github.com/web-infra-dev/rspack - 6e878bff5f74c672a0426fd2d94370b5450cf291 authored about 2 years ago
fix: 🐛 tree-shaking dev with concurrent minifier (#1627)

github.com/web-infra-dev/rspack - d62613d35f649bead1ad171c4238e5f7e1fb4312 authored about 2 years ago
perf: remove create_chunk_assets_occasion cache (#1624)

github.com/web-infra-dev/rspack - 028437b8285d295ca89c5453f4b0f34e574c2cee authored about 2 years ago
fix: not show module reasons for default stats toString (#1625)

github.com/web-infra-dev/rspack - cb93bb421218d0d2fcf5f84d434b7c281f242563 authored about 2 years ago
fix: recoverable error generation (#1620)

* fix: should not generate css chunk if failed to build

* add changeset

github.com/web-infra-dev/rspack - 51916f54816297f65ad0edb8e131a0083019c927 authored about 2 years ago
perf(rspack_plugin_javascript): remove extra `source.clone()`

The source text passed here can be huge for large projects (e.g. 10M+).
Making an extra clone he...

github.com/web-infra-dev/rspack - b8fccd97a8d16db6333729e700626470bcd4f8a4 authored about 2 years ago
chore: remove top line breaks in css (#1621)

* chore: remove top line breaks in css

* add changeset

github.com/web-infra-dev/rspack - b5343d3f4386fc926f1e0ddf6fd4381278a101ea authored about 2 years ago
fix: json parse errors should be recoverable (#1611)

feat: exit on severe error encountered

github.com/web-infra-dev/rspack - 3847e66c19d38e0bb6b488037fe8a2870f207c21 authored about 2 years ago
feat: missing module (#1616)

* feat: missing module

* chore: clippy

* chore: snapshot

* chore: remove buggy dependen...

github.com/web-infra-dev/rspack - 6d4f3e627742bba9d080df749fe7b2ba49a725ad authored about 2 years ago
chore: bump napi version (#1619)

* chore: bump napi version

* changeset

* Tweak

* Format

* Clippy

* Fix cargo test

github.com/web-infra-dev/rspack - 10db0a2d83b5e54c0a6e503eefb93450becf8add authored about 2 years ago
feat: support import.meta.webpackHot.accept (#1617)

github.com/web-infra-dev/rspack - 7ed7eb0536bf57c6efc598f814d00b07871ddcd4 authored about 2 years ago
feat: processAssets hook stage (#1614)

github.com/web-infra-dev/rspack - 2f4db99e089aef3561d0f34c3b4531e6568b180e authored about 2 years ago
feat: module rule side effects (#1551)

* chore: 🤖 init

* chore: 🤖 more test case

* chore: 🤖 remove examples

* chore: 🤖 recov e...

github.com/web-infra-dev/rspack - 3161764802bf50b58634db2ba314a1a17cd57b41 authored about 2 years ago
refactor: hmr api expr matcher (#1609)

github.com/web-infra-dev/rspack - 84d067ed48f80f013a0b62c89bfaaefe0f8baa3e authored about 2 years ago
chore: bump swc (#1587)

* chore: 🤖 init

* chore: 🤖 changeset

* chore: 🤖 update snapshot

* chore: 🤖 upgrade dep
...

github.com/web-infra-dev/rspack - cd7736377060f82049aa188f8f5b5918454f1af1 authored about 2 years ago
chore: add parser & generator type def (#1606)

github.com/web-infra-dev/rspack - 9e92f208f666270731d1b9915198ed9dc1c96681 authored about 2 years ago
feat: support rule specific `parser.dataUrlCondition.maxSize` and `generator.filename` (#1600)

* feat: init

* feat: apply changes to plugin

* chore: add todo

* chore: make clippy hap...

github.com/web-infra-dev/rspack - 792304dd917ea1a61b6db148178f202950975337 authored about 2 years ago
fix: merge `resolve.alias`

github.com/web-infra-dev/rspack - c53fe46aa2a7d81f39d4ebca69a65e5560cbbcbe authored about 2 years ago
chore: fix watch test on ci (#1603)

github.com/web-infra-dev/rspack - 3dcb26c38bb31e9d4cf8afcddd5e79c02a539b8f authored about 2 years ago
chore: support windows platform (#1601)

* chore: build for all platform

* chore: support windows

github.com/web-infra-dev/rspack - d95fc9cf673c259057f6540869463f303dab9137 authored about 2 years ago
chore: upgrade @napi-rs/cli (#1580)

chore: upgrade napi

github.com/web-infra-dev/rspack - fb56f9ca8bea12c6be06bcea90d725e607bdc026 authored about 2 years ago
fix: module.used should be true by default if tree-shaking= false (#1596)

* chore: 🤖 fix module.used options

* chore: 🤖 test case

github.com/web-infra-dev/rspack - 51773f19564bf3ba871f331d4a18ffd6a3c85b1a authored about 2 years ago
feat: support harmony import module.accpet auto import (#1591)

github.com/web-infra-dev/rspack - 29c3a01194766551ec75b064bd1d41332e2d877a authored about 2 years ago
chore: 🤖 disable toml lint in ci (#1598)

chore: 🤖 ci lint

github.com/web-infra-dev/rspack - 6cedc89a10e59fd3b3788981b60da3a3c09a2421 authored about 2 years ago
feat: add emit and afterEmit hook (#1593)

github.com/web-infra-dev/rspack - 5e722adf10cdacc88b1e4687dc2c3982db9100a5 authored about 2 years ago
perf(rspack_core): use FxHasher in DashMap

github.com/web-infra-dev/rspack - 99ee52369750a8a120d767d79d53aae445eda257 authored about 2 years ago
chore(rspack): increase benchmark time and add black_box hint

github.com/web-infra-dev/rspack - 2f57f1ec43681b251f46f05d0f7d67662686bf62 authored about 2 years ago
perf: replace hashbrown::HashMap with rustc_hash::FxHashMap

github.com/web-infra-dev/rspack - f96cad95841c97728daf1c99d0413ddc8c7cc6ee authored about 2 years ago
chore(ci): cache build in bench ci

github.com/web-infra-dev/rspack - 98480f64142b782bbf85a242430566587ccf0229 authored about 2 years ago
chore(.cargo/config): remove --verbase from lint

github.com/web-infra-dev/rspack - 1adac6fee2d7b2a8d38625e1b8ce8784e28c0990 authored about 2 years ago
feat: Align more with webpack for bundle splitting (#1584)

* feat: Align more with webpack for bundle splitting

* Tweak

* Changeset

* Lint

* Style

github.com/web-infra-dev/rspack - da069320eb81bce45b186c2619d39b2124024e91 authored about 2 years ago
ci: 🎡 release node arch (#1592)

github.com/web-infra-dev/rspack - de73ebff7191f18e406fc591c06fdc7998a189e9 authored about 2 years ago
fix: Fixing something scenario that should not panic when tree-shaking. (#1581)

chore: 🤖 panic

github.com/web-infra-dev/rspack - 81620ad87896417e9700ca3dcd92ab5ad87cfe1a authored about 2 years ago
perf: remove redundant CachedSource (#1579)

* remove redundant CachedSource

* add CachedSource for NormalModule generate result

* add ...

github.com/web-infra-dev/rspack - b080b106fad075f9c78c655878522178e48a1fe0 authored about 2 years ago
perf: 🤖 concurrent (#1583)

chore: 🤖 concurrent

github.com/web-infra-dev/rspack - 52297eb7810ba89da282b7b3a427272d9bc8e673 authored about 2 years ago
fix: add dependency_type to key of resolve_cache to prevent unexpected cache hit

github.com/web-infra-dev/rspack - 602184b6b4b43fbc7b7a6f3242db3bcf4f487633 authored about 2 years ago
release on specific machine (#1578)

chore: release on specific machine

github.com/web-infra-dev/rspack - 581f0b1823f42970c42fae1ba03eaee5498ea545 authored about 2 years ago
chore: update rspack-sources version (#1577)

* chore: update rspack-sources version

* add changeset

github.com/web-infra-dev/rspack - 820b5a79badb62e5dbcf7863ec7337528a0aec24 authored about 2 years ago
chore: fix release script (#1575)

github.com/web-infra-dev/rspack - d386c5504ba241b5f8480e31649cfcd03855aef3 authored about 2 years ago
test: 🤖 more tree-shaking test case (#1534)

* chore: 🤖 more tree-shaking test case

* chore: 🤖 more test case

* chore: 🤖 finish skip ev...

github.com/web-infra-dev/rspack - 549796acc33b2970b7ef9b32b0c13009d8b2d4ed authored about 2 years ago
refactor: re-organize split chunks plugin (#1569)

* Save

* refactor: re-organize split chunks plugin

* Clippy

* More

github.com/web-infra-dev/rspack - b81880399eacd75b632f07beef1a4f7b1fad89f3 authored about 2 years ago
chore: fix cargo.lock (#1570)

github.com/web-infra-dev/rspack - 28ebce7e801e99c5dd190827b438f158a78f6778 authored about 2 years ago
perf(rspack_core): add `Identifier(Ustr)` type and reduce string allocations

relates to #1567

github.com/web-infra-dev/rspack - 3718d78fa04f8c2b8bd7bb39cb564258fdae573c authored about 2 years ago
perf(rspack_core): sort by string ref instead of `to_string` in `get_ordered_chunk_modules`

github.com/web-infra-dev/rspack - 23f0d8879a0efdac9750925ef9639ed2d31ebe2a authored about 2 years ago
perf(rspack-core): add IdentifierMap with IdentityHasher to replace HashMap<Ustr>

This avoid double hashing because Usr already has a precomputed hash.

github.com/web-infra-dev/rspack - 1b52208602c9723163ff4bbfa810aa6f49011a85 authored about 2 years ago
chore: add .git-blame-ignore-revs

github.com/web-infra-dev/rspack - c24d184b6618109af795ec53b0ed80c0a9ad85a9 authored about 2 years ago
chore(rust): run `cargo fmt` for group_imports = "StdExternalCrate"

github.com/web-infra-dev/rspack - b184eb811680c600e6be362022f66e491c7c0a71 authored about 2 years ago
chore(rust): add group_imports = "StdExternalCrate" to rustfmt

so we don't need to reorder imports manually

github.com/web-infra-dev/rspack - dff8a00efaddf88e978db1e21bc5004990d48d69 authored about 2 years ago
chore: fix clippy warnings

github.com/web-infra-dev/rspack - 43b8eee955af371bf50c511144a39e67590f7c6e authored about 2 years ago
chore(rust): Bump Rust nightly to Version 1.66.0 (2022-12-15)

closes #1558

github.com/web-infra-dev/rspack - e1461c0f6afa806f601594fc7bbdb43600eca157 authored about 2 years ago
perf: reduce atomic lock contention (#1561)

* perf: remove atomic use plain usize instead

* chore: lint

github.com/web-infra-dev/rspack - 8c916431932d990b6e4131d4e7f23d9bd7f66b07 authored about 2 years ago
chore: bump rspack-sources (#1385)

* chore: 🤖 try sourcemap

* chore: 🤖 bump

* chore: 🤖 update lock

* chore: 🤖 bump

* ch...

github.com/web-infra-dev/rspack - 3fa8d0e2bfbce3b60a9f6a53dae915c8d7227b2c authored about 2 years ago
feat: code generatable dependency (#1545)

* refactor: init dependency

* feat: add dep

* feat: dyn clone

* feat: code generatable
...

github.com/web-infra-dev/rspack - bb06ff63acaea2a173f86575b9ad4efd579854d8 authored about 2 years ago