Type Alias: WarningCode
WarningCode = typeof
WARNING_CODES[keyof typeofWARNING_CODES]
Discriminant type for AstmRecordWarning.code. Narrowing by this code
lets consumers write exhaustive switch blocks and guarantees a typo-free
comparison against WARNING_CODES.