| /arkcompiler/ets_frontend/ets2panda/compiler/scripts/ |
| D | signatures.yaml | 228 package: PKG_STD_CORE 231 package: PKG_STD_CORE 234 package: PKG_STD_CORE 237 package: PKG_STD_CORE 240 package: PKG_STD_CORE 243 package: PKG_STD_CORE 246 package: PKG_STD_CORE 249 package: PKG_STD_CORE 252 package: PKG_STD_CORE 255 package: PKG_STD_CORE [all …]
|
| D | signatures.rb | 39 data.packages.each do |package| 40 refs[package.ref] = package.name 54 sig = "%s.%s" % [refs[builtin.package], builtin.name]
|
| /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") {
|
| D | test-import-exec.ts | 17 …CKAGE_FILE_TYPE, FILE_TYPE_VAR as PACKAGE_FILE_TYPE_VAR} from "@package:myapp/test-export-package"; 25 || PACKAGE_FILE_TYPE !== "package" 39 if (PACKAGE_FILE_TYPE_VAR !== "package") {
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/implicit_package_import/package_test_8/ |
| D | import_multi_error.sts | 16 package subpackage_a; 23 /* @@? 20:1 Error SyntaxError: Package module cannot import from a file in it's own package */ 24 /* @@? 21: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/17.experimental_features/19.packages/03.import_and_overloading_of_function_names/bad_package_declarations/ |
| D | bad_package_declarations.sts | 20 …time error occurs if: a package module contains no package header, or package headers of two packa…
|
| D | bad_package_declarations.params.yaml | 16 - package 18 package P1; 19 package P2;
|
| /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_4/ |
| D | package_module_1.sts | 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 */
|
| D | package_module_2.sts | 16 package mypack; 23 // from package is thrown) as files in the package containing 'syntax errors' are ignored
|
| /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/"]
|
| D | main.sts | 16 import { Foo } from "@package/component1/lib" 17 import { Bar } from "@package/component2" 18 import { Baz } from "@package/component22"
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/04.scopes/testing_package_level_scope/ |
| D | package_level.sts | 17 desc: Package level scope, package module 18 package: testing_package_level_scope 21 package testing_package_level_scope;
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | packageImplicitImport.cpp | 32 … // Because same package files must be in one folder, relative path references in an external in MergeExternalFilesIntoCompiledProgram() 49 // There exist 2 files in the same folder, with different package names in ValidateFolderContainOnlySamePackageFiles() 54 … "' are in the same folder, but have different package names.", in ValidateFolderContainOnlySamePackageFiles() 82 …ctx->parser->LogSyntaxError("Package module cannot import from a file in it's own package", stmt->… in ValidateImportDeclarationsSourcePath() 102 // Validate if all import declaration refers to a path outside of the package module in ValidateNoImportComesFromSamePackage() 110 // Only run for package module files in Perform() 118 // No other files in the package, return in Perform() 124 … // NOTE (mmartin): Very basic sorting of files in the package, to merge them in a prescribed order in Perform() 133 // All entities were merged into the main program from the external sources of the same package, in Perform()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/19.packages/ |
| D | package_declarations.params.yaml | 15 - package P1 17 package P1 20 package P1
|
| /arkcompiler/runtime_core/static_core/tests/verifier-tests/ |
| D | access_field_nomodifier_core.pa | 15 … it must fail in Java if the class is nor inherited by current class, nor stays in the same package 22 # // Expected VerificationError: Access to the package protected object field is prohibited. 27 # package pckg; 33 # Class Package Subclass World
|
| /arkcompiler/runtime_core/tests/verifier-tests/ |
| D | access_field_nomodifier_core.pa | 15 … it must fail in Java if the class is nor inherited by current class, nor stays in the same package 22 # // Expected VerificationError: Access to the package protected object field is prohibited. 27 # package pckg; 33 # Class Package Subclass World
|
| /arkcompiler/runtime_core/ |
| D | .gitignore | 18 libabckit/package-lock.json 24 static_core/plugins/ets/tools/declgen_ts2ets/package-lock.json 28 static_core/tools/sampler/scripts/package-lock.json
|
| /arkcompiler/runtime_core/static_core/verification/ |
| D | verification.yaml | 21 package_field: Access to package protected object field is prohibited. 24 protected_class: Access to package-private class is prohibited. 50 - package 79 protected_field: package 85 package_field: package 94 protected_method: package 100 package_method: package
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/abc2program/update-version/ |
| D | compileContextInfo.json | 6 "package": { object 7 "packageName": "package",
|
| D | expected.txt | 32 lda.str @normalized:N&&&package/src/main/other&2.0.0 58 val: @normalized:N&&&package/src/main/test&2.0.0 101 "@normalized:N&&&package/src/main/other&1.0.0"; "@normalized:N&&&package/src/main/other&2.0.0"; "or…
|
| /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 102 metadata['package'] = metadata.get("package") 103 if metadata['package'] is None: 104 metadata['package'] = get_package_statement(path)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/overriding_by_instance_methods/ |
| D | overriding_private_method.sts | 18 …with package access in the same package as C, and either C declares mC or mA is a member of the di…
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | commonUtil.cpp | 106 …// @normalized:{N|Y}&[module name]&[bundle name]&{<package name>|<@package/name>}/{import_path}&[v… in UpdatePackageVersionIfNeeded() 108 // 1. The package name and version are specified in the CompileContextInfo file. in UpdatePackageVersionIfNeeded() 116 // Incorrect ohmurl format: no package name, skip version update in UpdatePackageVersionIfNeeded() 133 …* Modify the package name in the bytecode. The modifiedPkgName format is originalPkgName:targetPkg… 153 …* If a Har package is dependent of a cross-app Hsp, its ohmurl need to contain the bundleName of t… 161 …// @normalized:{N|Y}&[module name]&[bundle name]&{<package name>|<@package/name>}/{import_path}&[v… in UpdateBundleNameIfNeeded() 179 * The hsp package don't compile into the current abc file. in UpdateBundleNameIfNeeded()
|
| /arkcompiler/runtime_core/static_core/docs/diagrams/ |
| D | task_manager-components.plantuml | 4 package "Task Queues" { 15 package "Worker threads pool" {
|