Searched refs:isLet (Results 1 – 13 of 13) sorted by relevance
812 pp$1.isLet = function(context) { function861 if (this.isLet(context)) {996 var isLet = this.isLet();997 if (this.type === types._var || this.type === types._const || isLet) {998 var init$1 = this.startNode(), kind = isLet ? "let" : this.value;1713 this.isLet() ||
806 pp$1.isLet = function(context) { function855 if (this.isLet(context)) {990 var isLet = this.isLet();991 if (this.type === types._var || this.type === types._const || isLet) {992 var init$1 = this.startNode(), kind = isLet ? "let" : this.value;1707 this.isLet() ||
55 else if (forEach(symbol.declarations, isLet)) {
464 : isLet(v)
2948 writeKeyword(isLet(node) ? "let" : isVarConst(node) ? "const" : "var");
1370 export function isLet(node: Node): boolean { function
41078 const checkLetConstNames = (isLet(node) || isVarConst(node));41155 if (isLet(node.declarationList)) {
11052 function isLet(node) { function11055 ts.isLet = isLet;68101 var checkLetConstNames = (ts.isLet(node) || ts.isVarConst(node));68165 if (ts.isLet(node.declarationList)) {84559 writeKeyword(ts.isLet(node) ? "let" : ts.isVarConst(node) ? "const" : "var");
14448 function isLet(node) { function14451 ts.isLet = isLet;81077 var checkLetConstNames = (ts.isLet(node) || ts.isVarConst(node));81147 if (ts.isLet(node.declarationList)) {103273 writeKeyword(ts.isLet(node) ? "let" : ts.isVarConst(node) ? "const" : "var");
14653 function isLet(node) { function14656 ts.isLet = isLet;81282 var checkLetConstNames = (ts.isLet(node) || ts.isVarConst(node));81352 if (ts.isLet(node.declarationList)) {103478 writeKeyword(ts.isLet(node) ? "let" : ts.isVarConst(node) ? "const" : "var");116223 : ts.isLet(v)131508 else if (ts.forEach(symbol.declarations, ts.isLet)) {
14459 function isLet(node) { function14462 ts.isLet = isLet;81088 var checkLetConstNames = (ts.isLet(node) || ts.isVarConst(node));81158 if (ts.isLet(node.declarationList)) {103284 writeKeyword(ts.isLet(node) ? "let" : ts.isVarConst(node) ? "const" : "var");115654 : ts.isLet(v)130939 else if (ts.forEach(symbol.declarations, ts.isLet)) {