MCPcopy
hub / github.com/web-infra-dev/rsbuild / Window

Interface Window

e2e/cases/syntax-ts/optional-chaining/src/index.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// rslint-disable
2declare global {
3 interface Window {
4 optionalChainingTest: string;
5 nullishCoalescingTest: string;
6 }
7}
8
9// Test optional chaining and nullish coalescing

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…