-
Notifications
You must be signed in to change notification settings - Fork 0
Utils.Class.WarningStore
DecentM edited this page Aug 27, 2024
·
57 revisions
@decentm/concourse-ts / Utils / WarningStore
new WarningStore():
WarningStore
add_warning(
type
, ...messages
):WarningStore
• type: ValidationWarningType
• ...messages: unknown
[]
utils/warning-store/index.ts:27
copy_from(...
warningStores
):WarningStore
• ...warningStores: WarningStore
[]
utils/warning-store/index.ts:58
get_warnings(
type
?):ValidationWarning
[]
• type?: ValidationWarningType
utils/warning-store/index.ts:50
has_fatal():
boolean
boolean
utils/warning-store/index.ts:38
has_non_fatal():
boolean
boolean