• Home
  • Raw
  • Download

Lines Matching full:no

21 cookBookTag[2] = '"Symbol()" API is not supported (arkts-no-symbol)';
22 cookBookTag[3] = 'Private "#" identifiers are not supported (arkts-no-private-identifiers)';
24 cookBookTag[5] = 'Use "let" instead of "var" (arkts-no-var)';
27 cookBookTag[8] = 'Use explicit types instead of "any", "unknown" (arkts-no-any-unknown)';
33 cookBookTag[14] = 'Use "class" instead of a type with call signature (arkts-no-call-signatures)';
34 cookBookTag[15] = 'Use "class" instead of a type with constructor signature (arkts-no-ctor-signatur…
35 cookBookTag[16] = 'Only one static block is supported (arkts-no-multiple-static-blocks)';
36 cookBookTag[17] = 'Indexed signatures are not supported (arkts-no-indexed-signatures)';
38 cookBookTag[19] = 'Use inheritance instead of intersection types (arkts-no-intersection-types)';
40 cookBookTag[21] = 'Type notation using "this" is not supported (arkts-no-typing-with-this)';
41 cookBookTag[22] = 'Conditional types are not supported (arkts-no-conditional-types)';
44 cookBookTag[25] = 'Declaring fields in "constructor" is not supported (arkts-no-ctor-prop-decls)';
46 cookBookTag[27] = 'Construct signatures are not supported in interfaces (arkts-no-ctor-signatures-i…
47 cookBookTag[28] = 'Indexed access types are not supported (arkts-no-aliases-by-index)';
48 cookBookTag[29] = 'Indexed access is not supported for fields (arkts-no-props-by-index)';
49 cookBookTag[30] = 'Structural typing is not supported (arkts-no-structural-typing)';
53 cookBookTag[34] = 'Type inference in case of generic function calls is limited (arkts-no-inferred-g…
56 cookBookTag[37] = 'RegExp literals are not supported (arkts-no-regexp-literals)';
58 …'Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-o…
60 cookBookTag[40] = 'Object literals cannot be used as type declarations (arkts-no-obj-literals-as-ty…
63 cookBookTag[43] = 'Array literals must contain elements of only inferrable types (arkts-no-noninfer…
66 cookBookTag[46] = 'Use arrow functions instead of function expressions (arkts-no-func-expressions)';
70 cookBookTag[50] = 'Class literals are not supported (arkts-no-class-literals)';
72 cookBookTag[52] = 'Reassigning object methods is not supported (arkts-no-method-reassignment)';
74 cookBookTag[54] = 'JSX expressions are not supported (arkts-no-jsx)';
75 cookBookTag[55] = 'Unary operators "+", "-" and "~" work only on numbers (arkts-no-polymorphic-unop…
79 cookBookTag[59] = '"delete" operator is not supported (arkts-no-delete)';
80 cookBookTag[60] = '"typeof" operator is allowed only in expression contexts (arkts-no-type-query)';
86 cookBookTag[66] = '"in" operator is not supported (arkts-no-in)';
89 cookBookTag[69] = 'Destructuring assignment is not supported (arkts-no-destruct-assignment)';
91 cookBookTag[71] = 'The comma operator "," is supported only in "for" loops (arkts-no-comma-outside-…
94 cookBookTag[74] = 'Destructuring variable declarations are not supported (arkts-no-destruct-decls)';
99 cookBookTag[79] = 'Type annotation in catch clause is not supported (arkts-no-types-in-catch)';
100 cookBookTag[80] = '"for .. in" is not supported (arkts-no-for-in)';
103 cookBookTag[83] = 'Mapped type expression is not supported (arkts-no-mapped-types)';
104 cookBookTag[84] = '"with" statement is not supported (arkts-no-with)';
110 cookBookTag[90] = 'Function return type inference is limited (arkts-no-implicit-return-types)';
111 cookBookTag[91] = 'Destructuring parameter declarations are not supported (arkts-no-destruct-params…
112 cookBookTag[92] = 'Nested functions are not supported (arkts-no-nested-funcs)';
113 cookBookTag[93] = 'Using "this" inside stand-alone functions is not supported (arkts-no-standalone-…
114 cookBookTag[94] = 'Generator functions are not supported (arkts-no-generators)';
116 cookBookTag[96] = 'Type guarding is supported with "instanceof" and "as" (arkts-no-is)';
120 …arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread)';
123 cookBookTag[102] = 'Interface can not extend interfaces with the same method (arkts-no-extend-same-…
124 cookBookTag[103] = 'Declaration merging is not supported (arkts-no-decl-merging)';
127 cookBookTag[106] = 'Constructor function type is not supported (arkts-no-ctor-signatures-funcs)';
133 …an be initialized only with compile time expressions of the same type (arkts-no-enum-mixed-types)';
135 cookBookTag[113] = '"enum" declaration merging is not supported (arkts-no-enum-merging)';
136 cookBookTag[114] = 'Namespaces cannot be used as objects (arkts-no-ns-as-obj)';
139 …d (single semicolons are considered as empty non-declaration statements) (arkts-no-ns-statements)';
144 cookBookTag[121] = '"require" and "import" assignment are not supported (arkts-no-require)';
149 cookBookTag[126] = '"export = ..." assignment is not supported (arkts-no-export-assignment)';
151 cookBookTag[128] = 'Ambient module declaration is not supported (arkts-no-ambient-decls)';
152 cookBookTag[129] = 'Wildcards in module names are not supported (arkts-no-module-wildcards)';
153 cookBookTag[130] = 'Universal module definitions (UMD) are not supported (arkts-no-umd)';
155 cookBookTag[132] = '"new.target" is not supported (arkts-no-new-target)';
157 cookBookTag[134] = 'Definite assignment assertions are not supported (arkts-no-definite-assignment)…
159 cookBookTag[136] = 'Prototype assignment is not supported (arkts-no-prototype-assignment)';
160 cookBookTag[137] = '"globalThis" is not supported (arkts-no-globalthis)';
161 cookBookTag[138] = 'Some of utility types are not supported (arkts-no-utility-types)';
162 cookBookTag[139] = 'Declaring properties on functions is not supported (arkts-no-func-props)';
163 cookBookTag[140] = '\'Function.bind\' is not supported (arkts-no-func-bind)';
165 cookBookTag[142] = '"as const" assertions are not supported (arkts-no-as-const)';
166 cookBookTag[143] = 'Import assertions are not supported (arkts-no-import-assertions)';
170 cookBookTag[147] = 'No dependencies on TypeScript code are currently allowed (arkts-no-ts-deps)';
172 cookBookTag[149] = 'Classes cannot be used as objects (arkts-no-classes-as-obj)';
173 cookBookTag[150] = '"import" statements after other statements are not allowed (arkts-no-misplaced-…
175 cookBookTag[152] = '\'Function.apply\', \'Function.call\' are not supported (arkts-no-func-apply-ca…
191 …'Importing a module for side-effects only is not supported in shared module (arkts-no-side-effects…
193 cookBookTag[164] = '"export * from ..." is not allowed in shared module (arkts-shared-module-no-wil…
195 …nd "Sendable" interfaces are allowed for importing from ets into ts file (arkts-no-ts-import-ets)';
197 …'In ts files, "Sendable" types cannot be used in implements and extends clauses (arkts-no-ts-senda…
199 …'In sdk ts files, "Sendable" class and "Sendable" interface can not be exported (arkts-no-dts-send…
200 cookBookTag[168] = 'In ts files, entities from ets files can not be re-exported (arkts-no-ts-re-exp…
202 …'Namespace import is not allowed for importing from ets to ts file (arkts-no-namespace-import-in-t…
204 …'Side effect import is not allowed for importing from ets to ts file (artkts-no-side-effect-import…
227 cookBookTag[186] = '"new" expression with dynamic constructor type is not supported (arkts-no-dynam…
232 cookBookTag[191] = 'ASON is not supported. (arkts-no-need-stdlib-ason)';
233 cookBookTag[192] = 'Type "void" has no instances.(arkts-limited-void-type)';
234 cookBookTag[193] = '"void" operator is not supported (arkts-no-void-operator)';
235 cookBookTag[198] = 'Class TS overloading is not supported(arkts-no-ts-overload)';
236 cookBookTag[199] = 'Sendable containers are not supported (arkts-no-need-stdlib-sendable-containers…
238 cookBookTag[203] = 'exponent opartions "**" and "**=" are disabled (arkts-no-exponent-op)';
239 cookBookTag[206] = '"debugger" is not supported (arkts-no-debugger)';
240 cookBookTag[207] = 'Special arguments object inside functions are not supported (arkts-no-arguments…
241 cookBookTag[208] = 'Tagged templates are not supported (arkts-no-tagged-templates)';
245 cookBookTag[211] = 'No two case constant expressions have identical values.(arkts-case-expr)';
248 cookBookTag[214] = 'Objects have no constructor property in ArkTS1.2 (arkts-obj-no-constructor)';
250 cookBookTag[222] = 'Import for side-effect only is prohibited.(arkts-no-side-effect-import)';
251 cookBookTag[232] = 'Lazy import is not supported(arkts-no-lazy-import)';
252 cookBookTag[233] = 'Dynamic import is not supported(arkts-no-dynamic-import)';
253 cookBookTag[234] = 'Decorators are not supported(arkts-no-ts-decorators)';
255 cookBookTag[236] = 'Method can\'t override filed in interface implemented (arkts-no-method-overridi…
256 cookBookTag[237] = 'Array and tuple are different type(arkts-no-tuples-arrays)';
257 cookBookTag[238] = 'The static property has no initializer (arkts-class-static-initialization)';
259 cookBookTag[251] = '"!!" for bidirectional data binding is not supported (arkui-no-!!-bidirectional…
260 cookBookTag[252] = '"$$" for bidirectional data binding is not supported (arkui-no-$$-bidirectional…
262 cookBookTag[254] = '"@Extend" decorator is not supported (arkui-no-extend-decorator)';
263 cookBookTag[255] = 'Extends or implements expression are not supported(arkts-no-extends-expression)…
264 cookBookTag[256] = '"@Styles" decorator is not supported (arkui-no-styles-decorator)';
270 cookBookTag[262] = 'The makeObserved function is not supported (arkui-no-makeobserved-function)';
284 cookBookTag[281] = '"@Prop" decorator is not supported (arkui-no-prop-decorator)';
285 cookBookTag[282] = '"@StorageProp" decorator is not supported (arkui-no-storageprop-decorator)';
286 cookBookTag[283] = '"@LocalStorageProp" decorator is not supported (arkui-no-localstorageprop-decor…
287 cookBookTag[284] = '"prop" function is not supported (arkui-no-prop-function)';
288 cookBookTag[285] = '"setAndProp" function is not supported (arkui-no-setandprop-function)';
291 cookBookTag[300] = 'The function type should be explicit (arkts-no-ts-like-function-call)';
297 cookBookTag[304] = 'Duplicate function name in namespace are not allowed (arkts-no-duplicate-functi…
300 cookBookTag[308] = 'Type "void" has no instances.(sdk-limited-void-type)';
301 cookBookTag[309] = 'API no longer supports optional methods (sdk-optional-methods)';
303 …'Properties in "Sendable" classes and interfaces must have a Sendable data type (sdk-no-sendable-p…
305 cookBookTag[312] = 'Indexed access is not supported for fields (sdk-no-props-by-index)';
308 …dentifiers.Single-quoted and hyphenated properties are not supported. (sdk-no-literal-as-property-…
309 cookBookTag[315] = 'API path have changed - please update your imports accordingly (sdk-no-decl-wit…
311 cookBookTag[317] = '"use shared" is not supported (arkts-limited-stdlib-no-use-shared)';
312 cookBookTag[318] = '"use concurrent" is not supported (arkts-limited-stdlib-no-use-concurrent)';
315 cookBookTag[321] = 'Import Concurrency is not required (arkts-limited-stdlib-no-import-concurrency)…
316 cookBookTag[322] = 'isConcurrent is not supported (arkts-limited-stdlib-no-support-isConcurrent)';
322 …'Object literal not compatible with target union type. (arkts-interop-d2s-object-literal-no-ambigu…
324 …ctly assigned to class with a constructor. (arkts-interop-d2s-object-literal-no-args-constructor)';
325 cookBookTag[329] = 'Enum cannot get member name by member value (arkts-enum-no-props-by-index)';
347 cookBookTag[347] = 'Not support propertydescriptor (arkts-builtin-no-property-descriptor)';
349 cookBookTag[349] = 'SharedArrayBuffer is not supported (arkts-no-need-stdlib-sharedArrayBuffer)';
351 …'The taskpool setCloneList interface is deleted from ArkTS1.2 (arkts-limited-stdlib-no-setCloneLis…
353 …'The taskpool setTransferList interface is deleted from ArkTS1.2 (arkts-limited-stdlib-no-setTrans…
356 cookBookTag[355] = 'Usage of standard library is restricted(arkts-limited-stdlib-no-sendable-decora…
357 cookBookTag[356] = 'Usage of standard library is restricted(arkts-limited-stdlib-no-concurrent-deco…
358 cookBookTag[357] = 'Worker are not supported(arkts-no-need-stdlib-worker)';
361 cookBookTag[359] = '"@LocalBuilder" Decorator is not supported (arkui-no-localbuilder-decorator)';
362 cookBookTag[370] = 'Sparse array is not supported in ArkTS1.2 (arkts-no-sparse-array)';
363 cookBookTag[371] = 'Enum elements cannot be types in ArkTS1.2 (arkts-no-enum-prop-as-type)';
364 cookBookTag[372] = 'Smart type differences (arkts-no-ts-like-smart-type)';
367 cookBookTag[375] = 'TS catch type are not supported (arkts-no-ts-like-catch-type)';