Searched refs:cookBookTag (Results 1 – 9 of 9) sorted by relevance
18 export const cookBookTag: string[] = []; constant24 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 …]
221 const cookBookTg = cookBookTag[cookBookMsgNum];
19 export const cookBookTag: string[] = []; constant25 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 …]
8559 const cookBookTag: string[]; constant9065 const cookBookTag: string[];
12498 const cookBookTag: string[]; constant13004 const cookBookTag: string[];