You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add `red` to ANSI constants, replace inline escape codes
- Type GetEvaluatorResult.level as EvaluationLevel at boundary
- Combine ARN_RESOURCE_TYPE_MAP, collectionKeyMap, idFieldMap into
single RESOURCE_TYPE_CONFIG to prevent drift
- Export IMPORTABLE_RESOURCES as const array, derive type from it,
replace || chains with .includes()
- Fix samplingPercentage === 0 false positive (use == null)
- Document closure state sequencing contract on descriptor hooks
0 commit comments