Home
last modified time | relevance | path

Searched refs:jsxName (Results 1 – 1 of 1) sorted by relevance

/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js6845 types.jsxName = new TokenType("jsxName"); variable
7001 return this.finishToken(types.jsxName, this.input.slice(start, this.state.pos));
7024 if (this.match(types.jsxName)) {