Skip to content

Commit

Permalink
docs: add semver declaration (#6825)
Browse files Browse the repository at this point in the history
docs: add semver decl
  • Loading branch information
h-a-n-a authored Jun 17, 2024
1 parent 509709c commit 33244be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion crates/node_binding/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

# @rspack/binding

Node binding for rspack.
Private node binding crate for rspack.

This package does *NOT* follow [semantic versioning](https://semver.org/).

## Documentation

Expand Down
4 changes: 3 additions & 1 deletion scripts/build-npm.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@ for (const binding of bindings) {
# ${pkgJson.name}
Node binding for rspack.
Private node binding crate for rspack.
This package does *NOT* follow [semantic versioning](https://semver.org/).
## Documentation
Expand Down

2 comments on commit 33244be

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Ran ecosystem CI: Open

suite result
modernjs ❌ failure
_selftest ✅ success
nx ✅ success
rspress ✅ success
rsbuild ✅ success
compat ✅ success
examples ✅ success

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Benchmark detail: Open

Name Base (2024-06-16 bdc2037) Current Change
10000_development-mode + exec 2.24 s ± 13 ms 2.23 s ± 25 ms -0.32 %
10000_development-mode_hmr + exec 741 ms ± 6.2 ms 730 ms ± 14 ms -1.45 %
10000_production-mode + exec 2.59 s ± 28 ms 2.53 s ± 32 ms -2.32 %
arco-pro_development-mode + exec 1.92 s ± 102 ms 1.94 s ± 59 ms +0.85 %
arco-pro_development-mode_hmr + exec 442 ms ± 3.1 ms 440 ms ± 2.1 ms -0.44 %
arco-pro_production-mode + exec 3.52 s ± 77 ms 3.52 s ± 103 ms +0.16 %
threejs_development-mode_10x + exec 1.47 s ± 16 ms 1.47 s ± 15 ms +0.48 %
threejs_development-mode_10x_hmr + exec 800 ms ± 2.2 ms 801 ms ± 9.5 ms +0.15 %
threejs_production-mode_10x + exec 4.79 s ± 25 ms 4.74 s ± 43 ms -1.00 %

Please sign in to comment.