Module subscript_compiler::frontend::pass::html_normalize[][src]

Expand description

AST HTML canonicalization.

This should really be implemented using the HTML AST; but it’s easier using the frontend AST instead, since we don’t need to replicate AST utilities.

Functions