Searched refs:isLet (Results 1 – 10 of 10) sorted by relevance
20 exports.isLet = isLet;176 function isLet(node) { function181 return t.isFunctionDeclaration(node) || t.isClassDeclaration(node) || t.isLet(node);
4 …orts.isSpecifierDefault = exports.isVar = exports.isBlockScoped = exports.isLet = exports.isValidI…199 return _validators.isLet;
21 if (this.toks.isLet()) {55 let isLet = this.toks.isLet()56 if (isLet || this.tok.type === tt._var || this.tok.type === tt._const) {57 let init = this.parseVar(true, isLet ? "let" : this.tok.value)337 if (this.tok.type.keyword || this.toks.isLet()) {
21 if (this.toks.isLet()) {55 let isLet = this.toks.isLet()56 if (isLet || this.tok.type === tt._var || this.tok.type === tt._const) {57 let init = this.parseVar(true, isLet ? "let" : this.tok.value)362 if (this.tok.type.keyword || this.toks.isLet() || this.toks.isAsyncFunction()) {
36 pp.isLet = function() { function in pp60 if (this.isLet()) {172 let isLet = this.isLet()173 if (this.type === tt._var || this.type === tt._const || isLet) {174 let init = this.startNode(), kind = isLet ? "let" : this.value573 return this.type.keyword || this.isLet()
32 pp.isLet = function() { function in pp71 if (this.isLet()) {188 let isLet = this.isLet()189 if (this.type === tt._var || this.type === tt._const || isLet) {190 let init = this.startNode(), kind = isLet ? "let" : this.value661 || this.isLet()
648 pp$1.isLet = function() { function672 if (this.isLet()) {786 var isLet = this.isLet()787 if (this.type === tt._var || this.type === tt._const || isLet) {788 var init$1 = this.startNode(), kind = isLet ? "let" : this.value1199 return this.type.keyword || this.isLet()
654 pp$1.isLet = function() { function678 if (this.isLet()) {792 var isLet = this.isLet()793 if (this.type === tt._var || this.type === tt._const || isLet) {794 var init$1 = this.startNode(), kind = isLet ? "let" : this.value1205 return this.type.keyword || this.isLet()
678 pp$1.isLet = function() { function717 if (this.isLet()) {836 var isLet = this.isLet()837 if (this.type === tt._var || this.type === tt._const || isLet) {838 var init$1 = this.startNode(), kind = isLet ? "let" : this.value1325 || this.isLet()
684 pp$1.isLet = function() { function723 if (this.isLet()) {842 var isLet = this.isLet()843 if (this.type === tt._var || this.type === tt._const || isLet) {844 var init$1 = this.startNode(), kind = isLet ? "let" : this.value1331 || this.isLet()