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

fix: 🐛 pure expression dependency apply replace resouce,and get side effects state impl (#4407)

* fix: 🐛 side effects state

* chore: 🤖 recover

* chore: 🤖 update snapshot

* chore: 🤖 update a...

github.com/web-infra-dev/rspack - fc0da3aa533efd3fd9497f16c20f46784705b73e authored over 1 year ago
fix: cjs bare exports expression detect (#4375)

* chore: enable more webpack-test

* chore: enable more webpack-test

* fix: cjs export bare exp...

github.com/web-infra-dev/rspack - f7d285aa26798134638cd9f58b9016c874f1e691 authored over 1 year ago
feat: support reuse AST passed from builtin loaders (#4367)

* feat: init

* fix: fix external helpers

* fix: `original_source` should include parser result...

github.com/web-infra-dev/rspack - e60b71f596a2120d3419b65f7db0d35d6df87e70 authored over 1 year ago
Release Packages:0.3.8 (#4404)

Reelase Packages:0.3.8

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply...

github.com/web-infra-dev/rspack - f2b698185d8edc4cd80998608cd22eee2e4f8658 authored over 1 year ago
fix: do not stopped when decode base64 failed (#4403)

github.com/web-infra-dev/rspack - 153110fec018e9d05ef361041080e26c2504f93f authored over 1 year ago
fix: export default as edge case in `HarmonyExportImportedSpecifierDependency` (#4402)

* chore: 🤖 update debug name

* fix: 🐛 update snapshot

* chore: 🤖 lint

* chore: 🤖 update snapshot

github.com/web-infra-dev/rspack - fd3cddb0e9b796b20793b84a4c96015201567d00 authored over 1 year ago
chore: remove useless rustup target install (#4405)

github.com/web-infra-dev/rspack - e04623c3f2f7471685c7be2110439802b0561618 authored over 1 year ago
fix: 🐛 use get_ids instead of `self.ids` (#4400)

* fix: 🐛 add get_ids method

* chore: 🤖 recover

* chore: 🤖 finish exports_info isused

* chore:...

github.com/web-infra-dev/rspack - f41af0886fa1dcca3c265316b03a8783c7f98075 authored over 1 year ago
chore: enable oxc_resolver in webpack tests (#4374)

* chore: enable oxc_resolver in webpack tests

closes #4317

* add newResolver to webpack-test/T...

github.com/web-infra-dev/rspack - f4a3a087a72cec211e946f292a9e71c6ba84b117 authored over 1 year ago
fix: HarmonyExportImportedDependency `get_exports` (#4388)

* chore: 🤖 init

* chore: 🤖 ck point

* chore: 🤖 update snap

* chore: 🤖 lint

* chore: 🤖 recove...

github.com/web-infra-dev/rspack - a19b47472bf313e3a01ae29081dc43fd76fc2e35 authored over 1 year ago
fix(splitChunks): not matched cacheGroup should not affect cacheGroupIndex (#4373)

* fix: chunkIds should not affect chunkLoading order

* wip

* fix: css chunkLoading order

* li...

github.com/web-infra-dev/rspack - 76e42523885ce8cf330e4434ddcd4c7117721c03 authored over 1 year ago
chore: fix rustup install components failed (#4387)

github.com/web-infra-dev/rspack - 43f3ac90e66eec94084d2a74917719c1f44f719f authored over 1 year ago
chore: set lang to en for react-ts template (#4378)

github.com/web-infra-dev/rspack - 3c05152fdc5527ffa99ce127a62339db64e342bc authored over 1 year ago
chore: remove unused vars & prefer const & remove default generic value (#4079)

github.com/web-infra-dev/rspack - dbff29de27c6cd650defc32df12a07c75078125b authored over 1 year ago
chore: add auto issue comment (#4371)

* chore: add auto issue comment

* chore: fix case

github.com/web-infra-dev/rspack - 26167733e6a3882b30a96632d40656938c16abbc authored over 1 year ago
fix: splitChunks.enforce, pass more webpack-tests (#4353)

fix: splitChunks.enforce should enforce minChunks to be 1

github.com/web-infra-dev/rspack - e3c5af00d77ea2dd89341d4bc8bd78dba1bb660f authored over 1 year ago
chore: bump swc (#4372)

* chore: bump swc

* chore: update snap

github.com/web-infra-dev/rspack - c7da76fb2f9ab45147bd1895d363a1c97a3cdc45 authored over 1 year ago
feat: update dependency (#4361)

* chore: 🤖 init

* chore: 🤖 init target

* chore: 🤖 ck point

* chore: 🤖 ck point

* chore: 🤖 ge...

github.com/web-infra-dev/rspack - 75abf3e36d1f91dd01159de9320d103a96a162c3 authored over 1 year ago
chore: support run ci with forked repo PR (#4369)

github.com/web-infra-dev/rspack - b3d72f91ad57a5ce4b5f59e5be6d1932e55e24c5 authored over 1 year ago
chore: expose discord explictly in readme (#4368)

github.com/web-infra-dev/rspack - e1e91015023b39ff7eee1a42dcc963cc010241c3 authored over 1 year ago
feat: support TLA (#4345)

* feat: support TLA

* fix

* rename

* fix

github.com/web-infra-dev/rspack - 057ce9e62db26b91d3b8b0ced550d19a9e857d6d authored over 1 year ago
ci: use self hosted ci (#4360)

github.com/web-infra-dev/rspack - 7c363fc2f064a85326af787c07e820391d3173a5 authored over 1 year ago
fix: update lockfile (#4359)

github.com/web-infra-dev/rspack - eb37f1d8480aa2f845b5a362ba701bf376dc59ab authored over 1 year ago
fix: variable undefined with multiple same import (#4356)

* fix: variable undefined with multiple same import

* cr

github.com/web-infra-dev/rspack - d9d192e2f33d80efb3c934c1d05479429d353ec5 authored over 1 year ago
chore: update [email protected] stable version (#4355)

github.com/web-infra-dev/rspack - 980cc56a4c946a4c8463391f5e53f041189663ed authored over 1 year ago
chore: enable more webpack-test (#4351)

github.com/web-infra-dev/rspack - 78c094632c9ebe807e3f4a5f0e0fe090b8bb72fe authored over 1 year ago
Release Packages:0.3.7 (#4296)

Reelase Packages:0.3.7

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.g...

github.com/web-infra-dev/rspack - 090171b08bcc60422ed55b81ea3003068e877211 authored over 1 year ago
chore: align webpack tests (#4337)

github.com/web-infra-dev/rspack - 0dd89d0b885e3c1c869e1b7ab0014069d9ce6f8d authored over 1 year ago
feat: inner graph part one (#4176)

* feat: inner graph

* chore: 🤖 lint

* chore: 🤖 ck point

* chore: 🤖 ckpoint

* chore: 🤖 ck poi...

github.com/web-infra-dev/rspack - fabbec4a23d356768ac50f0d9ba1df1c476d2c61 authored over 1 year ago
feat: built in progress plugin support profile option (#3803)

* chore: print progress

* chore: print in order

* refactor: compatible with progress bar

* fe...

github.com/web-infra-dev/rspack - 055a8e18768afe914c15688387ee84cbb5abe8e1 authored over 1 year ago
feat(plugin-copy): support info option (#3949)

github.com/web-infra-dev/rspack - e52601e059fff1f0cdc4e9328746fb3ae6c3ecb2 authored over 1 year ago
fix: detect cjs assign esModule mark (#4330)

* fix: detect cjs assign esModule mark

* fix

github.com/web-infra-dev/rspack - 70fe2022acca4b31d57f03310edc4109a9b65fa4 authored over 1 year ago
fix(4314): remove help info print when throw error (#4322)

github.com/web-infra-dev/rspack - 3cea4a10a6614d0aa4add30e90fc38685323ddf8 authored over 1 year ago
feat: comment test markdown for webpack-test (#4316)

* feat: emit test markdown for webpack-test

* fix

* fmt

github.com/web-infra-dev/rspack - de54be599a29c2d2ac8d4d292dd130e522f06c15 authored over 1 year ago
chore: update vue2 example using experiments.css (#4292)

github.com/web-infra-dev/rspack - 62b93a6936364ef0981b2cd1fe72958af90ec442 authored over 1 year ago
chore: remove unused imports (#4312)

github.com/web-infra-dev/rspack - c8ba30e5a87b4db59adafbbd4c83e86627d06755 authored over 1 year ago
chore: fix nestjs example (#4308)

github.com/web-infra-dev/rspack - 200059b555a71b400f6c035439667e307db6c918 authored over 1 year ago
chore: enable more webpack-test (#4302)

github.com/web-infra-dev/rspack - 4d220987e6ee3df6a4230178adc0a8b67a7c1391 authored over 1 year ago
feat: Adding runtime param when executing codegen (#4263)

* chore: 🤖 init

* chore: 🤖 add runtime

* chore: 🤖 update runtime

* chore: 🤖 refactor

* chore...

github.com/web-infra-dev/rspack - 8a2990b91fc20176e41dd4962647783be0104919 authored over 1 year ago
feat(split chunks): split chunks should consider chunk combinations (#4280)

* feat: add bitmap structure

* feat(splitChunks): add combinations

* chore(splitChunks): add w...

github.com/web-infra-dev/rspack - 05815ca6039a78bf753ee848d772e521a3a2aac3 authored over 1 year ago
feat(rspack_core): configurable tsconfig project references (#4290)

closes #4211

github.com/web-infra-dev/rspack - c0965f1a1cc669b2420aca0c0d9526c8db295a84 authored over 1 year ago
fix: rspack builtin.html.meta.* support Record<string, string> (#4294)

github.com/web-infra-dev/rspack - b29483a277367bf5eea30a22f187cade07f264cb authored over 1 year ago
feat: source order for harmony import dependency (#4262)

* impl

* test

* lint

* lockfile

github.com/web-infra-dev/rspack - de9e525f5b4c99867c34cbd9f8ec2f203b06336b authored over 1 year ago
chore(core): Optimization of compilation duration unit (#4264)

* Update DefaultStatsPrinterPlugin.ts

* Update DefaultStatsPrinterPlugin.ts

github.com/web-infra-dev/rspack - d9952e8030b0e4d9b31cfcfea7210a024052e80f authored over 1 year ago
feat: support `Compilation.namedChunks` (#4255)

github.com/web-infra-dev/rspack - 07249dd40e1288b5c4753cce8187413f8d0d009a authored over 1 year ago
feat: handle `react-refresh` resolving in `@rspack/plugin-react-refresh` (#4267)

github.com/web-infra-dev/rspack - 9bd940cbe313628496d963684f8557515539121c authored over 1 year ago
feat: implement styled_components visitor (#4228)

* feat: implement styled_components visitor

* feat: add new webpack test case `configCases/buil...

github.com/web-infra-dev/rspack - 96acdcc52dc79d462df46f6a69b06837e9e36409 authored over 1 year ago
chore: only remove android sdk (#4288)

github.com/web-infra-dev/rspack - 1bc72653d2f514897111e30298847316211acffb authored over 1 year ago
build: static link msvc runtime on Windows x86_64 platform (#4283)

github.com/web-infra-dev/rspack - dc32c1afebfec313e3715f9fae982fc2695ea319 authored over 1 year ago
chore: try free disk for linux (#4287)

chore: free linux disk

github.com/web-infra-dev/rspack - bd1fbbe21344e5da783b345a6b3d8416df1b025b authored over 1 year ago
Release Packages:0.3.6 (#4276)

Reelase Packages:0.3.6

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply...

github.com/web-infra-dev/rspack - 656f773f67e820e1da4b4e7b3f67e364fc1c29a6 authored over 1 year ago
chore: move sync workflow (#4282)

github.com/web-infra-dev/rspack - d484c8e34b9ff0f0f3adfca471d95e485c600bf1 authored over 1 year ago
chore: add github-sync-issue (#4281)

github.com/web-infra-dev/rspack - ba66d22115fdab637b52e01f06115da9b314204d authored over 1 year ago
fix: css chunk loading missing chunkIds (#4266)

fix: should handle pre-pushed css chunks correctly

github.com/web-infra-dev/rspack - 3b447374db509ab4931b434b23d4adb31549a984 authored over 1 year ago
chore: change nightly release notification to discord other than github issue (#4271)

github.com/web-infra-dev/rspack - 8496bc578eaa161007c5936c1a384323f481050c authored over 1 year ago
fix: type error when use builtins:swc-loader and disableTransformByDefault (#4256)

github.com/web-infra-dev/rspack - 8819ada18b173e701dda4c4dfc8e24af689f29a9 authored over 1 year ago
fix(rspack_loader_swc): Fail the build when jsc.target and env are used together for the SWC loader (#4257)

fix(rspack_loader_swc): jsc.target and env shouldn't be used together

github.com/web-infra-dev/rspack - 143f21bbc8e64db2931b2c2ac9d721e27cbbde72 authored over 1 year ago
Release Packages:0.3.5 (#4216)

Reelase Packages:0.3.5

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.g...

github.com/web-infra-dev/rspack - 9b26fc810930bbd903408539153ce391f1c4db97 authored over 1 year ago
fix: fix `Rule.oneOf` and `Rule.rules` (#4254)

* fix: fix `Rule.oneOf` and `Rule.rules`

* fix: fix test cases

github.com/web-infra-dev/rspack - a37e48d66886cccfbdae1203d47dfcecb624fe30 authored over 1 year ago
chore: fix lockfile (#4252)

github.com/web-infra-dev/rspack - 71f069fe5188f89572160580faaee7241ad747f4 authored over 1 year ago
fix: $RefreshReg$ is not defined error in node_modules (#4251)

* fix: variable not defined error in react refresh

* fix

github.com/web-infra-dev/rspack - c1dc0208828910b5119d2e28fb40c79cd17253ab authored over 1 year ago
chore: add builtins.react/... only works for transformByDefault tip (#4249)

* chore: add deprecatedWarn for builtins.react/pluginImport/... when disableTransformByDefault

...

github.com/web-infra-dev/rspack - ddb16e44af2a6a5c0b405da1c33d006f8e63cd4f authored over 1 year ago
fix(chore): fix node path compatible problem & add express example (#4248)

* chore: add express

* fix(core): fix node path

github.com/web-infra-dev/rspack - 775ffc8aa08fad0e39db1e91829c97172f6e9e45 authored over 1 year ago
fix: passing option as `&str` caused memory leak in `builtin:swc-loader` (#4235)

fix: use `String` instead of `&str`

github.com/web-infra-dev/rspack - 591f55db515b5fd9c3d33544e34cc4d672e0658a authored over 1 year ago
feat: support object external item value (#4234)

* feat: support object external item value

* fix

github.com/web-infra-dev/rspack - f816657b490247a9b5976b0e6bff0a0cd866fd0e authored over 1 year ago
fix: avoid double react refresh transform in rspack-dev-server (#4243)

fix: double react refresh transform

github.com/web-infra-dev/rspack - 95d63b4c483090a4af16b493afad5753b38e04f7 authored over 1 year ago
fix: react refresh test windows failed (#4242)

github.com/web-infra-dev/rspack - a7571976170df83f4371d1592696793b6223e2d0 authored over 1 year ago
chore: worklet example & express example (#4237)

chore: worklet example

github.com/web-infra-dev/rspack - bc77dd63df2b0c949aea93d4baabb9b1f6966fec authored over 1 year ago
feat: support `include` and `exclude` of react-refresh-rspack-plugin (#4233)

github.com/web-infra-dev/rspack - 25b34ba4c562317a4320fcf0f188d5b3cadf9436 authored over 1 year ago
fix: fix react-refresh `self` is not defined (#4232)

github.com/web-infra-dev/rspack - 2ead61c9db4f20f683845d68f9103c0786f6ca4a authored over 1 year ago
feat: builtin:react-refresh-loader (#4230)

* update

* lint

* add test

github.com/web-infra-dev/rspack - 250f34b350edbaac475b13d80246518d5b14fb59 authored over 1 year ago
fix: filter export imported specifier used name . (#4229)

* chore: 🤖 init

* chore: 🤖 add false positive list

* chore: 🤖 add case

* chore: 🤖 export impo...

github.com/web-infra-dev/rspack - 9272b8a04c8cf9f79f9eaf37c2349e03c8a7c069 authored over 1 year ago
feat: add side effects detect (#4215)

* chore: 🤖 init

* chore: 🤖 opt

* chore: more tree shaking test2 (#4208)

* chore: 🤖 add export...

github.com/web-infra-dev/rspack - d6072e59063191a744db064515eb2cc308bd4a93 authored over 1 year ago
feat: support `output.hotUpdateGlobal` (#4227)

* feat: support hotUpdateGlobal

* fix

* fix

* fix

* fix

* fix

github.com/web-infra-dev/rspack - 8aedf251f5e93d43299cc5cbb4df9688ef558c37 authored over 1 year ago
feat: deprecate `builtin:sass-loader` (#4226)

* feat: deprecate `builtin:sass-loader`

* feat: update

github.com/web-infra-dev/rspack - c652372858593581c6d432d3aec93bf51dd191c7 authored over 1 year ago
feat: export HMR plugin (#4199)

* feat: compatible with webpack-dev-server

* fix

github.com/web-infra-dev/rspack - 2e4b7bbcab59a62ff7108d35b2d2a0ae3041c5e5 authored over 1 year ago
chore: fix example-emotion (#4222)

github.com/web-infra-dev/rspack - d524a15b426730b6ebd2f6ab4d5fca7f556f13b7 authored over 1 year ago
fix: missing rspack-only plugins on compiler.webpack (#4223)

fix: missing rspack-only plugins in compiler.webpack

github.com/web-infra-dev/rspack - 1a31b6913dee2d88859f5349ba80f6929508c499 authored over 1 year ago
fix: merge disableReactRefreshByDefault to disableTransformByDefault (#4220)

* fix: control disable react refresh by disableTransformByDefault

* fix

* update

github.com/web-infra-dev/rspack - 0e76a01ee935b23b3d040020a2b96d193d5f89c9 authored over 1 year ago
fix: remove `react` from `rspackExperiments` of `builtin:swc-loader` (#4221)

github.com/web-infra-dev/rspack - ddd4e675e649b42a1f87d49fb5c9d359c51f1a70 authored over 1 year ago
perf: parallelize swc js minify (#4213)

* perf: parallelize minify

* feat: keep diagnostic semantics

github.com/web-infra-dev/rspack - 6807989792a59b28315558f7f501a95300edd7ab authored over 1 year ago
chore: fix example dep (#4218)

github.com/web-infra-dev/rspack - fbf92178e731fd7989f0ee0c1404ac0699e37ada authored over 1 year ago
perf: remove `panic_hook` (#4210)

github.com/web-infra-dev/rspack - 147193f76b211003759036d1a7d93bb93ed3a605 authored over 1 year ago
chore: more tree shaking test2 (#4208)

* chore: 🤖 add export all star

* chore: 🤖 snapshot

* chore: 🤖 update snapshot

* chore: 🤖 upda...

github.com/web-infra-dev/rspack - e4eeb656bc02fda029a63b309ac4f1f0333b61a9 authored over 1 year ago
refactor: change method on `ExportsInfoId` align to webpack (#4209)

* chore: 🤖 init

* chore: 🤖 refactor

* chore: 🤖 lint

github.com/web-infra-dev/rspack - 54d8d6107705c5c3ee4cd7e61b18b2feefe93f7e authored over 1 year ago
feat: disableReactRefreshByDefault future flag (#4196)

* feat: disbaleReactRefreshByDefault future flag

* update example

* update snap

github.com/web-infra-dev/rspack - f4fb014d87574431c32fccdb1d2d6d95f2a303ac authored over 1 year ago
fix: fix module source-map (#4200)

github.com/web-infra-dev/rspack - 7e0ffe663ecfa0b37e060d390144a3cbeb6f4390 authored over 1 year ago
test: pass more tree shaking test case (#4191)

* chore: 🤖 ck point

* chore: 🤖 remove temp file

* chore: 🤖 get used name

* chore: 🤖 update

*...

github.com/web-infra-dev/rspack - 9d910aebd38343ede9bac65ba2bd7f6b6c285d74 authored over 1 year ago
style(rspack_plugin_progress): Change the formatting style to match WebpackBar (#4201)

* style: change the formating style of progress plugin

* style: update the color and width

github.com/web-infra-dev/rspack - 0e9b4abba2bf7e323063b11253217723c9c43170 authored over 1 year ago
feat(progress): optimize the progress bar style (#4197)

* feat(progress): optimize the progress bar style

* chore: fix

github.com/web-infra-dev/rspack - 287bc095923956130eede2d31b65ed78e83a2570 authored over 1 year ago
feat: support disabling default transformation (#4054)

* feat: init

feat: add flag

feat: impl more

* chore: add a warning

* feat: save

* feat: kee...

github.com/web-infra-dev/rspack - f90e92ba937a000c5d07b47058de68bcf9878d07 authored over 1 year ago
feat(rspack_core): oxc_resolver v0.2.0 (#4192)

This release of the oxc resolver contains the following features:

* Automatic tsconfig project ...

github.com/web-infra-dev/rspack - 75c6751f8ce8a5557f02ea2017b1e096ca19426c authored over 1 year ago
fix: shouldn't always apply react refresh plugin (#4194)

* fix: shouldn't always apply react refresh plugin

* update test

github.com/web-infra-dev/rspack - e03049997f818d0cbee1bc06a71e0cf2b148acc7 authored over 1 year ago
refactor: public path runtime module (#4193)

* refactor: public path runtime module

* refactor: public path runtime module

github.com/web-infra-dev/rspack - 135d8608bc4f000e42b85c87ff777343c23e9cf5 authored over 1 year ago
chore: 🤖 generat webpack based tree shaking test snapshot. (#4186)

* chore: 🤖 generate new snap

* chore: 🤖 update

* chore: 🤖 update snapshot

* chore: 🤖 diff

* ...

github.com/web-infra-dev/rspack - 5fd80076ecc132bad4e88734ddcc3df30f76d005 authored over 1 year ago
Release Packages:0.3.4 (#4189)

Reelase Packages:0.3.4

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply...

github.com/web-infra-dev/rspack - a1ebe52537c422dd3e75efd236e6a9ca80fb8245 authored over 1 year ago
feat: add boolean type for builtins.html[0].inject (#3771)

* feat: add boolean type for builtins.html[0].inject

* refactor

* fix

* fix

---------

Co-au...

github.com/web-infra-dev/rspack - 7aa8e477551b510123f66ab83da6519109d6bab0 authored over 1 year ago
fix: perf regression caused by optimizeTree hook (#4185)

* fix: perf regression caused by optimizeTree hook

* fix

github.com/web-infra-dev/rspack - 80d153f1c1cc2d746da09e8bbb0dabdd4c90979d authored over 1 year ago
Release Packages:0.3.3 (#4172)

Reelase Packages:0.3.3

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply...

github.com/web-infra-dev/rspack - c073f03d2d3bda6a6376725435a926175e704df4 authored over 1 year ago
feat: add externalsPresets webAsync target support (#4184)

github.com/web-infra-dev/rspack - b823393d335140cd737b2edb080dbb6f231bee4f authored over 1 year ago