We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c3acf commit d8772bbCopy full SHA for d8772bb
runtime/reference/cli/unstable_flags.md
@@ -61,7 +61,7 @@ This flag enables you to
61
[import Node.js built-in modules](/runtime/fundamentals/node/#node-built-in-modules)
62
without a `node:` specifier, as in the example below. You can also use this flag
63
to enable npm packages without an `npm:` specifier if you are manually managing
64
-your Node.js dependencies ([see `byonm` flag](#--unstable-byonm)).
+your Node.js dependencies.
65
66
```ts title="example.ts"
67
import { readFileSync } from "fs";
0 commit comments