marianoguerra/css/parse does not have a README file

    Parsed

    A parse: the tree, and everything noticed on the way.

    Parsed::diagnostics

    Parsed::has_errors

    fn Parsed::has_errors(self : Parsed) -> Bool

    Whether anything of Error severity was found. Warnings do not count: an unknown at-rule is kept, not failed.

    parse

    fn parse(src : String, strict? : Bool) -> Parsed raise
    CssError

    Parse a stylesheet.

    In strict mode the first error is raised instead of recorded; in tolerant mode this never raises, and Parsed::has_errors is how a caller asks.

    parse_strict

    Parse and raise on the first error, whatever the mode.

    A convenience for the caller who wants a Stylesheet and not a pair.

    Powered by MoonBit

    Site sourceReport issuePackagesBuild queueSkillsStatistics

    © 2026 mooncakes.io