From 3692d5c47b1b2c4b52bbe901a40feb5dde85b7f1 Mon Sep 17 00:00:00 2001 From: Mark Erikson Date: Sat, 1 Jun 2024 17:53:00 -0400 Subject: [PATCH] Update src/utils.ts Co-authored-by: Arya Emami --- src/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /**