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 5ae7394 + 82bb1c8 commit 3b3ce49Copy full SHA for 3b3ce49
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