• Home
  • Raw
  • Download

Lines Matching full:not

4  * you may not use this file except in compliance with the License.
24 …'Objects with property names that are not identifiers are not supported (arkts-identifiers-as-prop…
25 cookBookTag[2] = '"Symbol()" API is not supported (arkts-no-symbol)';
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)';
49 cookBookTag[25] = 'Declaring fields in "constructor" is not supported (arkts-no-ctor-prop-decls)';
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)';
53 cookBookTag[29] = 'Indexed access is not supported for fields (arkts-no-props-by-index)';
54 cookBookTag[30] = 'Structural typing is not supported (arkts-no-structural-typing)';
75 cookBookTag[50] = 'Class literals are not supported (arkts-no-class-literals)';
77 cookBookTag[52] = 'Reassigning object methods is not supported (arkts-no-method-reassignment)';
79 cookBookTag[54] = 'JSX expressions are not supported (arkts-no-jsx)';
84 cookBookTag[59] = '"delete" operator is not supported (arkts-no-delete)';
91 cookBookTag[66] = '"in" operator is not supported (arkts-no-in)';
94 cookBookTag[69] = 'Destructuring assignment is not supported (arkts-no-destruct-assignment)';
99 cookBookTag[74] = 'Destructuring variable declarations are not supported (arkts-no-destruct-decls)';
104 cookBookTag[79] = 'Type annotation in catch clause is not supported (arkts-no-types-in-catch)';
105 cookBookTag[80] = '"for .. in" is not supported (arkts-no-for-in)';
108 cookBookTag[83] = 'Mapped type expression is not supported (arkts-no-mapped-types)';
109 cookBookTag[84] = '"with" statement is not supported (arkts-no-with)';
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)';
118 cookBookTag[93] = 'Using "this" inside stand-alone functions is not supported (arkts-no-standalone-…
119 cookBookTag[94] = 'Generator functions are not supported (arkts-no-generators)';
128 cookBookTag[102] = 'Interface can not extend interfaces with the same method (arkts-no-extend-same-…
129 cookBookTag[103] = 'Declaration merging is not supported (arkts-no-decl-merging)';
132 cookBookTag[106] = 'Constructor function type is not supported (arkts-no-ctor-signatures-funcs)';
140 cookBookTag[113] = '"enum" declaration merging is not supported (arkts-no-enum-merging)';
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)';
154 cookBookTag[126] = '"export = ..." assignment is not supported (arkts-no-export-assignment)';
156 cookBookTag[128] = 'Ambient module declaration is not supported (arkts-no-ambient-decls)';
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)';
160 cookBookTag[132] = '"new.target" is not supported (arkts-no-new-target)';
162 cookBookTag[134] = 'Definite assignment assertions are not supported (arkts-no-definite-assignment)…
164 cookBookTag[136] = 'Prototype assignment is not supported (arkts-no-prototype-assignment)';
165 cookBookTag[137] = '"globalThis" is not supported (arkts-no-globalthis)';
166 cookBookTag[138] = 'Some of utility types are not supported (arkts-no-utility-types)';
167 cookBookTag[139] = 'Declaring properties on functions is not supported (arkts-no-func-props)';
168 cookBookTag[140] = '"Function.bind" is not supported (arkts-no-func-bind)';
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)';
174 cookBookTag[146] = 'Switching off type checks with in-place comments is not allowed (arkts-strict-t…
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)';
185 …'Definite assignment assertion in not allowed in "Sendable" classes (arkts-sendable-definite-assig…
191 …'Objects of "Sendable" type can not be initialized using object literal or array literal (arkts-se…
193 …'Computed property names are not allowed in "Sendable" classes and interfaces (arkts-sendable-comp…
194 cookBookTag[161] = 'Casting "Non-sendable" data to "Sendable" type is not allowed (arkts-sendable-a…
196 …'Importing a module for side-effects only is not supported in shared module (arkts-no-side-effects…
198 cookBookTag[164] = '"export * from ..." is not allowed in shared module (arkts-shared-module-no-wil…
204 …'In sdk ts files, "Sendable" class and "Sendable" interface can not be exported (arkts-no-dts-send…
205 cookBookTag[168] = 'In ts files, entities from ets files can not be re-exported (arkts-no-ts-re-exp…
209 …'Side effect import are not allowed for importing from ets to ts file (arkts-no-side-effect-import…
223 …'Casting "Non-sendable" function to "Sendable" typeAlias is not allowed (arkts-sendable-function-a…