Searched refs:jsxTagEnd (Results 1 – 1 of 1) sorted by relevance
6848 types.jsxTagEnd = new TokenType("jsxTagEnd"); variable6856 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);