Skip to content

Commit 3692d5c

Browse files
Update src/utils.ts
Co-authored-by: Arya Emami <aryaemami59@yahoo.com>
1 parent 8ba87ff commit 3692d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import type {
99
DevModeChecksExecutionInfo
1010
} from './types'
1111

12-
export const NOT_FOUND = Symbol('NOT_FOUND')
12+
export const NOT_FOUND = /* @__PURE__ */ Symbol('NOT_FOUND')
1313
export type NOT_FOUND_TYPE = typeof NOT_FOUND
1414

1515
/**

0 commit comments

Comments
 (0)