ParseTimeWarning typedef
Record type for a warning discovered while parsing a stylesheet.
Implementation
typedef ParseTimeWarning = ({
Deprecation? deprecation,
FileSpan span,
String message
});
Record type for a warning discovered while parsing a stylesheet.
typedef ParseTimeWarning = ({
Deprecation? deprecation,
FileSpan span,
String message
});