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.
1 parent 8ba87ff commit 3692d5cCopy full SHA for 3692d5c
src/utils.ts
@@ -9,7 +9,7 @@ import type {
9
DevModeChecksExecutionInfo
10
} from './types'
11
12
-export const NOT_FOUND = Symbol('NOT_FOUND')
+export const NOT_FOUND = /* @__PURE__ */ Symbol('NOT_FOUND')
13
export type NOT_FOUND_TYPE = typeof NOT_FOUND
14
15
/**
0 commit comments