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(angular): adding initial support (#3009)

* chore: 🤖 init

* chore: 🤖 compatible webpack

* chore: 🤖 change to esm

* chore: 🤖 ignore the ...

github.com/web-infra-dev/rspack - f44d6c8d4c955df13437a55a84215257304692d1 authored almost 2 years ago
refactor(houseclean): split css plugin, parser and generator into different folders (#3049)

github.com/web-infra-dev/rspack - 9121ad2e4321200a489fef51bf98f4bfda521033 authored almost 2 years ago
refactor(houseclean): split js plugin, parser and generator into different folders (#3048)

* refactor(houseclean): split js plugin, parser and generator into different folders

* Rename f...

github.com/web-infra-dev/rspack - 9596e4bc2afe77a9f90526d3d8d07f65ec910ca3 authored almost 2 years ago
ci: make pr and main use the same CI workflow (#3003)

github.com/web-infra-dev/rspack - 749e8d8ad50c9534335657cbef9a1ed0aad5e641 authored almost 2 years ago
feat(new_split_chunks): support `id_hint` internally (#3041)

github.com/web-infra-dev/rspack - e2e417dc70da7b290ac6824cbc338a5c413288d2 authored almost 2 years ago
refactor(new_split_chunks): use `RspackRegex` (#3040)

refactor(new_split_chunks): use `RspackRegex

github.com/web-infra-dev/rspack - 9f36bb60bca885fe43ca2b03857649c829a37628 authored almost 2 years ago
chore: 🤖 refactor before resolve (#3036)

* chore: 🤖 refactor before resolve

* chore: 🤖 revert file

* chore: 🤖 move to another file

* c...

github.com/web-infra-dev/rspack - 7e10306c98cea48a22fa3fd8c1b67aea9b3111bc authored almost 2 years ago
refactor(rust): add more restriction clippy rules (#2974)

relates to #2855

github.com/web-infra-dev/rspack - 054cc3e909313adc477f7943d89b5beba67f88fc authored almost 2 years ago
feat: optimization.realContentHash (#2984)

github.com/web-infra-dev/rspack - 04daf09cd0bc2c88a5f3c0d93b887fc842253428 authored almost 2 years ago
feat(rust): add output.sourceMapFilename core (#3005)

feat(rust): add output.sourceMapFilename api

github.com/web-infra-dev/rspack - bc43c7c3258fee43636aad231975a6106796bebf authored almost 2 years ago
test(split_chunks): Migrate `test/configCases/split-chunks-common` of Webpack (#3018)

* test(split_chunks): Migrate test/configCases/split-chunks-common of Webpack

* Comment unsuppo...

github.com/web-infra-dev/rspack - fc69d2bdf2352dd11699de57bc9891244951f096 authored almost 2 years ago
chore: 🤖 add alias cargo test no fail fast (#3032)

github.com/web-infra-dev/rspack - 4ce6944f5cbe1a9343b96645a51f2f02971979ad authored almost 2 years ago
feat(module factory): add before_resolve hook (#2940)

* save code

* done

* fix: test

* fix: merge

* add git ignore

* fix: bug

* add type defined...

github.com/web-infra-dev/rspack - bfa16df3b5b4ace913960aa27f29fdf81c082386 authored almost 2 years ago
perf(split_chunks): use `intersection` instead of `union` (#3033)

* perf(split_chunks): use `intersection` instead of `union`

* Typo

github.com/web-infra-dev/rspack - d0004afdc1f8251d06e0cf40c7f541de4b5e2e94 authored almost 2 years ago
feat: allow to pass `false` to `splitChunks.name` and `splitChunks.{cacheGroup}.name` (#3029)

* feat: allow to pass `false` to `splitChunks.name`

* Apply for {cacheGroup}.name

github.com/web-infra-dev/rspack - eaa1d60d0c5f9eaf1a9a1f5256771b32950e7bf5 authored almost 2 years ago
refactor(chunk_graph): split methods of `ChunkGraph` into different files (#3031)

refactor(chunk_graph): split methods of into different files

github.com/web-infra-dev/rspack - 525f2a6fe31658b23431cbb9685b7c79cae47c37 authored almost 2 years ago
refactor: remove dependency parent module identifier (#3024)

github.com/web-infra-dev/rspack - 1d76fecded084fc09754c00b246ed0a74882d64d authored almost 2 years ago
feat: simple normal module hook (#2446)

* chore: 🤖 init

* chore: 🤖 compatible webpack

* chore: 🤖 change to esm

* chore: 🤖 ignore the ...

github.com/web-infra-dev/rspack - 1ba65a7b49e19e62b9a09fdce26f83d9968133ee authored almost 2 years ago
fix(core): compatible with stats.version (#3016)

fix(core):compatible with stats.version

github.com/web-infra-dev/rspack - d6f99f9ab2db1f651dc90cecf21fc35b7ecdb64d authored almost 2 years ago
refactor: external module for http request (#3023)

* refactor: external module for http request

* update snap

* fix

github.com/web-infra-dev/rspack - f4c1f8d29a2823b6eee17a2dc133f72ad3bdfe07 authored almost 2 years ago
feat(new_split_chunks): support `splitChunks.name` (#2955)

* test(split_chunks): migrate split-chunks-common/simple

* Support `splitChunks.name`

* Add te...

github.com/web-infra-dev/rspack - ff85ce8f90dfdb3faacb853458723686d8da24da authored almost 2 years ago
feat: support inline match resource (#3017)

* feat: support inline match resource

* test: add match resource test

* chore: clippy

* chore...

github.com/web-infra-dev/rspack - 3abb2fc035cbd7c2655e75787c9dbfb9c0252cb1 authored almost 2 years ago
chore: link to rspack-dev-guide and make content more general in CONTRIBUTING.md (#3020)

chore(CONTRIBUTING.md): link to rspack-dev-guide and make content more general

github.com/web-infra-dev/rspack - e5f606e2b6d2cefc4a06f0fc937cc2366d29726e authored almost 2 years ago
chore(rust): bump sass-embedded and remove protobuf requirement (#3021)

github.com/web-infra-dev/rspack - f6ca001fe31b9047bf57db578b0db499a1be9a34 authored almost 2 years ago
feat(new_split_chunks): support `splitChunks.{cacheGroup}.minSize` (#3015)

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

* changeset

github.com/web-infra-dev/rspack - 2d9e5c26cd9a5650f6b1ffdeea71c97c35b44e49 authored almost 2 years ago
fix(core): fix require(`./xxx/xx.js`) failed (#3014)

fix(core): fix require() failed

github.com/web-infra-dev/rspack - 66bca54f83a6f5619df09bba39f20cc2024f37a2 authored almost 2 years ago
fix: circular dependencies rebuild panic (#3001)

* fix: circular dependencies rebuild panic

* add changeset

* test: add test case for hmr circu...

github.com/web-infra-dev/rspack - ada51e2fff088ee45d088fc288e06618c9c1b6fb authored almost 2 years ago
chore: 🤖 recover check on save (#3013)

chore: 🤖 recover check onsave

github.com/web-infra-dev/rspack - 19072574ec85d353881019c1da24a9c1e595e873 authored almost 2 years ago
chore: 🤖 bump napi cli (#3008)

* chore: 🤖 bump napi cli

* chore: 🤖 update lock

* chore: 🤖 changeset

* chore: 🤖 compatible wi...

github.com/web-infra-dev/rspack - c0e550b5a0f8753326f1272a0fb2759c8a143309 authored almost 2 years ago
chore: make release profile the same for Cargo.toml and node_binding/Cargo.toml (#3004)

github.com/web-infra-dev/rspack - 8c0f855aa01199ab430350d19a2dd15073868938 authored almost 2 years ago
ci: remove manual symbol stripping from build steps (#3007)

github.com/web-infra-dev/rspack - 45900d08a7e87fa429b82c73cda3827b96cab882 authored almost 2 years ago
chore: fine grained tracing (#3002)

* chore: 🤖 init

* chore: 🤖 tracing

* chore: 🤖 finish basic tracing filter

* chore: 🤖 remove c...

github.com/web-infra-dev/rspack - 11c97ad1377afb621f1a327edfe7fd19dde0caea authored almost 2 years ago
feat(rspack): add ignoreWarnings option (#2987)

* feat: ignoreWarnings
- [x] add `ignoreWarnings` option in rspack options schema

* feat: ignor...

github.com/web-infra-dev/rspack - bce8523967356af450f034679faf0cc11a2579a0 authored almost 2 years ago
chore: add add loader_name to loader_sync_call in trace (#2999)

github.com/web-infra-dev/rspack - cc635e997aa78e6f342883b61ec815f2c6647379 authored almost 2 years ago
fix: entry startup for target node (#3006)

github.com/web-infra-dev/rspack - b452de5664b5f92867383237168303f9b4e31534 authored almost 2 years ago
feat(new_split_chunks): support `reuseExistingChunk` (#3000)

* feat(new_split_chunks): support `reuseExistingChunk`

* Fix

* Fix

github.com/web-infra-dev/rspack - e5d33eb7c547ecfe6ca3e7afa0ee006785c6627e authored almost 2 years ago
fix: add entry startup to fix async script chunk loading (#2966)

github.com/web-infra-dev/rspack - c56757134098c4cbc7c3c08d994eef50eae9c2e6 authored almost 2 years ago
chore: remove clap (#2967)

* chore: 🤖 remove clap

* chore: 🤖 reduce clap

* chore: 🤖 clippy

* chore: 🤖 resolve conflict

...

github.com/web-infra-dev/rspack - 7fb3dd92344a4bb4f0fd03257a4128d31fe1d9e1 authored almost 2 years ago
feat(x.mjs): add `x clean` command (#2980)

feat(x.mjs): add `x clean` along with `x clean node` and `x clean rust` commands.

github.com/web-infra-dev/rspack - aa32a9721294110ecd9956f77ade60a84e8cbc81 authored almost 2 years ago
test(split_chunks): add test of extract-css-to-single-chunk (#2996)

* test(split_chunks): add test of extract-css-to-single-chunk

* fix

github.com/web-infra-dev/rspack - f75eb7be9778f01f4a7a6257f18a4461cd07a402 authored almost 2 years ago
chore: add node shims example (#2997)

github.com/web-infra-dev/rspack - aa0c6942a0ae79d666857979c385fd6aad633495 authored almost 2 years ago
refactor(core): use directory for chunk_graph module (#2998)

github.com/web-infra-dev/rspack - 9b6aaa966ad8e522ed1cf13cebe1f9e5eea6727d authored almost 2 years ago
docs: pnpm install command fix based on engine (#2992)

github.com/web-infra-dev/rspack - 2dcdbe832e905a07a50c715752ff1ea9a4e2af78 authored almost 2 years ago
feat(terser): expose terser options (#2983)

feat(terser): expose terser options: mangle, keep_classnames and keep_fnames

github.com/web-infra-dev/rspack - 71a6275769ed9acc8e11f7f68c1d2b201af0aaad authored almost 2 years ago
fix(react-hmr): inject the runtime global function (#2977)

* fix: react hmr

* Apply fix

* Apply fix

github.com/web-infra-dev/rspack - 71fc41783110cedb8fae51a979c4791d6b296fe2 authored almost 2 years ago
feat(create-rspack): add template react-ts (#2963)

github.com/web-infra-dev/rspack - 2fe8c47712d9dcb51569b843cbc51e1bf220d7a2 authored almost 2 years ago
chore: 🤖 disable css erorr (#2964)

* chore: 🤖 disable css erorr

* chore: 🤖 update snapshot

github.com/web-infra-dev/rspack - c29e72a3a0bcdc03b9bbb92713a749d93b5a36bc authored almost 2 years ago
refactor(split_chunks_new): asyncify `prepare_module_group_map` (#2975)

* refactor: make name a getter

* Fix clippy

github.com/web-infra-dev/rspack - aed51539871f307f58a60747981cd328d42d5581 authored almost 2 years ago
refactor: extract comments (#2970)

* chore: 🤖 init

* chore: 🤖 refactor extract comments

* chore: 🤖 recover main scripts dir

* re...

github.com/web-infra-dev/rspack - ece4e8b692be55cc4d043712666439f412c1e967 authored almost 2 years ago
ci: 🎡 trigger test when examples change (#2971)

ci: 🎡 enable test ci when examples change

github.com/web-infra-dev/rspack - c52a6de56e47703575c092177e986bb22c71c7ed authored almost 2 years ago
chore(rust): bump dependencies (#2968)

relates to #2855

github.com/web-infra-dev/rspack - 8cfd541ad405596f4746736e838e002a94e32756 authored almost 2 years ago
refactor(plugin): asyncify `optimize_chunks` hook (#2958)

github.com/web-infra-dev/rspack - 92545fbc86fe8a639c1f7e1e581d1a7da3692d16 authored almost 2 years ago
fix: Fix type checking in config examples (#2965)

* Fix type checking in config examples

* Update rspack.config.js

github.com/web-infra-dev/rspack - fe6d564c783079bb38a3636d45ca316d00031a53 authored almost 2 years ago
refactor: clean up dependencies around swc for improving compile time (#2962)

refactor: clean up dependencies around swc for improving compile time

github.com/web-infra-dev/rspack - 411a2a25c9370253009022ee8eb5f204c3ff1ef2 authored almost 2 years ago
fix: 🐛 unexpected export warning (#2959)

github.com/web-infra-dev/rspack - 18dbdb48282cf99d601d838b3b95d809f7e6edb6 authored almost 2 years ago
feat: support minifyoptions extract comments (#2882)

* chore: init

* feat: support regex match

* chore: clear comments in minimized file

* chore: ...

github.com/web-infra-dev/rspack - 2bb2bcd67e61e3a0ad50b6a9034e282e9b186ad6 authored almost 2 years ago
feat(new_split_chunks): support `splitChunks.minSize` (#2954)

* feat(new_split_chunks): support `splitChunks.minSize`

* Fix clippy

* Changeset

github.com/web-infra-dev/rspack - 088220b358c9b287935ffa82114a8fa804d14444 authored almost 2 years ago
feat: asset resource side effects (#2849)

* chore: 🤖 ck point

* chore: 🤖 init include_module_ids

* chore: 🤖 update test

* chore: 🤖 upda...

github.com/web-infra-dev/rspack - f297df4f74c7ec4000d258f3fd5e0a5da697e236 authored almost 2 years ago
chore: setup ./x script using zx (#2933)

chore: setup ./x script using `zx`

relates #2915

github.com/web-infra-dev/rspack - 43276d25539abd7955e7062fbc924c71a06aaf6c authored almost 2 years ago
fix(resolve): relative path resolve bug (#2952)

* fix(resolve): relative path resolve bug

* doc: add changeset

github.com/web-infra-dev/rspack - f609f7a407e88a157342c415312403c36ce9d53e authored almost 2 years ago
refactor(new_split_chunks): remove unused code and add more comments (#2947)

github.com/web-infra-dev/rspack - 5e07ddd667a1c702a4089669cf24741b6ee505fa authored almost 2 years ago
fix: :bug: use unknown module type in SWC (#2406)

* chore: bump-swc

* feat: parse script

* fix(visitor): handle script strict mode

* chore: upd...

github.com/web-infra-dev/rspack - abf788a0fae86932df5832539ab30673df6dd49f authored almost 2 years ago
feat: add comments in module code generation (#2893)

* feat: add comments in module code generation

* feat: add builtins.codeGeneration.keepComments...

github.com/web-infra-dev/rspack - e764de62c21615380b6063ac3f16e74d6f9b165f authored almost 2 years ago
fix: hash chunkLoadingGlobal (#2946)

* fix: hash chunk_loading_global

* fix: add changeset

github.com/web-infra-dev/rspack - 5b33c94d30ebe151b939b45bb76e33ad76f81f35 authored almost 2 years ago
fix: cannot reading `noEmitAssets` (#2942)

* fix: multiCompiler on dev server

* chore: changeset

github.com/web-infra-dev/rspack - cafa227d6a39f9ba878dd43095f1e312efdd9daf authored almost 2 years ago
feat: add compatible compilation.modules (#2932)

* feat: add compatible compilation.modules

* chore: 🤖 compatible identifier

* chore: 🤖 update ...

github.com/web-infra-dev/rspack - c68407510918b3a79a80f5a9c014cde1218ef807 authored almost 2 years ago
fix: should not reset `is_founded` in `ReactRefreshUsage` (#2939)

* fix: react refresh usage finder

* fix: add changeset

* fix: add test

* fix: react refresh u...

github.com/web-infra-dev/rspack - 4e25fafa1cf76492c89bacedb3efebbc79001cf8 authored almost 2 years ago
fix: require.resolve(Weak) should eval to true in if stmt test expr (#2935)

* fix: require.resolve(Weak) should eval to true in if stmt test expr

* fmt

github.com/web-infra-dev/rspack - 3dc03b8c842fe5f5f1c68ff6391dbb8a0a1a5772 authored almost 2 years ago
feat(cli): add --entry flags (#2902)

* feat: add --entry flags

* chore: changeset

* chore: update test

github.com/web-infra-dev/rspack - d7bcdeb136acf765c432e948798600321e7536a9 authored almost 2 years ago
fix: add missing `newSplitChunks` in schema.js (#2934)

fix: add in schema.js

github.com/web-infra-dev/rspack - fb7802ae3525c3052ed056250966039252cfd7ce authored almost 2 years ago
feat: support experiments.css (#2930)

github.com/web-infra-dev/rspack - 2747b7cb4a54353919808d6e21b67090248eba5e authored almost 2 years ago
chore: add eslint support (#2904)

* chore: add eslint support

* fix: fix rebuild panic when tap watchRun hook

* chore: add chang...

github.com/web-infra-dev/rspack - 8d0cba4993b0512ac17c079ac0137a7eb68dc8f9 authored almost 2 years ago
chore(rust): bump rustc to v1.69.0 (nightly-2023-04-20) (#2903)

github.com/web-infra-dev/rspack - ee33a5f90f821369b1f14a1280946b51425d6613 authored almost 2 years ago
fix: benchmark CI failed. (#2928)

fix: 🐛 ci failed

github.com/web-infra-dev/rspack - e03819c7a0a64becb6e42a995468651df2161876 authored almost 2 years ago
chore: add hmr for loader example (#2925)

github.com/web-infra-dev/rspack - c4a32636e24a5372094fb37d7dcacca21acd1177 authored almost 2 years ago
chore: release v0.1.9 (#2926)

Release v0.1.9

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

github.com/web-infra-dev/rspack - 73841c5a19408fa788bb263a38ecfd718ea02a0e authored almost 2 years ago
feat: enable compression and cache with `noEmitAssets: true` (#2907)

* feat: enable compression and cache with `noEmitAssets: true`

* Fix test

* Tweak log

github.com/web-infra-dev/rspack - 5288daddb6d624f308a71df0933dffd9835f01f6 authored almost 2 years ago
fix: HMR scanner should only visit dependencies related to HMR (#2911)

fix: fix hmr scanner

github.com/web-infra-dev/rspack - b0fdf82d58755d52ff2770530025210b7a3eec8d authored almost 2 years ago
feat(@rspack/core): add typings about `LoaderDefinition` (#2908)

feat: add typings about `LoaderDefinition`

github.com/web-infra-dev/rspack - 8ebae6f0ea75b59632e2e90a7ef13c0533cb0bcb authored almost 2 years ago
feat: external module render with node-commonjs & module (#2906)

* feat: external module render with node-commonjs & module

* fix: add changeset

github.com/web-infra-dev/rspack - 6cc3076766d6e9364082bb814b7385a9cbc39457 authored almost 2 years ago
feat: require.resolve and require.resolveWeak for string literal (#2888)

* almost finish

* fix context weak

* add test

* add changeset

* lint

github.com/web-infra-dev/rspack - e2647bbc5985243f435961a10a468ce90d5086d1 authored almost 2 years ago
fix: fix loader arguments (#2898)

github.com/web-infra-dev/rspack - 5eafdffb3d5501e9c8ab10755272b022f6d566c3 authored almost 2 years ago
chore: add more examples (#2896)

* chore: add perfsee & polyfill example

* chore: add css-loader&style-loader example

github.com/web-infra-dev/rspack - ac3764acbf3e260c5878a4da78917aba3a35df07 authored almost 2 years ago
perf: compose loaders on the native side (#2894)

* refactor: compose loaders on the native side

* perf: passthrough for a single loader

* chore...

github.com/web-infra-dev/rspack - 820c029d6e709fff901540a0e9fb6bda543c69fc authored almost 2 years ago
chore: 🤖 bump napi retry (#2784)

* chore: 🤖 bump napi retry

* chore: 🤖 use main cargo.toml

* chore: minimum change

* fix: 🐛 sy...

github.com/web-infra-dev/rspack - 01f124179f17e06a8566cd1b834cba719c15b1fe authored almost 2 years ago
feat: 🎸 compiler. getCache (#2892)

* feat: 🎸 getCache

* chore: 🤖 changeset

github.com/web-infra-dev/rspack - 7c26a2d4f371060e3de989eb246244f8bd11689c authored almost 2 years ago
chore: prettier example code (#2889)

* chore: use external to handle nestjs bundle

* chore: prettier example

github.com/web-infra-dev/rspack - 4e710d912e61dffb0f78fb102012f4652f7ee513 authored almost 2 years ago
feat: support inline loader (#2867)

* feat: init inline loader

* chore: cleanup

* fix: resolve context

* refactor: rename resolve...

github.com/web-infra-dev/rspack - 61d6e5d6342a0d7ef2c00997500207f5ffa5434a authored almost 2 years ago
chore: fix `make-threejs10x.js` script (#2887)

github.com/web-infra-dev/rspack - 73b44b253e38192011003f3d5d117564cc775d74 authored almost 2 years ago
fix(resolve): delay the directory check in exportsFieldPlugin (#2883)

github.com/web-infra-dev/rspack - bc820a4a05c5a4ae689d87ded574adfd2058ff97 authored almost 2 years ago
chore: fix peerDep of rspack-plugin-html (#2876)

* chore: fix peerDep of rspack-plugin-html

* chore: add changeset

github.com/web-infra-dev/rspack - 0e23d7232959c0a9c779d4ce5108f03bde878b8a authored almost 2 years ago
fix: optimize tree shaking swc/helpers (#2871)

* chore: 🤖 fix

* feat: add some dbg helper

* fix: 🐛 I think the bug is fixed

* chore: 🤖 remov...

github.com/web-infra-dev/rspack - 5394c0eb0a5c293355c3d0a81be48dc90c921e97 authored almost 2 years ago
chore: should exit if the exitCode is not zero at `check_changeset.js` (#2880)

github.com/web-infra-dev/rspack - 043b9ffa14b123d1bb4733982ec5344075c85c78 authored almost 2 years ago
refactor: Make `check_changeset.cjs` ESM and use ZX (#2878)

* refactor: Make check_changeset.cjs ESM and use ZX

* Fix

github.com/web-infra-dev/rspack - 632a8967a77a3bb22ab1849b10876e7fb9e5ff93 authored almost 2 years ago
feat: add moduleAssets for stats (#2864)

* stats-module-assets

* add changset

* fmt

* fmt

github.com/web-infra-dev/rspack - bc658938bb431ca6c2a73b5e0b55318ac93dde5c authored almost 2 years ago
perf: bailout if possible and ignore AstNode of type in `ReactRefreshUsageFinder` (#2875)

perf: Bailout if possible and ignore AstNode of type in `ReactRefreshUsageFinder`

github.com/web-infra-dev/rspack - 8e7774d7fa745d07ebbd45621fb5409297617e66 authored almost 2 years ago
fix: react refresh runtime inject for nest function call (#2874)

* fix: react refresh runtime inject for nest function call

* fix: add changeset

github.com/web-infra-dev/rspack - aee4fdc96c0c74a59267ace81f56cad264fa022e authored almost 2 years ago
refactor: align `starts_with` with the same semantics (#2872)

* refactor: align `starts_with` with the same semantics

* Fix

* Fix

github.com/web-infra-dev/rspack - 5232e3aba23efbf2f9603dafe0a3cd75c40a685c authored almost 2 years ago
fix: remove`.d.ts` from the default `resolve.extensions` (#2861)

fix(all): remove.d.ts from the default resolve.extensions

github.com/web-infra-dev/rspack - 698b67a38ea0144b2c6a8a00004b6fef176ec687 authored almost 2 years ago
feat: support passing function to `externals` (#2866)

* feat: support externals function

* feat: add more args

* fix: test

github.com/web-infra-dev/rspack - 7342a474a3431b6a2e53a385e77fd777323c8a2e authored almost 2 years ago