| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | es_object.ts.json | 34 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)", 44 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)", 54 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)", 64 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)", 74 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)", 84 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)", 94 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)", 104 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)", 114 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)", 124 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)", [all …]
|
| D | es_object.ts.arkts2.json | 34 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)", 44 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)", 54 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)", 64 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)", 74 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)", 84 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)", 94 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)", 104 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)", 114 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)", 124 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)", [all …]
|
| D | limited_stdlib_api.ts.arkts2.json | 24 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)", 34 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)", 54 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)", 74 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)", 84 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)", 94 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)", 114 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)", 124 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)", 134 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)", 144 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)", [all …]
|
| D | limited_stdlib_api.ts.json | 24 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)", 34 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)", 44 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)", 64 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)", 74 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)", 84 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)", 104 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)", 114 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)", 124 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)", 134 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)", [all …]
|
| D | func_return_type.ts.json | 24 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 34 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 44 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 54 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 64 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 74 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 84 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 164 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 174 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 184 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", [all …]
|
| D | sendable_class_initialization.sts | 25 prop3: SendableClass9 = {a: 1}; // ERROR, the initialization for "Sendable" objects is limited 26 prop4: SendableClass9 = [1, 2]; // ERROR, the initialization for "Sendable" objects is limited 27 …endableClass9 | T | BigInt = {a: 1}; // ERROR, the initialization for "Sendable" objects is limited 28 …ndableClass9 | T | BigInt = [1, 2]; // ERROR, the initialization for "Sendable" objects is limited 33 let v2: SendableClass9 = {a: 1}; // ERROR, the initialization for "Sendable" objects is limited 34 let v3: SendableClass9 = [1, 2]; // ERROR, the initialization for "Sendable" objects is limited 35 …nonSendableClass9 | BigInt = [1, 2]; // ERROR, the initialization for "Sendable" objects is limited 36 …| nonSendableClass9 | null = [1, 2]; // ERROR, the initialization for "Sendable" objects is limited
|
| D | sendable_class_inheritance.ts.json | 44 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)", 54 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)", 64 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)", 74 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)", 84 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)", 94 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)", 104 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)", 114 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)", 124 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)", 134 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)", [all …]
|
| D | func_return_type.ts.autofix.json | 31 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 48 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 65 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 75 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 85 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 95 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 105 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 220 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 237 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 254 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", [all …]
|
| D | sendable_decorator_limited.ts.json | 24 … can only be used on \"class\", \"function\" and \"typeAlias\" (arkts-sendable-decorator-limited)", 34 … can only be used on \"class\", \"function\" and \"typeAlias\" (arkts-sendable-decorator-limited)", 44 … can only be used on \"class\", \"function\" and \"typeAlias\" (arkts-sendable-decorator-limited)", 54 … can only be used on \"class\", \"function\" and \"typeAlias\" (arkts-sendable-decorator-limited)", 64 … can only be used on \"class\", \"function\" and \"typeAlias\" (arkts-sendable-decorator-limited)", 74 … can only be used on \"class\", \"function\" and \"typeAlias\" (arkts-sendable-decorator-limited)",
|
| D | sendable_decorator_limited.ts.autofix.json | 31 … can only be used on \"class\", \"function\" and \"typeAlias\" (arkts-sendable-decorator-limited)", 48 … can only be used on \"class\", \"function\" and \"typeAlias\" (arkts-sendable-decorator-limited)", 65 … can only be used on \"class\", \"function\" and \"typeAlias\" (arkts-sendable-decorator-limited)", 82 … can only be used on \"class\", \"function\" and \"typeAlias\" (arkts-sendable-decorator-limited)", 99 … can only be used on \"class\", \"function\" and \"typeAlias\" (arkts-sendable-decorator-limited)", 116 … can only be used on \"class\", \"function\" and \"typeAlias\" (arkts-sendable-decorator-limited)",
|
| D | optional_library_types.ts.json | 44 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 74 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 104 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 134 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 154 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 174 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 194 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 214 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 234 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 254 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", [all …]
|
| D | throw_error.ts.json | 24 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)", 34 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)", 44 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)",
|
| D | func_inferred_type_args.ts.json | 34 …"rule": "Type inference in case of generic function calls is limited (arkts-no-inferred-generic-pa… 54 …"rule": "Type inference in case of generic function calls is limited (arkts-no-inferred-generic-pa… 64 …"rule": "Type inference in case of generic function calls is limited (arkts-no-inferred-generic-pa… 114 …"rule": "Type inference in case of generic function calls is limited (arkts-no-inferred-generic-pa… 134 …"rule": "Type inference in case of generic function calls is limited (arkts-no-inferred-generic-pa… 144 …"rule": "Type inference in case of generic function calls is limited (arkts-no-inferred-generic-pa…
|
| D | catch_clause.ts.json | 24 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)", 54 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)", 84 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)",
|
| D | jsx.tsx.json | 24 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 44 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 84 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
|
| D | catch_clause.ts.autofix.json | 24 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)", 61 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)", 98 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)",
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/rules/ |
| D | rule151.ts.json | 34 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)", 44 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)", 54 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)", 64 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)", 74 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)", 84 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)", 94 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)", 104 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)", 114 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)", 124 "rule": "Usage of 'ESObject' type is restricted (arkts-limited-esobj)", [all …]
|
| D | rule144.ts.json | 24 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)", 34 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)", 44 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)", 64 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)", 74 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)", 84 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)", 104 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)", 114 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)", 124 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)", 134 "rule": "Usage of standard library is restricted (arkts-limited-stdlib)", [all …]
|
| D | rule54.tsx.json | 24 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 44 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 84 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
|
| D | rule153.ts.json | 24 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)", 34 … "rule": "The inheritance for \"Sendable\" classes is limited (arkts-sendable-class-inheritance)",
|
| D | rule87.ts.json | 24 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)", 34 … "rule": "\"throw\" statements cannot accept values of arbitrary types (arkts-limited-throw)",
|
| D | rule90.ts.json | 24 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 34 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
|
| D | rule90.ts.autofix.json | 24 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 34 "rule": "Function return type inference is limited (arkts-no-implicit-return-types)",
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | task_manager.md | 3 …sources we introduce TaskManager. The main goal of TaskManager is to use limited number of resourc… 11 It is some limited by time task, which has these properties: 16 The time is required to finish the task should be limited by some reasonable value, to make the who…
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | CookBookMsg.ts | 57 cookBookTag[34] = 'Type inference in case of generic function calls is limited (arkts-no-inferred-g… 111 cookBookTag[87] = '"throw" statements cannot accept values of arbitrary types (arkts-limited-throw)… 114 cookBookTag[90] = 'Function return type inference is limited (arkts-no-implicit-return-types)'; 171 cookBookTag[144] = 'Usage of standard library is restricted (arkts-limited-stdlib)'; 178 cookBookTag[151] = 'Usage of \'ESObject\' type is restricted (arkts-limited-esobj)'; 180 cookBookTag[153] = 'The inheritance for "Sendable" classes is limited (arkts-sendable-class-inherit… 220 cookBookTag[178] = 'The property of "Sendable" function is limited (arkts-sendable-function-propert… 224 …orator can only be used on "class", "function" and "typeAlias" (arkts-sendable-decorator-limited)';
|