Home
last modified time | relevance | path

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

/third_party/typescript/src/linter/ArkTSLinter_1_1/
DCookBookMsg.ts18 export const cookBookTag: string[] = []; constant
24 cookBookTag[1] = "Objects with property names that are not identifiers are not supported (arkts-ide…
25 cookBookTag[2] = "\"Symbol()\" API is not supported (arkts-no-symbol)";
26 cookBookTag[3] = "Private \"#\" identifiers are not supported (arkts-no-private-identifiers)";
27 cookBookTag[4] = "Use unique names for types and namespaces. (arkts-unique-names)";
28 cookBookTag[5] = "Use \"let\" instead of \"var\" (arkts-no-var)";
29 cookBookTag[6] = "";
30 cookBookTag[7] = "";
31 cookBookTag[8] = "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)";
32 cookBookTag[9] = "";
[all …]
DTypeScriptLinter.ts221 const cookBookTg = cookBookTag[cookBookMsgNum];
/third_party/typescript/src/linter/ArkTSLinter_1_0/
DCookBookMsg.ts19 export const cookBookTag: string[] = []; constant
25 cookBookTag[1] = "Objects with property names that are not identifiers are not supported (arkts-ide…
26 cookBookTag[2] = "\"Symbol()\" API is not supported (arkts-no-symbol)";
27 cookBookTag[3] = "Private \"#\" identifiers are not supported (arkts-no-private-identifiers)";
28 cookBookTag[4] = "Use unique names for types and namespaces. (arkts-unique-names)";
29 cookBookTag[5] = "Use \"let\" instead of \"var\" (arkts-no-var)";
30 cookBookTag[6] = "";
31 cookBookTag[7] = "";
32 cookBookTag[8] = "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)";
33 cookBookTag[9] = "";
[all …]
DTypeScriptLinter.ts221 const cookBookTg = cookBookTag[cookBookMsgNum];
/third_party/typescript/lib/
Dtypescript.d.ts8559 const cookBookTag: string[]; constant
9065 const cookBookTag: string[];
DtypescriptServices.d.ts8559 const cookBookTag: string[]; constant
9065 const cookBookTag: string[];
Dtsserverlibrary.d.ts12498 const cookBookTag: string[]; constant
13004 const cookBookTag: string[];
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts8559 const cookBookTag: string[]; constant
9065 const cookBookTag: string[];
Dtsserverlibrary.d.ts12498 const cookBookTag: string[]; constant
13004 const cookBookTag: string[];