| /arkcompiler/ets_frontend/ets2panda/compiler/scripts/ |
| D | signatures.yaml | 315 package: PKG_STD_CORE 318 package: PKG_STD_CORE 321 package: PKG_STD_CORE 324 package: PKG_STD_CORE 327 package: PKG_STD_CORE 330 package: PKG_STD_CORE 333 package: PKG_STD_CORE 336 package: PKG_STD_CORE 339 package: PKG_STD_CORE 342 package: PKG_STD_CORE [all …]
|
| /arkcompiler/runtime_core/taihe/compiler/tests/ |
| D | test_semantic_error.py | 92 test_instance.add_source("package.1", "") 101 "package", 114 "package", 125 "package", 127 " a: unimported.package.Type;\n" 138 "package", 154 "package", 155 "from package.example use B;\n" 161 "package.example", 174 "package", [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/fld/ |
| D | pkgmod.params.yaml | 16 # internal access modifier, same-package cases 22 // package module, negative case with internal field 29 // package module, positive case with internal field, from same-package subclass 37 // package module, negative case with internal field, from same-package subclass 44 // package module, positive case with internal field, from same-package subclass 52 // package module, negative case with internal field, from same-package subclass 55 # internal access modifier, other-package cases 61 // package module, negative case with internal field, from other-package subclass 69 // package module, negative case with internal field, from other-package subclass 76 // package module, positive case with internal field, from other-package subclass [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/met/ |
| D | pkgmod.params.yaml | 16 # internal access modifier, same-package cases 22 // package module, negative case with internal method 29 // package module, positive case with internal method, from same-package subclass 37 // package module, negative case with internal method, from same-package subclass 44 // package module, positive case with internal method, from same-package subclass 52 // package module, negative case with internal method, from same-package subclass 55 # internal access modifier, other-package cases 61 // package module, negative case with internal method, from other-package subclass 69 // package module, negative case with internal method, from other-package subclass 76 // package module, positive case with internal method, from other-package subclass [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/acc/ |
| D | pkgmod.params.yaml | 16 # internal access modifier, same-package cases 22 // package module, negative case with internal accessor 31 // package module, positive case with internal accessor, from same-package subclass 41 // package module, negative case with internal accessor, from same-package subclass 50 // package module, positive case with internal accessor, from same-package subclass 60 // package module, negative case with internal accessor, from same-package subclass 65 # internal access modifier, other-package cases 71 // package module, negative case with internal accessor, from other-package subclass 81 // package module, negative case with internal accessor, from other-package subclass 90 // package module, positive case with internal accessor, from other-package subclass [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/constructor/ |
| D | pkgmod.params.yaml | 16 # internal access modifier, same-package cases 22 // package module, negative case with internal constructor 29 // package module, positive case with internal constructor, from same-package subclass 36 // package module, positive case with internal constructor, from same-package subclass 43 // package module, positive case with internal constructor, from same-package subclass 46 # internal access modifier, other-package cases 52 // package module, negative case with internal constructor, from other-package subclass 59 // package module, positive case with internal constructor, from other-package subclass
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates_deprecated/09.classes/03.class_members/con/ |
| D | pkgmod.params.yaml | 16 # internal access modifier, same-package cases 22 // package module, negative case with internal constructor 29 // package module, positive case with internal constructor, from same-package subclass 36 // package module, positive case with internal constructor, from same-package subclass 43 // package module, positive case with internal constructor, from same-package subclass 46 # internal access modifier, other-package cases 52 // package module, negative case with internal constructor, from other-package subclass 59 // package module, positive case with internal constructor, from other-package subclass
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/package_invalid_initializer/P3/ |
| D | P3.ets | 16 package P3 45 /* @@? P3.ets:26:25 Error SyntaxError: Non-constant initializer of Package should be apply in Initi… 46 /* @@? P3.ets:27:23 Error SyntaxError: Non-constant initializer of Package should be apply in Initi… 47 /* @@? P3.ets:29:14 Error SyntaxError: Missing initialization for const package property */ 49 /* @@? P3.ets:30:30 Error SyntaxError: Non-constant initializer of Package should be apply in Initi… 51 /* @@? P3.ets:32:6 Error SyntaxError: Non-constant initializer of Package should be apply in Initia… 52 /* @@? P3.ets:33:1 Error SyntaxError: Invalid package toplevel statement */ 53 /* @@? P3.ets:34:1 Error SyntaxError: Invalid package toplevel statement */ 54 /* @@? P3.ets:39:14 Error SyntaxError: Missing initialization for const package property */
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/suites/ |
| D | test_metadata.py | 31 PACKAGE_PATTERN = re.compile(f"\\n\\s*package[\\t\\f\\v ]+(?P<package_name>\\w+{DOTS_WHITESPACES_P… 85 package: str | None = None variable in TestMetadata 134 package = metadata.get("package") 138 package = cls.get_package_statement_from_arktsconfig(path, arktsconfig_path) 139 … metadata['package'] = cls.get_package_statement_from_source(path) if package is None else package 145 if metadata.package is None: 146 metadata.package = cls.get_package_statement_from_source(path) 163 package = data.get("compilerOptions", {}).get('package', None) 164 return f"{package}.{path.stem}" if package is not None else None 167 return self.package if self.package is not None else ""
|
| /arkcompiler/ets_frontend/es2panda/test/optimizer/ts/branch-elimination/projects/ts_ohmurl_project/ |
| D | test-import-namespace.ts | 17 import * as PACKAGE from "@package:myapp/test-export-package"; 24 || PACKAGE.FILE_TYPE !== "package" 37 if (PACKAGE.FILE_TYPE_VAR !== "package") {
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/03.import_and_overloading_of_function_names/bad_package_declarations/ |
| D | bad_package_declarations.ets | 20 …time error occurs if: a package module contains no package header, or package headers of two packa…
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/package_invalid_initializer/ |
| D | main_test.ets | 18 /* @@? P3.ets:26:25 Error SyntaxError: Non-constant initializer of Package should be apply in Initi… 19 /* @@? P3.ets:27:23 Error SyntaxError: Non-constant initializer of Package should be apply in Initi… 21 /* @@? P3.ets:30:30 Error SyntaxError: Non-constant initializer of Package should be apply in Initi… 22 /* @@? P3.ets:32:6 Error SyntaxError: Non-constant initializer of Package should be apply in Initia… 23 /* @@? P3.ets:33:1 Error SyntaxError: Invalid package toplevel statement */ 24 /* @@? P3.ets:34:1 Error SyntaxError: Invalid package toplevel statement */
|
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/scripts/ |
| D | install_arkanalyzer.sh | 22 cp package.json package.json.bak 24 sed -i '/postinstall/d' package.json 32 mv ../arkanalyzer/package.json.bak ../arkanalyzer/package.json
|
| /arkcompiler/ets_frontend/legacy_bin/ |
| D | BUILD.gn | 60 source = "./api8/package.json" 67 source = "./api8/package.json" 74 source = "./api8/package.json" 81 source = "./api8/package-lock.json" 88 source = "./api8/package-lock.json" 95 source = "./api8/package-lock.json" 166 source = "./api8/package.json" 173 source = "./api8/package.json" 180 source = "./api8/package.json" 187 source = "./api8/package-lock.json" [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/implicit_package_import/package_test_8/ |
| D | import_multi_error.ets | 16 package subpackage_a; 23 /* @@? 18:1 Error SyntaxError: Package module cannot import from a file in it's own package. */ 25 /* @@? 19:1 Error SyntaxError: Package module cannot import from a file in it's own package. */
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/constructor/ |
| D | pkgmod.params.yaml | 21 // package module, positive case with public constructor 28 // package module, positive case with public constructor, from subclass 37 // package module, negative case with protected constructor 44 // package module, positive case with protected constructor, from subclass 53 // package module, negative case with private constructor 61 // package module, negative case with private constructor, from subclass
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/fld/ |
| D | pkgmod.params.yaml | 21 // package module, positive case with public field 28 // package module, positive case with public field, from subclass 37 // package module, negative case with protected field 44 // package module, positive case with protected field, from subclass 53 // package module, negative case with private field 61 // package module, negative case with private field, from subclass
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/met/ |
| D | pkgmod.params.yaml | 21 // package module, positive case with public method 28 // package module, positive case with public method, from subclass 37 // package module, negative case with protected method 44 // package module, positive case with protected method, from subclass 53 // package module, negative case with private method 61 // package module, negative case with private method, from subclass
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/03.class_members/acc/ |
| D | pkgmod.params.yaml | 21 // package module, positive case with public accessor 30 // package module, positive case with public accessor, from subclass 41 // package module, negative case with protected accessor 50 // package module, positive case with protected accessor, from subclass 61 // package module, negative case with private accessor 71 // package module, negative case with private accessor, from subclass
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/implicit_package_import/package_test_4/ |
| D | package_module_1.ets | 16 package mypack; 19 // compiling this file will fail with import from it's own package 21 /* @@? 17:1 Error SyntaxError: Package module cannot import from a file in it's own package. */
|
| /arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-build/paths/ |
| D | tsconfig.json | 5 "@package/component1/*": ["./lib/module1/*"], 6 "@package/component2": ["./lib/module2/"], 7 "@package/component22": ["./lib/module22/"]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/01.internal_access_modifier/Test/Test02/ |
| D | internal_access_in_package02.ets | 17 desc: Check member with internal access modifier in package. 20 …within its compilation unit only. If the compilation unit is a package, then internal members can … 21 in any package module. 25 package Test02;
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/ets_templates/ |
| D | test_metadata.py | 29 PACKAGE_PATTERN = re.compile(f"\\n\\s*package[\\t\\f\\v ]+(?P<package_name>\\w+{DOTS_WHITESPACES_P… 76 package: Optional[str] = None variable in TestMetadata 91 return self.package if self.package is not None else "" 106 metadata['package'] = metadata.get("package") 107 if metadata['package'] is None: 108 metadata['package'] = get_package_statement(path) 109 metadata['module'] = metadata['package']
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/01.internal_access_modifier/Test/Test/ |
| D | internal_interface_access_in_package.ets | 17 desc: Check interface with internal access modifier in package. 20 …within its compilation unit only. If the compilation unit is a package, then internal members can … 21 in any package module. 25 package Test;
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/17.packages/01.internal_access_modifier/Test/Test03/ |
| D | internal_access_in_package03.ets | 17 desc: Check member with internal access modifier in package. 20 …within its compilation unit only. If the compilation unit is a package, then internal members can … 21 in any package module. 25 package Test03;
|