Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface LexerLiteral
Re-export
import { type LexerLiteral } from "https://deno.land/x/adoublef@0.0.1/template/parse/mod.ts";

Properties

items: Array<ItemLiteral>
name: string
input: string
leftDelim: string
rightDelim: string
emitComment: boolean
position: number
start: number
width: number
line: number
startLine: number
parenDepth: number