Re-exports§
Modules§
Structs§
- Component
Const - CppImport
- CssData
- The result of parsing a CSS file: style rules in source order (so equal
specificity resolves by last-write like a browser), and the raw
@keyframesregistry keyed by animation name. - CssKeyframe
- A single
@keyframesentry: a selector offset (0..1) plus its declarations. - CssRule
- A single CSS style rule: its selector plus its declarations.
- Inner
Function - Lint
Error - Lint diagnostic — mirrors Python’s LintError
- MxComponent
- MxEffect
- MxImport
- MxSource
- A parsed .mx source file.
- State
Var - Window
Config
Enums§
- JsxNode
- Intermediate JSX representation (mirrors Python’s dict-based IR).
- JsxProp
Value - MxImport
Kind - Style
Value
Functions§
- parse_
css - Parse external CSS text into style rules +
@keyframes. - parse_
mx_ file - Parse an .mx file (which is TSX) and return a structured representation.
- parse_
mx_ str - Parse .mx source text into structured representation.