Update nav.ts

This commit is contained in:
Jarred Sumner
2023-11-22 16:13:41 -08:00
parent d8be3e51b4
commit bc4146295f

View File

@@ -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`"),