| /third_party/typescript/tests/arkTSTest/testcase/arkts-sendable-explicit-field-type/ |
| D | arkts-sendable-explicit-field-type-1-error.json | 4 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 11 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 18 "messageText": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)", string 25 …"messageText": "Object literal must correspond to some explicitly declared class or interface (ark… string 32 "messageText": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)", string 39 …"messageText": "Object literal must correspond to some explicitly declared class or interface (ark… string 46 "messageText": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)", string 53 …"messageText": "Object literal must correspond to some explicitly declared class or interface (ark… string 60 "messageText": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)", string 67 …"messageText": "Object literal must correspond to some explicitly declared class or interface (ark… string [all …]
|
| /third_party/typescript/tests/arkTSTest/testcase/arkts-strict/ |
| D | arkts-strict-5-error.json | 4 … "messageText": "Declaring fields in \"constructor\" is not supported (arkts-no-ctor-prop-decls)", string 11 … "messageText": "Declaring fields in \"constructor\" is not supported (arkts-no-ctor-prop-decls)", string 18 "messageText": "Interfaces cannot extend classes (arkts-extends-only-class)", string 25 …"messageText": "Destructuring parameter declarations are not supported (arkts-no-destruct-params)", string 32 …"messageText": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-type… string 39 "messageText": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)", string 46 "messageText": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)", string 53 "messageText": "Use inheritance instead of intersection types (arkts-no-intersection-types)", string 60 …"messageText": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-type… string 67 "messageText": "Indexed signatures are not supported (arkts-no-indexed-signatures)", string [all …]
|
| D | arkts-strict-7-error.json | 4 … "messageText": "Declaring fields in \"constructor\" is not supported (arkts-no-ctor-prop-decls)", string 11 … "messageText": "Declaring fields in \"constructor\" is not supported (arkts-no-ctor-prop-decls)", string 18 "messageText": "Interfaces cannot extend classes (arkts-extends-only-class)", string 25 …"messageText": "Destructuring parameter declarations are not supported (arkts-no-destruct-params)", string 32 …"messageText": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-type… string 39 "messageText": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)", string 46 "messageText": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)", string 53 "messageText": "Use inheritance instead of intersection types (arkts-no-intersection-types)", string 60 …"messageText": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-type… string 67 "messageText": "Indexed signatures are not supported (arkts-no-indexed-signatures)", string [all …]
|
| D | arkts-strict-6-error.json | 4 … "messageText": "Declaring fields in \"constructor\" is not supported (arkts-no-ctor-prop-decls)", string 11 … "messageText": "Declaring fields in \"constructor\" is not supported (arkts-no-ctor-prop-decls)", string 18 "messageText": "Interfaces cannot extend classes (arkts-extends-only-class)", string 25 …"messageText": "Destructuring parameter declarations are not supported (arkts-no-destruct-params)", string 32 …"messageText": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-type… string 39 "messageText": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)", string 46 "messageText": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)", string 53 "messageText": "Use inheritance instead of intersection types (arkts-no-intersection-types)", string 60 …"messageText": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-type… string 67 "messageText": "Indexed signatures are not supported (arkts-no-indexed-signatures)", string [all …]
|
| /third_party/typescript/tests/arkTSTest/testcase/arkts-no-structural-typing/ |
| D | arkts-no-structural-typing-11-error.json | 4 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 11 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 18 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 25 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 32 "messageText": "Structural typing is not supported (arkts-no-structural-typing)", string 39 "messageText": "Structural typing is not supported (arkts-no-structural-typing)", string 46 "messageText": "Structural typing is not supported (arkts-no-structural-typing)", string 53 "messageText": "Structural typing is not supported (arkts-no-structural-typing)", string 60 …"messageText": "Object literal must correspond to some explicitly declared class or interface (ark… string 67 …"messageText": "Array literals must contain elements of only inferrable types (arkts-no-noninferra… string [all …]
|
| /third_party/typescript/tests/arkTSTest/testcase/arkts-identifiers-as-prop-names/ |
| D | arkts-identifiers-as-prop-names-11-error.json | 4 …"messageText": "Objects with property names that are not identifiers are not supported (arkts-iden… string 11 …"messageText": "Objects with property names that are not identifiers are not supported (arkts-iden… string 18 …"messageText": "Object literal must correspond to some explicitly declared class or interface (ark… string 25 …"messageText": "Objects with property names that are not identifiers are not supported (arkts-iden… string 32 …"messageText": "Objects with property names that are not identifiers are not supported (arkts-iden… string 39 …"messageText": "Objects with property names that are not identifiers are not supported (arkts-iden… string 46 …"messageText": "Objects with property names that are not identifiers are not supported (arkts-iden… string 53 …"messageText": "Object literal must correspond to some explicitly declared class or interface (ark… string 60 …"messageText": "Objects with property names that are not identifiers are not supported (arkts-iden… string 67 …"messageText": "Objects with property names that are not identifiers are not supported (arkts-iden… string [all …]
|
| /third_party/typescript/tests/arkTSTest/testcase/arkts-no-utility-types/ |
| D | arkts-no-utility-types-12-error.json | 4 …"messageText": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-type… string 11 "messageText": "Use inheritance instead of intersection types (arkts-no-intersection-types)", string 18 "messageText": "Some of utility types are not supported (arkts-no-utility-types)", string 25 "messageText": "Use inheritance instead of intersection types (arkts-no-intersection-types)", string 32 "messageText": "Use inheritance instead of intersection types (arkts-no-intersection-types)", string 39 …"messageText": "Object literal must correspond to some explicitly declared class or interface (ark… string 46 …"messageText": "Object literal must correspond to some explicitly declared class or interface (ark… string 53 …"messageText": "Object literal must correspond to some explicitly declared class or interface (ark… string 60 …"messageText": "It is possible to spread only arrays or classes derived from arrays into the rest … string 67 …"messageText": "It is possible to spread only arrays or classes derived from arrays into the rest … string [all …]
|
| D | arkts-no-utility-types-3-error.json | 4 "messageText": "Some of utility types are not supported (arkts-no-utility-types)", string 11 "messageText": "Some of utility types are not supported (arkts-no-utility-types)", string 18 "messageText": "Some of utility types are not supported (arkts-no-utility-types)", string 25 …"messageText": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-type… string 32 …"messageText": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-type… string 39 …"messageText": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-type… string 46 "messageText": "Some of utility types are not supported (arkts-no-utility-types)", string 53 …"messageText": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-type… string 62 "messageText": "Some of utility types are not supported (arkts-no-utility-types)", string 69 "messageText": "Some of utility types are not supported (arkts-no-utility-types)", string [all …]
|
| D | arkts-no-utility-types-4-error.json | 4 "messageText": "Some of utility types are not supported (arkts-no-utility-types)", string 11 "messageText": "Some of utility types are not supported (arkts-no-utility-types)", string 18 …"messageText": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-type… string 25 …"messageText": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-type… string 32 …"messageText": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-type… string 39 "messageText": "Some of utility types are not supported (arkts-no-utility-types)", string 46 …"messageText": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-type… string 55 "messageText": "Some of utility types are not supported (arkts-no-utility-types)", string 62 "messageText": "Some of utility types are not supported (arkts-no-utility-types)", string 69 …"messageText": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-type… string [all …]
|
| /third_party/typescript/tests/arkTSTest/testcase/arkts-taskpool-concurrent-function-args/ |
| D | arkts-taskpool-concurrent-function-args-3-error.json | 4 …"messageText": "Type inference in case of generic function calls is limited (arkts-no-inferred-gen… string 11 …"messageText": "Type inference in case of generic function calls is limited (arkts-no-inferred-gen… string 20 …"messageText": "The function passed to taskpool must be an ordinary function decorated with \"@Con… string 27 …"messageText": "The function passed to taskpool must be an ordinary function decorated with \"@Con… string 34 …"messageText": "The function passed to taskpool must be an ordinary function decorated with \"@Con… string 41 …"messageText": "The function passed to taskpool must be an ordinary function decorated with \"@Con… string 48 …"messageText": "Type inference in case of generic function calls is limited (arkts-no-inferred-gen… string 55 …"messageText": "The function passed to taskpool must be an ordinary function decorated with \"@Con… string 62 …"messageText": "Type inference in case of generic function calls is limited (arkts-no-inferred-gen… string 69 …"messageText": "The function passed to taskpool must be an ordinary function decorated with \"@Con… string [all …]
|
| /third_party/typescript/tests/arkTSTest/testcase/arkts-only-imported-variables/ |
| D | arkts-only-imported-variables-error.json | 4 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 11 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 18 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 25 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 32 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 39 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 46 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 53 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 62 …"messageText": "Only imported variables can be captured by \"Sendable\" class (arkts-sendable-impo… string 69 …"messageText": "Only imported variables can be captured by \"Sendable\" class (arkts-sendable-impo… string [all …]
|
| /third_party/typescript/tests/arkTSTest/testcase/arkts-shared-module-exports/ |
| D | shared-module.json | 4 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 13 …"messageText": "Only \"Sendable\" entities can be exported in shared module (arkts-shared-module-e… string 20 …"messageText": "Only \"Sendable\" entities can be exported in shared module (arkts-shared-module-e… string 27 …"messageText": "Only \"Sendable\" entities can be exported in shared module (arkts-shared-module-e… string 34 …"messageText": "Only \"Sendable\" entities can be exported in shared module (arkts-shared-module-e… string 41 …"messageText": "Only \"Sendable\" entities can be exported in shared module (arkts-shared-module-e… string 48 …"messageText": "Only \"Sendable\" entities can be exported in shared module (arkts-shared-module-e… string 55 …"messageText": "Only \"Sendable\" entities can be exported in shared module (arkts-shared-module-e… string 62 …"messageText": "Only \"Sendable\" entities can be exported in shared module (arkts-shared-module-e… string 69 …"messageText": "\"export * from ...\" is not allowed in shared module (arkts-shared-module-no-wild… string [all …]
|
| /third_party/typescript/tests/arkTSTest/testcase/arkts-limited-esobj/dynamicImport/propertyDeclation/ |
| D | arkts-limited-esobj-promise.json | 4 …"messageText": "Property 'objA' has no initializer and is not definitely assigned in the construct… string 11 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 18 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 25 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 32 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 39 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 46 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 53 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 60 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 67 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string [all …]
|
| D | arkts-limited-esobj-non-promise.json | 4 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 11 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 18 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 25 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 32 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 39 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 46 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 53 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 60 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 67 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string [all …]
|
| /third_party/typescript/tests/arkTSTest/testcase/arkts-limited-esobj/dynamicImport/variableDeclation/ |
| D | arkts-limited-esobj-non-promise.json | 4 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 11 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 18 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 25 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 32 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 39 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 46 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 53 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 60 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 67 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string [all …]
|
| D | arkts-limited-esobj-promise.json | 4 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 11 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 18 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 25 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 32 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 39 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 46 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 53 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 60 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 67 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string [all …]
|
| /third_party/typescript/tests/arkTSTest/testcase/arkts-limited-esobj/ |
| D | arkts-limited-esobj-3-error.json | 4 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 11 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 18 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 25 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 32 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 39 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 46 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 53 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 60 "messageText": "Usage of \"ESObject\" type is restricted (arkts-limited-esobj)", string 67 …"messageText": "Object literal must correspond to some explicitly declared class or interface (ark… string [all …]
|
| /third_party/typescript/tests/arkTSTest/testcase/arkts-sendable-as-expr/ |
| D | arkts-sendable-as-expr-3-error.json | 4 …"messageText": "Conversion of type 'NonSendableClass' to type 'undefined' may be a mistake because… string 11 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 18 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 25 "messageText": "Structural typing is not supported (arkts-no-structural-typing)", string 32 "messageText": "Structural typing is not supported (arkts-no-structural-typing)", string 39 "messageText": "Structural typing is not supported (arkts-no-structural-typing)", string 46 "messageText": "Structural typing is not supported (arkts-no-structural-typing)", string 53 "messageText": "Structural typing is not supported (arkts-no-structural-typing)", string 60 "messageText": "Structural typing is not supported (arkts-no-structural-typing)", string 67 "messageText": "Structural typing is not supported (arkts-no-structural-typing)", string [all …]
|
| /third_party/typescript/tests/arkTSTest/testcase/arkts-no-module-wildcards/ |
| D | arkts-no-module-wildcards-5-error.json | 4 …"messageText": "Non-declaration statements in namespaces are not supported (single semicolons are … string 11 …"messageText": "Non-declaration statements in namespaces are not supported (single semicolons are … string 18 …"messageText": "Non-declaration statements in namespaces are not supported (single semicolons are … string 25 "messageText": "Ambient module declaration is not supported (arkts-no-ambient-decls)", string 32 "messageText": "Wildcards in module names are not supported (arkts-no-module-wildcards)", string 39 "messageText": "Function return type inference is limited (arkts-no-implicit-return-types)", string 46 …"messageText": "Object literal must correspond to some explicitly declared class or interface (ark… string 53 …"messageText": "\"import\" statements after other statements are not allowed (arkts-no-misplaced-i… string 62 …"messageText": "Non-declaration statements in namespaces are not supported (single semicolons are … string 69 …"messageText": "Non-declaration statements in namespaces are not supported (single semicolons are … string [all …]
|
| /third_party/typescript/tests/arkTSTest/testcase/arkts-sendable-class-decorator/ |
| D | arkts-sendable-class-decorator-1-error.json | 4 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 11 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 18 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 25 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 32 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 39 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 46 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 55 …"messageText": "Only \"@Sendable\" decorator can be used on \"Sendable\" class (arkts-sendable-cla… string 62 …"messageText": "Only \"@Sendable\" decorator can be used on \"Sendable\" class (arkts-sendable-cla… string 69 …"messageText": "Only \"@Sendable\" decorator can be used on \"Sendable\" class (arkts-sendable-cla… string [all …]
|
| D | arkts-sendable-class-decorator-2-error.json | 4 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 11 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 18 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 25 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 32 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 39 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 46 …"messageText": "No decorators except ArkUI decorators are currently allowed (arkts-no-decorators-e… string 55 …"messageText": "Only \"@Sendable\" decorator can be used on \"Sendable\" class (arkts-sendable-cla… string 62 …"messageText": "Only \"@Sendable\" decorator can be used on \"Sendable\" class (arkts-sendable-cla… string 69 …"messageText": "Only \"@Sendable\" decorator can be used on \"Sendable\" class (arkts-sendable-cla… string [all …]
|
| /third_party/typescript/tests/arkTSTest/testcase/multi-rule-consistency/ |
| D | function-ut-consistency-1.json | 4 "messageText": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)", string 11 …"messageText": "Object literal must correspond to some explicitly declared class or interface (ark… string 18 "messageText": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)", string 25 "messageText": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)", string 32 …"messageText": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-type… string 39 …"messageText": "Object literal must correspond to some explicitly declared class or interface (ark… string 46 "messageText": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)", string 53 "messageText": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)", string 62 "messageText": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)", string 69 "messageText": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)", string [all …]
|
| /third_party/typescript/tests/arkTSTest/testcase/arkts-no-ctor-signatures-type/ |
| D | arkts-no-ctor-signatures-type-1-error.json | 4 …"messageText": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-type… string 11 …"messageText": "Use \"class\" instead of a type with constructor signature (arkts-no-ctor-signatur… string 18 … "messageText": "Use arrow functions instead of function expressions (arkts-no-func-expressions)", string 25 …"messageText": "Using \"this\" inside stand-alone functions is not supported (arkts-no-standalone-… string 32 … "messageText": "Use arrow functions instead of function expressions (arkts-no-func-expressions)", string 39 …"messageText": "Using \"this\" inside stand-alone functions is not supported (arkts-no-standalone-… string 48 …"messageText": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-type… string 55 …"messageText": "Use \"class\" instead of a type with constructor signature (arkts-no-ctor-signatur… string 62 … "messageText": "Use arrow functions instead of function expressions (arkts-no-func-expressions)", string 69 …"messageText": "Using \"this\" inside stand-alone functions is not supported (arkts-no-standalone-… string [all …]
|
| /third_party/typescript/tests/arkTSTest/testcase/arkts-no-standalone-this/ |
| D | arkts-no-standalone-this-4-error.json | 4 "messageText": "Reassigning object methods is not supported (arkts-no-method-reassignment)", string 11 "messageText": "Declaring properties on functions is not supported (arkts-no-func-props)", string 18 … "messageText": "Use arrow functions instead of function expressions (arkts-no-func-expressions)", string 25 …"messageText": "Using \"this\" inside stand-alone functions is not supported (arkts-no-standalone-… string 32 "messageText": "Reassigning object methods is not supported (arkts-no-method-reassignment)", string 39 "messageText": "Declaring properties on functions is not supported (arkts-no-func-props)", string 46 … "messageText": "Use arrow functions instead of function expressions (arkts-no-func-expressions)", string 55 "messageText": "Reassigning object methods is not supported (arkts-no-method-reassignment)", string 62 "messageText": "Declaring properties on functions is not supported (arkts-no-func-props)", string 69 … "messageText": "Use arrow functions instead of function expressions (arkts-no-func-expressions)", string [all …]
|
| D | arkts-no-standalone-this-3-error.json | 4 "messageText": "Reassigning object methods is not supported (arkts-no-method-reassignment)", string 11 "messageText": "Declaring properties on functions is not supported (arkts-no-func-props)", string 18 … "messageText": "Use arrow functions instead of function expressions (arkts-no-func-expressions)", string 25 …"messageText": "Using \"this\" inside stand-alone functions is not supported (arkts-no-standalone-… string 32 "messageText": "Reassigning object methods is not supported (arkts-no-method-reassignment)", string 39 "messageText": "Declaring properties on functions is not supported (arkts-no-func-props)", string 46 … "messageText": "Use arrow functions instead of function expressions (arkts-no-func-expressions)", string 55 "messageText": "Reassigning object methods is not supported (arkts-no-method-reassignment)", string 62 "messageText": "Declaring properties on functions is not supported (arkts-no-func-props)", string 69 … "messageText": "Use arrow functions instead of function expressions (arkts-no-func-expressions)", string [all …]
|