UNPKG

meriyah

Version:

A 100% compliant, self-hosted javascript parser with high focus on both performance and stability

6 lines (5 loc) 281 B
import { Context } from '../common'; import { type Parser } from '../parser/parser'; import { Token } from '../token'; export declare function scanTemplate(parser: Parser, context: Context): Token; export declare function scanTemplateTail(parser: Parser, context: Context): Token;