We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 968ca62 + 3b3ce49 commit bc27bb1Copy full SHA for bc27bb1
release-notes/v1_71.md
@@ -427,7 +427,7 @@ export default function init(modules: { typescript: typeof import("typescript/li
427
};
428
```
429
430
-Keep in mind that on web, your plugin will be running in a normal web worker environment, so you can use Node.js APIs such as `fs`.
+Keep in mind that on web, your plugin will be running in a normal web worker environment, so you can **not** use Node.js APIs such as `fs`.
431
432
### Disabled tree items
433
0 commit comments