Skip to main content

Crate microsoft_fast_convert

Crate microsoft_fast_convert 

Source
Expand description

§microsoft-fast-convert

Converts one FAST declarative HTML <f-template> string into either WebUI prerelease template HTML or FAST v3 TypeScript template source. The converter uses a focused hand scanner rather than constructing a DOM or depending on an HTML parser.

Structs§

SyntaxMetadata
Metadata for a supported converter syntax target.

Enums§

ConvertError
An error encountered while converting a FAST declarative template.

Functions§

convert_template
Convert a FAST declarative template string to the requested syntax.
syntax_metadata
Metadata for all supported converter syntax targets.
syntax_metadata_json
JSON metadata for supported converter syntax targets.