Skip to content

Commit 2396ea6

Browse files
authored
1 parent a8c5610 commit 2396ea6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/types.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,16 @@ export const StandardResolutionReasons = {
300300
* The reason for the resolved value could not be determined.
301301
*/
302302
UNKNOWN: 'UNKNOWN',
303+
304+
/**
305+
* The resolved value is static (no dynamic evaluation).
306+
*/
307+
STATIC: 'STATIC',
308+
309+
/**
310+
* The resolved value was retrieved from cache.
311+
*/
312+
CACHED: 'CACHED',
303313

304314
/**
305315
* The resolved value was the result of an error.

0 commit comments

Comments
 (0)