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: original source should respect to the module type (#3822)

github.com/web-infra-dev/rspack - a671b3db07e90d8a3dd666abacba170a534a42b0 authored over 1 year ago
fix: react refresh false shouldn't inject react refresh runtime (#3817)

github.com/web-infra-dev/rspack - 243eaad3425af793dd0d0db791e8dd7ee5234c83 authored over 1 year ago
feat: implement statsFactory and simplified DefaultStatsFactoryPlugin (#3805)

* feat: add DefaultStatsFactoryPlugin

* feat: support extract asset & chunk

* fix: add test case

github.com/web-infra-dev/rspack - fb35af1d6981cf611855567f6b773317671714af authored over 1 year ago
fix: fix css semicolon replacement (#3804)

* fix: fix css semicolon replacement

* feat: minimizing css

* test: update test cases

github.com/web-infra-dev/rspack - 6b3e14818ae2e4db2cc34c46a7ef620ebbb3db78 authored over 1 year ago
chore: remove rspack_build (#3806)

This is no longer used.
Removing this should also reduce compilation speed because this crate
co...

github.com/web-infra-dev/rspack - 7d28a3aa9f70cbdf6cb351a82561fcd8ffc35637 authored over 1 year ago
fix: react class component hmr (#3801)

* fix: react class component hmr

* fix: e2e

github.com/web-infra-dev/rspack - 49a3b70b83c1d65d79c48197757766f0b4adbacb authored over 1 year ago
ci: split `cargo check` and `cargo test` into two jobs (#3807)

github.com/web-infra-dev/rspack - 524bb4c875e44e0a4d6c319e9308ee7bc14ad2c9 authored over 1 year ago
feat: nested import tree shaking (#3800)

* chore: 🤖 init

* chore: 🤖 remove comment

* chore: 🤖 add usage

* chore: 🤖 temp alright

* cho...

github.com/web-infra-dev/rspack - e7b892e5aeb516973e51dc068528066f396b2980 authored over 1 year ago
feat(packages/rspack): add version check for binding (#3717)

* chore(packages/rspack): add version check for binding

* feat: optimize version check

* chore...

github.com/web-infra-dev/rspack - 777859408e6d84d67a86464c877148101d1c6e34 authored over 1 year ago
fix: shorthand filed symbol unsed (#3797)

github.com/web-infra-dev/rspack - 14edf78e6d3558fcd7e321b14f4324bf953ad1d1 authored over 1 year ago
chore: enable some runtime & context module webpack test (#3796)

github.com/web-infra-dev/rspack - 4b21615a0067a5f5e81177571ad564bab05b05f9 authored over 1 year ago
feat: support stats option "source" (#3682)

* support stats source

* add test cases

* add test cases

* save code

* chore: fix clippy com...

github.com/web-infra-dev/rspack - db01c3ef09b32c542a9c7bf9b98dacfb5ede6069 authored over 1 year ago
fix: tree shaking with a cyclic reference (#3789)

* chore: 🤖 circle reference

* chore: 🤖 fix

* chore: 🤖 update

* chore: 🤖 update

* chore: 🤖 up...

github.com/web-infra-dev/rspack - 45511e31532027057d011e638ab6a642d3c1d513 authored over 1 year ago
fix: compilation hash should hash hot index to avoid hmr loop (#3794)

* fix: compilation hash should hash hot index to avoid hmr loop

* fix: add test

github.com/web-infra-dev/rspack - 4a6f3508825562791c3047080908e1c1caa3d1e6 authored over 1 year ago
chore: bump swc version (#3791)

github.com/web-infra-dev/rspack - d0e5f05f73f776acd657746031835705dcdf09a5 authored over 1 year ago
chore: support passing ref to reusable build (#3793)

github.com/web-infra-dev/rspack - f414bbc6d0c2a3f6531cf0f4fdd88ee0adc19499 authored over 1 year ago
chore: fix canary release (#3792)

github.com/web-infra-dev/rspack - b87f4d04ac556ec808f465122455668069118613 authored over 1 year ago
fix: check symbol used (#3790)

github.com/web-infra-dev/rspack - c17279beffb9f187ca1f786ff15a2d4078d7daf4 authored over 1 year ago
feat(core): add test/include/exclude options to builtins.minifyOptions (#3775)

* feat(core): add test/include/exclude options to builtins.minifyOptions

* feat(core): add test...

github.com/web-infra-dev/rspack - 474e7dc26bc882286af4fb9de25bcdf343b0c0b4 authored over 1 year ago
feat(splitChunks): support `splitChunks.{cacheGroup}.idHint` (#3783)

* feat(splitChunks): support `splitChunks.{cacheGroup}.idHint`

* Fix test

github.com/web-infra-dev/rspack - a176d8ebe8a705a6a7915274a8a32c5e4eb986fe authored over 1 year ago
Release Packages:0.2.8 (#3787)

Release Packages:0.2.8

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

github.com/web-infra-dev/rspack - ccb90465d3706b2062bc27278ac53c1395112276 authored over 1 year ago
fix(core): Typo in html builtins types (#3786)

github.com/web-infra-dev/rspack - ac18c2e8d42b6ce7181f18976f883bcf212668e7 authored over 1 year ago
ci: release canary without debug mode because binary size is too big to upload (>1G) (#3788)

github.com/web-infra-dev/rspack - a464c8fc70282b2f614b2f867ab14fbef46c8971 authored over 1 year ago
fix: hmr should work for inject css link to body (#3782)

* fix: hmr should work for inject css link to body

* fix: add e2e

* fix: add e2e

github.com/web-infra-dev/rspack - ddcfe74aee41e892a8a22ad34776e470e5d024f8 authored over 1 year ago
fix: export named as code generation with tree shaking. (#3781)

* chore: 🤖 init

* chore: 🤖 main

* chore: 🤖 export named

* chore: 🤖 recover

* chore: 🤖 update...

github.com/web-infra-dev/rspack - 51717e5fd432e90eccb8b649ab84af94d4e0f0d3 authored over 1 year ago
chore: fix remove sourcemap not working in release package (#3778)

github.com/web-infra-dev/rspack - aee8aa4335f676a9fdceda21f6eb8668f450e77a authored over 1 year ago
fix: avoid rspack_plugin_ensure_chunk_conditions loop (#3779)

github.com/web-infra-dev/rspack - 3a596ad7c99da8ca2dc46e9ce96b239a457d548f authored over 1 year ago
feat: support ensure_chunk_conditions_plugin (#3502)

* code layout

* done

* fix: condition

* fix: clippy

* fix: bug

* Update lib.rs

* fix: add ...

github.com/web-infra-dev/rspack - 4f444f4f4be20543e741a438c99d6ea5feba436f authored over 1 year ago
chore: disable missing export warning (#3769)

* chore: 🤖 init

* chore: 🤖 lint

* chore: 🤖 update snap

github.com/web-infra-dev/rspack - 9cebc956f36948eae8f51104c2de8e7d8d68ab1a authored over 1 year ago
chore: better unused debug info (#3772)

* chore: 🤖 better debug info

* chore: 🤖 update doc

* chore: 🤖 update

* chore: 🤖 lint

* chore...

github.com/web-infra-dev/rspack - 3d8ed03e4081fb256f8f515ed8e5680d0eff1b62 authored over 1 year ago
Release Packages:0.2.7 (#3768)

Reelase Packages:0.2.7

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

github.com/web-infra-dev/rspack - 0a35d7ab3d7ba4d0297d882db0ff07a63135c765 authored over 1 year ago
fix: react refresh module id (#3763)

* fix: react refresh module id

* test?

* use quote and add test

* rm

* ..

* ,,

* more test

github.com/web-infra-dev/rspack - 6f5c91462f1b1d6e885378f71a283101649342b4 authored over 1 year ago
chore: add @ScriptedAlchemy to Rspack core (#3758)

github.com/web-infra-dev/rspack - 02f313b19605503663d3bafb4d52484e4e5bbe96 authored over 1 year ago
fix: should escape css url content (#3757)

github.com/web-infra-dev/rspack - 2a3ffb72c5d75378203ad40c9a61db306ec32080 authored over 1 year ago
feat(ast_viewer): support contexting in ast viewer (#3756)

* feat: support contexting in ast viewer

* feat: use esnext

github.com/web-infra-dev/rspack - 064ead4fc3b2a28333352a15af70e7c4d1d1b210 authored over 1 year ago
chore: bump Rust dependencies (#3728)

* deps: bump Rust dependencies

* deps: remove unused dependencies

github.com/web-infra-dev/rspack - 8e73536d0601ab74b3d049c88cfe43ddd106e051 authored over 1 year ago
chore: serialize the graph for better debugging. (#3752)

* chore: 🤖 debug

* chore: 🤖 debug info

* chore: 🤖 update

* chore: 🤖 clean

* chore: 🤖 clean u...

github.com/web-infra-dev/rspack - f8a8df845dafa200564b32eb0f768f5b75c723f5 authored over 1 year ago
Release Packages:0.2.6 (#3750)

Reelase Packages:0.2.6

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

github.com/web-infra-dev/rspack - 795b4a7055bd179ea3ef14da5d37d3c8475f1c95 authored over 1 year ago
refactor: rename `CodeGeneratableDependency` to `DependencyTemplate` for more consistency (#3751)

github.com/web-infra-dev/rspack - 83386c9f1461f11ee6a783f876252708e3a24dd5 authored over 1 year ago
perf: convert to RawSource in devtool to reduce one time source map calculation when convert to JsCompatSource (#3748)

* ok

* Update crates/rspack_plugin_devtool/src/lib.rs

github.com/web-infra-dev/rspack - 8c64ecbeec09eb4e7261b906f647003bb1125fab authored over 1 year ago
fix(rspack_core): context delete file (#3749)

* fix: remove module in context throw not resolve error

* fix: remove module in context throw n...

github.com/web-infra-dev/rspack - d78d1f90c45a5c713f55311241ca8a5afb58e88a authored over 1 year ago
chore: remove version in stats test snapshot (#3746)

fix: remove version in stats snapshot

github.com/web-infra-dev/rspack - 1a3784073aa44045a73e14db4071237562fc9d9c authored over 1 year ago
test: enable more webpack loader test cases (#3741)

* test: enable more loader test cases

* test: explain the current blockers

github.com/web-infra-dev/rspack - 9ef403b361f1b531b46af38e0f383afab88616cb authored over 1 year ago
chore: release canary with x86_64-unknown-linux-gnu for Cloud IDE (#3730)

github.com/web-infra-dev/rspack - 73c5e58794667baf122a84b7f655c88da9c89946 authored over 1 year ago
chore: temporary comment worker e2e (#3743)

chore: ci happy

github.com/web-infra-dev/rspack - bb56726ab15643fdc916f92a5ebc7d553bc8161c authored over 1 year ago
fix: __nested_webpack_require_ (#3742)

github.com/web-infra-dev/rspack - 447b82858ce1997ffea3f706e58ba532dc86216b authored over 1 year ago
fix: infer async module for EsmExport dependency (#3739)

* fix: reexport wasm

* enable test

* update lock

* comment

github.com/web-infra-dev/rspack - 2809f22933b89db22047c3625aeaf3594e011c75 authored over 1 year ago
refactor(css): reduce code complexity (#3734)

* refactor(css): 1.reduce code complexity 2.optimize string allocation

* fix test

* fix test

...

github.com/web-infra-dev/rspack - d99010e49fbc9559bc9b5340e3df3d9af31cccbf authored over 1 year ago
fix: react refresh in async entrypoint (#3731)

* wip

* fix: worker with react refresh

* add test

* update snap

* fix rr

* update

* rm

github.com/web-infra-dev/rspack - 0252f1357a1b12f3994bc0ecb00dfd2a7c782ec8 authored over 1 year ago
chore: 🤖 enable tree shaking in bench (#3733)

* chore: 🤖 enable tree shaking in bench

* chore: 🤖 use tab

github.com/web-infra-dev/rspack - 32a028033902931b5509c242d7687f4be172fb37 authored over 1 year ago
feat(rspack_plugin_css): add css/auto same as webpack (#3727)

* fix(rspack_plugin_css): add css/auto same as webpack

* fix(rspack_plugin_css): add css/auto s...

github.com/web-infra-dev/rspack - 7e5139a4b4fc165499392068b143b1fcce299547 authored over 1 year ago
feat: implement statsPrinter hook and DefaultStatsPrinterPlugin (#3722)

* feat: implement statsPrinter hook

* fix: use formatted error

* fix: update lock

* fix: vers...

github.com/web-infra-dev/rspack - 0acf4bbd2c5f38f427bb5ab86c425b82a13872a7 authored over 1 year ago
fix: non amd external break amd library (#3725)

* fix: non amd external break amd library

* fix

github.com/web-infra-dev/rspack - b4ceddb5cb5069d577f3d4d792a9ea04bda97605 authored over 1 year ago
feat: support function `Rule.use` (#3621)

* feat: support function use

* chore: update

* chore: config normalize

* chore: ts compatible...

github.com/web-infra-dev/rspack - 617a416c6bebe9659dc65d1c438dfbf4fa23a0ff authored over 1 year ago
feat: update all swc crates (#3721)

* chore: move swc_plugin_import to this repo

* feat: update swc

github.com/web-infra-dev/rspack - db1be92d3a06525ad249ade8815032a1f2573750 authored over 1 year ago
refactor: use bit flags insert for RuntimeGlobals (#3719)

* refactor: use bit flags insert for RuntimeGlobals

* chore: remove unused test

github.com/web-infra-dev/rspack - 4aff4365973985713084e89c04a293d6ef421ba7 authored over 1 year ago
refactor: set dependency id at dependency init (#3683)

* refactor: set dependency id at init dependency

* fix: test

* refactor: dependency id

github.com/web-infra-dev/rspack - d579adc0ae8e087876f494acf740a6cce6389df4 authored over 1 year ago
chore: 🤖 revert file name generate logic (#3716)

* chore: 🤖 revert file name generator logic

* chore: 🤖 update snap

github.com/web-infra-dev/rspack - 3f15be6e3df3ea377e8baa7ebc16a260b8b29171 authored over 1 year ago
fix(rspack_plugin_html): favicon behavior when using absolute file path (#3700)

* fix(rspack_plugin_html): favicon behavior when using absolute file path

* fix(rspack_plugin_h...

github.com/web-infra-dev/rspack - 3ae87d3b3bcfdef2e7a8f3baf1c2c488ac4fab53 authored over 1 year ago
fix: worker HMR (#3711)

* fix: worker HMR

* ok

* revert

github.com/web-infra-dev/rspack - cecf9307db4ccaf280c123d37f82f7a4921e93b5 authored over 1 year ago
refactor(util): 1.better string concat performance 2.reduce code complexity 3.add comments (#3714)

refactor: 1.better string concat performance 2.reduce code complexity 3.add comments

github.com/web-infra-dev/rspack - 8da574ecdf5df1fedabe2c55f9e7e15a176c99f6 authored over 1 year ago
ci: remove setup-zip because it is no longer needed (#3712)

github.com/web-infra-dev/rspack - f8868fc43543786656d35d14b9bed9a56e8ea471 authored over 1 year ago
chore: fix jest hastle warning (#3696)

github.com/web-infra-dev/rspack - cd1e5c1c6ec09962fe415a6c9b6f355c3b311050 authored over 1 year ago
chore: better format of webpack_exports.d (#3709)

* chore: 🤖 update

* chore: 🤖 update snapshot

* chore: 🤖 update snap

github.com/web-infra-dev/rspack - 7886e38d06348690125989d6ea243e29b3ca4da4 authored over 1 year ago
fix: replace module refrence or __webpack_module__ to module argument (#3708)

* fix: replace module refrence or __webpack_module__ to module argument

* fix: test

github.com/web-infra-dev/rspack - b38da286610d118bfa24768def49fba16d0b08ee authored over 1 year ago
fix: `chunkhash` should be available in chunk context (#3710)

* fix: fix chunkhash in chunk context

* test: add test

github.com/web-infra-dev/rspack - 0b943308f2905900c2335abbf227be1a96d016a1 authored over 1 year ago
fix(minifier): fix minifier options difference between minifications (#3697)

* fix(minifier): fix minifier options difference between minifications

* fix: windows test

github.com/web-infra-dev/rspack - 0b135b9d8f7debd0ab1a71e3ae18b96f7b340cf2 authored over 1 year ago
fix: worker chunk looses runtime modules in incremental rebuild (#3703)

fix: worker chunk looses runtime modules in incramental rebuild

github.com/web-infra-dev/rspack - 438629779fa8b5e5732680b1575999336166f77d authored over 1 year ago
feat: support __unused_webpack_module (#3705)

github.com/web-infra-dev/rspack - ceda4ff121d9eeba4860d9e3786d28355648af91 authored over 1 year ago
chore(examples): remove some duplicated files in vue folders (#3698)

github.com/web-infra-dev/rspack - 12834930486293c9612b024e7e45b32f84192f86 authored over 1 year ago
fix(splitChunks): should validate `min_size` of `ModuleGroup` in the each end of round (#3706)

* fix(splitChunks): should validate min_size of `ModuleGroup` in the each end of round

* Clippy

github.com/web-infra-dev/rspack - b90f00f3c8f409b77ad1910bd9837d45e7996f9d authored over 1 year ago
test: banner hash plugin (#3652)

* chore: 🤖 init

* chore: 🤖 recover

* chore: 🤖 recover

* chore: 🤖 hash

* chore: 🤖 update

* c...

github.com/web-infra-dev/rspack - 04d4f07e0b0ad7d9056336e5add95de01d67f97a authored over 1 year ago
fix: resolve worker without extension (#3702)

fix: resolve worker without ext

github.com/web-infra-dev/rspack - 49792a7b3900bebdf13a95a5e2d2c689939eda56 authored over 1 year ago
feat: Disable source maps for rspack core (#3631)

Disable source maps for rspack core

github.com/web-infra-dev/rspack - c4d9a4d9a9adc332b3b9c75e8be258a897fb6a2f authored over 1 year ago
ci: compile dependencies with optimization for faster tests (#3699)

github.com/web-infra-dev/rspack - 5f114b0f68832aaa442e22eab4f65b68884482c2 authored over 1 year ago
Release Packages:0.2.5 (#3692)

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

github.com/web-infra-dev/rspack - b97ef2ef92a0f44aafb107a48c7d7da53ca030bc authored over 1 year ago
chore: increase ci test timeout

github.com/web-infra-dev/rspack - f6027b411278da72fda6d4f70df3b5994bad7d15 authored over 1 year ago
chore: increase test timeout

github.com/web-infra-dev/rspack - 974fec8faf1c9035a0c57e63121701d44bf20b16 authored over 1 year ago
fix: rumtime_stmts => runtime_stmts (#3693)

github.com/web-infra-dev/rspack - 23d00c85d6fc310e91b9561b11e5a0c06c0fa736 authored over 1 year ago
fix: npm package contains default_index.ejs file (#3657)

github.com/web-infra-dev/rspack - 9f0c0e6240213ff8e01951de91d23ff1f21dad9e authored over 1 year ago
fix: output.clean can not remove *.hot-update.js (#3689)

fix: output.clean can not remove hot-update.js

github.com/web-infra-dev/rspack - a5f739f6cb301daa526272f129dc5bfe39432eb8 authored over 1 year ago
fix: use __webpack_exports__ and __webpack_module__ at esm module render (#3687)

* fix: use __webpack_exports__ and __webpack_module__ at module render

* fix: update test

* fi...

github.com/web-infra-dev/rspack - 14795c3d554f57dac457e25bfe95edcae7a9abe0 authored over 1 year ago
chore: uncomment worker example (#3691)

github.com/web-infra-dev/rspack - c76e940bba63c766a3fbc8fdbaa9d05dcbfe92ba authored over 1 year ago
test: add more E2E test case (#3664)

* test(e2e): crossoriginloading case test __public_path__

* test(e2e): rspack fixture set defau...

github.com/web-infra-dev/rspack - b0efa69a5bd9bedb2a96236c0a9a0dd5da46d8e0 authored over 1 year ago
chore: add monaco-editor examples (#3681)

* chore: add monaco examples

* fix

* fix

github.com/web-infra-dev/rspack - 5b2628fc16be7a614a3c7d0cafda5cf3470c47d0 authored over 1 year ago
fix: reexport all as tree shaking (#3663)

* chore: 🤖 init

* chore: 🤖 init

* chore: 🤖 fix

* chore: 🤖 recovegr

* chore: 🤖 lint

github.com/web-infra-dev/rspack - a3c516ac4066240f34b393df162c265c331716ef authored over 1 year ago
fix: panic when using worker with treeShaking enabled (#3668)

* ok

* fix

* rebase

* add comment

github.com/web-infra-dev/rspack - defb7e025cdd01cc47c9cef9461e3d1e3ce1f3eb authored over 1 year ago
chore: fix macro name (#3676)

github.com/web-infra-dev/rspack - b0406caad825cc0a6bf03826ee7aede60627b206 authored over 1 year ago
fix: hoist async or generate anonymous function decl at export decl (#3672)

* fix: hoist async or generate anonymous function decl at export default decl

* refactor: use s...

github.com/web-infra-dev/rspack - c2e3c216818c9eebd39d387590a496ffa0ef73a4 authored over 1 year ago
ci: refactor release-canary (#3669)

* ci: refactor release-canary

* update

* update

* update

* update

* update

* fix test

github.com/web-infra-dev/rspack - d6d6127f9a68ba36b6b7d42867302073ce6ff509 authored over 1 year ago
fix: runtime chunk hash should has full hash (#3670)

github.com/web-infra-dev/rspack - d98dfc0539a00ff92393972597c64df0a38aff59 authored over 1 year ago
feat: support module decorator to give warning for mix harmony-commonjs (#3667)

github.com/web-infra-dev/rspack - 9abbafeb279f9d9f4c065eefbea7e429af847922 authored over 1 year ago
feat: worker support (#3617)

* start

basic support

works

feat: worker options

update example

update

feat: more worker o...

github.com/web-infra-dev/rspack - f3ad8bf2fc9e5f3d37723f6b03f5b2c2153c2d37 authored over 1 year ago
chore: add build html scheme (#3660)

done

github.com/web-infra-dev/rspack - 8f671d6015344f8c8d5778995bd9abdf52e77992 authored over 1 year ago
fix: minimize don't support output target equal "module" (#3659)

done

github.com/web-infra-dev/rspack - 5c57b551987ab2925c97bd65083fb3009c8ad68c authored over 1 year ago
feat: filename per entry (#3662)

* ok

* fix

github.com/web-infra-dev/rspack - c53c852d913a2fbcdeb23c3ced246cac22ea71f1 authored over 1 year ago
chore: update CODEOWNERS.md (#3654)

github.com/web-infra-dev/rspack - 17398d9fcea6d6b97b4ab65df46f066df231adea authored over 1 year ago
fix: enable string replace dependency (#3567)

* chore: add webpack interop test

* fix: migrate custom test

* fix: add more test

* fix: scan...

github.com/web-infra-dev/rspack - d840bc804f5870f1f5aa6e0270e264e5395edf54 authored over 1 year ago
fix(examples/vue): refine module resource matching rule. (#3643)

github.com/web-infra-dev/rspack - e7714a064f7def414c5efd206844d09e5e763193 authored over 1 year ago
feat(config): zod schema for output (#3595)

* feat(config): zod schema for output

* feat: add strictModuleErrorHandling changed

* fix: lib...

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