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

Interface Location

packages/plugin-sass/src/helpers.ts:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7declare global {
8 interface Location {
9 [GLOBAL_PATCHED_SYMBOL]?: true;
10 }
11}
12
13/** fix issue about dart2js: https://github.com/dart-lang/sdk/issues/27979 */

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…