Lines Matching full:are
24 …'Objects with property names that are not identifiers are not supported (arkts-identifiers-as-prop…
26 cookBookTag[3] = 'Private \'#\' identifiers are not supported (arkts-no-private-identifiers)';
40 cookBookTag[17] = 'Indexed signatures are not supported (arkts-no-indexed-signatures)';
46 cookBookTag[22] = 'Conditional types are not supported (arkts-no-conditional-types)';
51 cookBookTag[27] = 'Construct signatures are not supported in interfaces (arkts-no-ctor-signatures-i…
52 cookBookTag[28] = 'Indexed access types are not supported (arkts-no-aliases-by-index)';
75 cookBookTag[50] = 'Class literals are not supported (arkts-no-class-literals)';
79 cookBookTag[54] = 'JSX expressions are not supported (arkts-no-jsx)';
99 cookBookTag[74] = 'Destructuring variable declarations are not supported (arkts-no-destruct-decls)';
116 cookBookTag[91] = 'Destructuring parameter declarations are not supported (arkts-no-destruct-params…
117 cookBookTag[92] = 'Nested functions are not supported (arkts-no-nested-funcs)';
119 cookBookTag[94] = 'Generator functions are not supported (arkts-no-generators)';
144 …'Non-declaration statements in namespaces are not supported (single semicolons are considered as e…
149 cookBookTag[121] = '"require" and "import" assignment are not supported (arkts-no-require)';
157 cookBookTag[129] = 'Wildcards in module names are not supported (arkts-no-module-wildcards)';
158 cookBookTag[130] = 'Universal module definitions (UMD) are not supported (arkts-no-umd)';
162 cookBookTag[134] = 'Definite assignment assertions are not supported (arkts-no-definite-assignment)…
166 cookBookTag[138] = 'Some of utility types are not supported (arkts-no-utility-types)';
170 cookBookTag[142] = '"as const" assertions are not supported (arkts-no-as-const)';
171 cookBookTag[143] = 'Import assertions are not supported (arkts-no-import-assertions)';
175 cookBookTag[147] = 'No dependencies on TypeScript code are currently allowed (arkts-no-ts-deps)';
178 cookBookTag[150] = '"import" statements after other statements are not allowed (arkts-no-misplaced-…
180 cookBookTag[152] = '"Function.apply", "Function.call" are not supported (arkts-no-func-apply-call)';
193 …'Computed property names are not allowed in "Sendable" classes and interfaces (arkts-sendable-comp…
200 …'Only "Sendable" classes and "Sendable" interfaces are allowed for importing from ets into ts file…
207 …'Namespace import are nbot allowed for importing from ets to ts file (arkts-no-namespace-import-in…
209 …'Side effect import are not allowed for importing from ets to ts file (arkts-no-side-effect-import…