diff --git a/src/utils.ts b/src/utils.ts index 539980e22..672fcd320 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -9,7 +9,7 @@ import type { DevModeChecksExecutionInfo } from './types' -export const NOT_FOUND = Symbol('NOT_FOUND') +export const NOT_FOUND = /* @__PURE__ */ Symbol('NOT_FOUND') export type NOT_FOUND_TYPE = typeof NOT_FOUND /**