You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rslib v0.0.2
Panic occurred at runtime. Please file an issue on GitHub with the backtrace below: https://github.com/web-infra-dev/rspack/issues
Message: Cannot get final name forexport'getSnap'
Location: crates\rspack_core\src\concatenated_module.rs:2133
Backtrace omitted.
Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
start Generating DTS... (esm)
start Generating DTS... (cjs)
ready DTS generated in 5.35 s (esm)
ready DTS generated in 6.12 s (cjs)
Analysis will use the bundled TypeScript version 5.0.4
*** The target project appears to use TypeScript 5.5.4 which is newer than the bundled compiler engine; consider upgrading API Extractor.
Analysis will use the bundled TypeScript version 5.0.4
*** The target project appears to use TypeScript 5.5.4 which is newer than the bundled compiler engine; consider upgrading API Extractor.
The 'minify' option seems to be ineffective
No ESM product was generated
Compared to TSUP, the speed seems to have not improved
minify was forcibly disabled by default and currently we does not support overriding it through configuration.
No ESM product was generated
Rslib is still in its early (dogfooding) stages. We plan to provide it to community users in one or two months.
Now it still depends on a canary version of Rspack to make it work correctly.
Compared to TSUP, the speed seems to have not improved
We haven't done any performance optimization yet, and the main time-consuming step I think is probably tsc generating types.
Version
Details
run results:
ESM
product was generatedTSUP
, the speed seems to have not improvedReproduce link
https://github.com/zhangfisher/speed-form
Reproduce Steps
cd packages/reactive
pnpm build:rslib
The text was updated successfully, but these errors were encountered: