Searched refs:RegexLiteral (Results 1 – 14 of 14) sorted by relevance
/third_party/typescript/src/linter/ |
D | Problems.ts | 20 ComputedPropertyName, LiteralAsPropertyName, TypeQuery, RegexLiteral, IsOperator, enumerator 72 faultsAttrs[FaultID.RegexLiteral] = { cookBookRef: "37", };
|
D | TypeScriptLinterConfig.ts | 43 LinterConfig.nodeDesc[FaultID.RegexLiteral] = "regex literals"; 176 [SyntaxKind.RegularExpressionLiteral, FaultID.RegexLiteral],
|
/third_party/typescript/tests/baselines/reference/ |
D | parserRealSource11.js | 777 export class RegexLiteral extends Expression { 3125 var RegexLiteral = /** @class */ (function (_super) { class 3126 __extends(RegexLiteral, _super); 3127 function RegexLiteral(regex) { class in anonymousFunctionf875237c0600.RegexLiteral 3132 RegexLiteral.prototype.typeCheck = function (typeFlow) { class 3136 RegexLiteral.prototype.emit = function (emitter, tokenId, startLine) { 3143 return RegexLiteral; 3145 TypeScript.RegexLiteral = RegexLiteral;
|
D | parserRealSource11.symbols | 2108 export class RegexLiteral extends Expression { 2109 >RegexLiteral : Symbol(RegexLiteral, Decl(parserRealSource11.ts, 773, 5)) 2113 >regex : Symbol(RegexLiteral.regex, Decl(parserRealSource11.ts, 776, 21)) 2120 >typeCheck : Symbol(RegexLiteral.typeCheck, Decl(parserRealSource11.ts, 778, 9)) 2125 >this : Symbol(RegexLiteral, Decl(parserRealSource11.ts, 773, 5)) 2130 >this : Symbol(RegexLiteral, Decl(parserRealSource11.ts, 773, 5)) 2134 >emit : Symbol(RegexLiteral.emit, Decl(parserRealSource11.ts, 783, 9)) 2141 >this : Symbol(RegexLiteral, Decl(parserRealSource11.ts, 773, 5)) 2145 >this : Symbol(RegexLiteral, Decl(parserRealSource11.ts, 773, 5)) 2149 >this.regex : Symbol(RegexLiteral.regex, Decl(parserRealSource11.ts, 776, 21)) [all …]
|
D | parserharness.types | 4231 name = (<TypeScript.RegexLiteral>ast).text; 4232 >name = (<TypeScript.RegexLiteral>ast).text : any 4234 >(<TypeScript.RegexLiteral>ast).text : any 4235 >(<TypeScript.RegexLiteral>ast) : any 4236 ><TypeScript.RegexLiteral>ast : any
|
D | parserharness.js | 1060 name = (<TypeScript.RegexLiteral>ast).text;
|
D | parserharness.errors.txt | 1264 name = (<TypeScript.RegexLiteral>ast).text;
|
D | parserRealSource11.types | 3541 export class RegexLiteral extends Expression { 3542 >RegexLiteral : RegexLiteral
|
D | parserRealSource11.errors.txt | 1686 export class RegexLiteral extends Expression {
|
D | parserharness.symbols | 3104 name = (<TypeScript.RegexLiteral>ast).text;
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/ |
D | parserharness.ts | 1060 name = (<TypeScript.RegexLiteral>ast).text;
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource11.ts | 776 export class RegexLiteral extends Expression { class
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 7579 RegexLiteral = 7,
|
D | tsserverlibrary.d.ts | 11362 RegexLiteral = 7,
|