Skip to content

Commit 27b322e

Browse files
docs(desktop): explain the remaining node builtin suppressions
Every `nodeBuiltinImport:off` in the import module now says which builtin it covers and why Effect has no equivalent, matching the neighbouring preload and Playwright modules. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent cc8e8cc commit 27b322e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/desktop/src/preview/BrowserImport/ChromiumCookies.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// @effect-diagnostics nodeBuiltinImport:off
1+
// @effect-diagnostics nodeBuiltinImport:off - Encrypts fixtures with the same
2+
// OSCrypt primitives the module under test decrypts.
23
import { describe, expect, it } from "@effect/vitest";
34
import * as NodeCrypto from "node:crypto";
45

0 commit comments

Comments
 (0)