UNPKG

@forbespro/lead-agent

Version:
18 lines (17 loc) 467 B
import { asciiPunctuation as i } from "./index141.js"; const o = { name: "characterEscape", tokenize: u }; function u(r, e, n) { return t; function t(a) { return r.enter("characterEscape"), r.enter("escapeMarker"), r.consume(a), r.exit("escapeMarker"), c; } function c(a) { return i(a) ? (r.enter("characterEscapeValue"), r.consume(a), r.exit("characterEscapeValue"), r.exit("characterEscape"), e) : n(a); } } export { o as characterEscape };