interface RuntimeCompilerOptions

Subset of compiler options that makes sense for the runtime.

Properties

comments

Signature
comments?: boolean;
typescript

delimiters

Signature
delimiters?: [string, string];
typescript

isCustomElement

Signature
isCustomElement?: (tag: string) => boolean;
typescript

whitespace

Signature
whitespace?: 'preserve' | 'condense';
typescript