Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js6848 types.jsxTagEnd = new TokenType("jsxTagEnd"); variable
6856 types.jsxTagEnd.updateContext = function (prevType) {
7146 while (!this.match(types.slash) && !this.match(types.jsxTagEnd)) {
7150 this.expect(types.jsxTagEnd);
7159 this.expect(types.jsxTagEnd);
7260 return this.finishToken(types.jsxTagEnd);