mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
Update nav.ts
This commit is contained in:
@@ -340,6 +340,10 @@ export default {
|
||||
description: `Bun implements the Node-API spec for building native addons.`,
|
||||
}), // "`Node-API`"),
|
||||
|
||||
page("api/glob", "Glob", {
|
||||
description: `Bun includes a fast native Glob implementation for matching file paths.`,
|
||||
}), // "`Glob`"),
|
||||
|
||||
page("api/semver", "Semver", {
|
||||
description: `Bun's native Semver implementation is 20x faster than the popular \`node-semver\` package.`,
|
||||
}), // "`Semver`"),
|
||||
|
||||
Reference in New Issue
Block a user