UnknownTag
Interface: UnknownTag
Defined in: packages/tagscript/src/lib/manifest.ts:95
A tag a template uses that nothing in the manifest defines.
Properties
declaration
declaration: string | null
Defined in: packages/tagscript/src/lib/manifest.ts:99
What the template wrote.
end
end: number
Defined in: packages/tagscript/src/lib/manifest.ts:103
Where it ends, at its closing brace.
start
start: number
Defined in: packages/tagscript/src/lib/manifest.ts:107
Where it starts, at its opening brace.