Registry / utility / swc-html-ast

swc-html-ast

JSON →
library23.0.0rscratesunverified

AST definitions for HTML used in the SWC compiler.

# Cargo.toml [dependencies] swc_html_ast = "23.0.0"
INSTALL
IMPORT
SIG · SWC-HTML-AST
S
swc-html-ast
utilityrustv23.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Document
use swc_html_ast::Document;

Creates a default HTML AST Document node.

use swc_html_ast::Document; fn main() { let doc = Document::default(); println!("HTML AST Document created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
23.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Amazon
1
Resources
swc-html-ast — cargo add swc-html-ast · libregistry