web-infra-dev
rspack
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
feat: expose moduleGraph.getProvidedExports() to JS API The Rust core already implements `ExportsInfoData::get_provided_exports()` but it was not exposed to the JavaScript plugin API. This adds the NAPI binding and TypeScript wrapper so plugins can query which exports a module provides at build time. Returns `true` (all exports provided, e.g. CJS), `string[]` (specific named exports, e.g. ESM), or `null` (unknown). Closes #14348. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
logonoff:getprovidedexports
2 hours ago
chore: bump swc exp to 0.10.0
06-10-fix/concat
3 hours ago
chore: release version 2.0.8 (#14345) * Release 0.100.8 rspack@0.100.8 rspack_allocator@0.100.8 rspack_binding_api@0.100.8 rspack_binding_build@0.100.8 rspack_binding_builder@0.100.8 rspack_binding_builder_macros@0.100.8 rspack_browserslist@0.100.8 rspack_cacheable@0.100.8 rspack_cacheable_macros@0.100.8 rspack_collections@0.100.8 rspack_core@0.100.8 rspack_error@0.100.8 rspack_fs@0.100.8 rspack_hash@0.100.8 rspack_hook@0.100.8 rspack_ids@0.100.8 rspack_javascript_compiler@0.100.8 rspack_loader_lightningcss@0.100.8 rspack_loader_preact_refresh@0.100.8 rspack_loader_react_refresh@0.100.8 rspack_loader_runner@0.100.8 rspack_loader_swc@0.100.8 rspack_loader_testing@0.100.8 rspack_location@0.100.8 rspack_macros@0.100.8 rspack_napi@0.100.8 rspack_napi_macros@0.100.8 rspack_parallel@0.100.8 rspack_paths@0.100.8 rspack_plugin_asset@0.100.8 rspack_plugin_banner@0.100.8 rspack_plugin_case_sensitive@0.100.8 rspack_plugin_circular_dependencies@0.100.8 rspack_plugin_copy@0.100.8 rspack_plugin_css@0.100.8 rspack_plugin_css_chunking@0.100.8 rspack_plugin_devtool@0.100.8 rspack_plugin_dll@0.100.8 rspack_plugin_dynamic_entry@0.100.8 rspack_plugin_ensure_chunk_conditions@0.100.8 rspack_plugin_entry@0.100.8 rspack_plugin_esm_library@0.100.8 rspack_plugin_externals@0.100.8 rspack_plugin_extract_css@0.100.8 rspack_plugin_hmr@0.100.8 rspack_plugin_html@0.100.8 rspack_plugin_ignore@0.100.8 rspack_plugin_javascript@0.100.8 rspack_plugin_json@0.100.8 rspack_plugin_lazy_compilation@0.100.8 rspack_plugin_library@0.100.8 rspack_plugin_lightning_css_minimizer@0.100.8 rspack_plugin_limit_chunk_count@0.100.8 rspack_plugin_merge_duplicate_chunks@0.100.8 rspack_plugin_mf@0.100.8 rspack_plugin_module_info_header@0.100.8 rspack_plugin_module_replacement@0.100.8 rspack_plugin_no_emit_on_errors@0.100.8 rspack_plugin_progress@0.100.8 rspack_plugin_real_content_hash@0.100.8 rspack_plugin_remove_duplicate_modules@0.100.8 rspack_plugin_remove_empty_chunks@0.100.8 rspack_plugin_rsc@0.100.8 rspack_plugin_rsdoctor@0.100.8 rspack_plugin_rslib@0.100.8 rspack_plugin_rstest@0.100.8 rspack_plugin_runtime@0.100.8 rspack_plugin_runtime_chunk@0.100.8 rspack_plugin_schemes@0.100.8 rspack_plugin_size_limits@0.100.8 rspack_plugin_split_chunks@0.100.8 rspack_plugin_sri@0.100.8 rspack_plugin_swc_js_minimizer@0.100.8 rspack_plugin_wasm@0.100.8 rspack_plugin_worker@0.100.8 rspack_regex@0.100.8 rspack_sources@0.100.8 rspack_storage@0.100.8 rspack_swc_plugin_import@0.100.8 rspack_swc_plugin_ts_collector@0.100.8 rspack_tasks@0.100.8 rspack_tracing@0.100.8 rspack_tracing_perfetto@0.100.8 rspack_util@0.100.8 rspack_watcher@0.100.8 rspack_workspace@0.100.8 Generated by cargo-workspaces * chore(release): release 2.0.8
main
6 hours ago
Revert "refactor(devtool): propagate source map kind to generators (#14283)" This reverts commit b096953b2775bbc487784b12716dbe1a8790052b.
revert-14283-codex/css-source-map-nosources
6 hours ago
Merge branch 'main' into chore/release-2026-06-10
chore/release-2026-06-10
6 hours ago
fix: temporarily revert JS parser changes causing runtime errors (#14343) * Revert "feat: support parsing createRequire from module (#14320)" This reverts commit 36c6d68b983d496e5b8b59b9397ad8297593ba8e. * Revert "feat: support rspack magic comment prefix (#14323)" This reverts commit b04d9f41abcffe87cadff83c1098375d6dfe0392. * Revert "perf: replace scope parent-chain lookup with scoped symbol table (#14335)" This reverts commit a954cf2d3f8d8085f20dda44a058e88d522c1bd7. * Revert "refactor: swc exp for javascript parser plugin (#14256)" This reverts commit 1fd4fca45e4e488646b62ccd676af8036fa83889.
main
6 hours ago
chore(release): release 2.0.8
chore/release-2026-06-10
7 hours ago
Revert "refactor: swc exp for javascript parser plugin (#14256)" This reverts commit 1fd4fca45e4e488646b62ccd676af8036fa83889.
06-10-feat/revert-arena
7 hours ago
Latest Branches
CodSpeed Performance Gauge
-3%
feat(module_graph): expose `getProvidedExports()` to JS API
#14349
2 hours ago
5dc2cc6
logonoff:getprovidedexports
CodSpeed Performance Gauge
+3%
revert: "fix: temporarily revert JS parser changes causing runtime err"
#14347
3 hours ago
c8bfc79
06-10-fix/concat
CodSpeed Performance Gauge
+3%
fix: revert "refactor(devtool): propagate source map kind to generators"
#14346
6 hours ago
7c193d6
revert-14283-codex/css-source-map-nosources
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs