marianoguerra/css/parse does not have a README file
pub struct Parsed { sheet : @marianoguerra/css/ast.StylesheetStylesheet diagnostics : Array[@marianoguerra/css/error.DiagnosticDiagnostic]}
fn Parsed::diagnostics(self : Parsed) -> Array[@marianoguerra/css/error.DiagnosticDiagnostic]
fn Parsed::has_errors(self : Parsed) -> Bool
fn Parsed::sheet(self : Parsed) -> @marianoguerra/css/ast.StylesheetStylesheet
fn parse(src : String, strict? : Bool) -> Parsed raise @marianoguerra/css/error.CssErrorCssError
fn parse_strict(src : String) -> @marianoguerra/css/ast.StylesheetStylesheet raise @marianoguerra/css/error.CssErrorCssError
Install
A semantic CSS syntax tree for MoonBit: a tolerant parser, a printer with pretty, compact and minified modes, and structured diagnostics
Dependencies
Powered by MoonBit
© 2026 mooncakes.io