// token.mjs export const token = { startTag: 'startTag', endTag: 'endTag', text: 'text', eof: 'eof' };