Home
last modified time | relevance | path

Searched full:arktsconfig (Results 1 – 25 of 234) sorted by relevance

12345678910

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/function_ops/
DCMakeLists.txt15 ETS_CONFIG ${CMAKE_CURRENT_SOURCE_DIR}/arktsconfig.json
21 ETS_CONFIG ${CMAKE_CURRENT_SOURCE_DIR}/arktsconfig.json
27 ETS_CONFIG ${CMAKE_CURRENT_SOURCE_DIR}/arktsconfig.json
33 ETS_CONFIG ${CMAKE_CURRENT_SOURCE_DIR}/arktsconfig.json
39 ETS_CONFIG ${CMAKE_CURRENT_SOURCE_DIR}/arktsconfig.json
45 ETS_CONFIG ${CMAKE_CURRENT_SOURCE_DIR}/arktsconfig.json
51 ETS_CONFIG ${CMAKE_CURRENT_SOURCE_DIR}/arktsconfig.json
57 ETS_CONFIG ${CMAKE_CURRENT_SOURCE_DIR}/arktsconfig.json
63 ETS_CONFIG ${CMAKE_CURRENT_SOURCE_DIR}/arktsconfig.json
69 ETS_CONFIG ${CMAKE_CURRENT_SOURCE_DIR}/arktsconfig.json
/arkcompiler/ets_frontend/ets2panda/util/
Darktsconfig.cpp16 #include "arktsconfig.h"
30 bool ArkTsConfig::Check(bool cond, const diagnostic::DiagnosticKind &diag, const util::DiagnosticMe… in Check()
100 ArkTsConfig::Pattern::Pattern(std::string value, std::string base) : value_(std::move(value)), base… in Pattern()
105 bool ArkTsConfig::Pattern::IsPattern() const in IsPattern()
110 std::string ArkTsConfig::Pattern::GetSearchRoot() const in GetSearchRoot()
124 bool ArkTsConfig::Pattern::Match(const std::string &path) const in Match()
130 // Replace arktsconfig special symbols with regular expressions in Match()
166 std::optional<ArkTsConfig> ArkTsConfig::ParseExtends(const std::string &configPath, const std::stri… in ParseExtends()
179 auto base = ArkTsConfig(basePath, diagnosticEngine_); in ParseExtends()
199 bool ArkTsConfig::ParsePaths(const JsonObject::JsonObjPointer *options, PathsMap &pathsMap, const s… in ParsePaths()
[all …]
Darktsconfig.h31 // NOTE(ivagin): If ARKTSCONFIG_USE_FILESYSTEM is not defined part of ArkTsConfig functionality is …
65 class ArkTsConfig {
70 // Pattern describes arktsconfig path pattern for 'include' or 'exclude' properties
120 explicit ArkTsConfig(std::string_view configPath, util::DiagnosticEngine &de) in ArkTsConfig() function
151 const std::unordered_map<std::string, std::shared_ptr<ArkTsConfig>> &Dependencies() const in Dependencies()
198 const JsonObject *arktsConfig);
199 … std::optional<ArkTsConfig> ParseExtends(const std::string &configPath, const std::string &extends,
211 …void ResolveConfigDependencies(std::unordered_map<std::string, std::shared_ptr<ArkTsConfig>> &depe…
230 void Inherit(const ArkTsConfig &base);
244 std::unordered_map<std::string, std::shared_ptr<ArkTsConfig>> dependencies_ {};
[all …]
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/srcdumper/
Drunner_srcdumper.py62 f'--arktsconfig={self.arktsconfig}'
69 f'--arktsconfig={self.arktsconfig}'
76 f'--arktsconfig={self.arktsconfig}'
83 f'--arktsconfig={self.arktsconfig}'
90 f'--arktsconfig={self.arktsconfig}'
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/module_ops/
DCMakeLists.txt15 ETS_CONFIG ${CMAKE_CURRENT_SOURCE_DIR}/arktsconfig.json
21 ETS_CONFIG ${CMAKE_CURRENT_SOURCE_DIR}/arktsconfig.json
32 ETS_CONFIG ${CMAKE_CURRENT_SOURCE_DIR}/arktsconfig.json
38 ETS_CONFIG ${CMAKE_CURRENT_SOURCE_DIR}/arktsconfig.json
44 ETS_CONFIG ${CMAKE_CURRENT_SOURCE_DIR}/arktsconfig.json
50 ETS_CONFIG ${CMAKE_CURRENT_SOURCE_DIR}/arktsconfig.json
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/
Doptions_es2panda.py37 "arktsconfig": self.arktsconfig,
63 @value(yaml_path="es2panda.arktsconfig", cli_name="arktsconfig", cast_to_type=_to_path)
64 def arktsconfig(self) -> Optional[str]: member in Es2PandaOptions
88 f'--arktsconfig="{self.arktsconfig}"' if self.arktsconfig is not None else '',
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/cfg/test-suites/
Dparser.yaml82 arktsconfig: "${parameters.build}/tools/es2panda/generated/arktsconfig.json"
89 - "--arktsconfig=${parameters.arktsconfig}"
92 arktsconfig: "${parameters.build}/tools/es2panda/generated/arktsconfig.json"
99 - "--arktsconfig=${parameters.arktsconfig}"
Dastchecker.yaml82 arktsconfig: "${parameters.build}/tools/es2panda/generated/arktsconfig.json"
89 - "--arktsconfig=${parameters.arktsconfig}"
92 arktsconfig: "${parameters.build}/tools/es2panda/generated/arktsconfig.json"
99 - "--arktsconfig=${parameters.arktsconfig}"
/arkcompiler/ets_frontend/ets2panda/bindings/src/
Dlsp_helper.ts58 const ets2pandaCmdPrefix = ['-', '--extension', 'ets', '--arktsconfig'];
76 private fileNameToArktsconfig: Record<string, string>; // Map<fileName, arktsconfig.json>
130 let arktsconfig = this.fileNameToArktsconfig[filePath];
131 let ets2pandaCmd = ets2pandaCmdPrefix.concat(arktsconfig);
149 let arktsconfig = this.fileNameToArktsconfig[filePath];
150 let ets2pandaCmd = ets2pandaCmdPrefix.concat(arktsconfig);
169 let arktsconfig = this.fileNameToArktsconfig[filePath];
170 let ets2pandaCmd = ets2pandaCmdPrefix.concat(arktsconfig);
188 let arktsconfig = this.fileNameToArktsconfig[filePath];
189 let ets2pandaCmd = ets2pandaCmdPrefix.concat(arktsconfig);
[all …]
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/recheck/
Drunner_recheck.py64 f'--arktsconfig={self.arktsconfig}'
72 f'--arktsconfig={self.arktsconfig}'
80 f'--arktsconfig={self.arktsconfig}'
88 f'--arktsconfig={self.arktsconfig}'
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/test/config_test/
Ddata_collections.py32 'arktsconfig': '${parameters.build}/tools/es2panda/generated/arktsconfig.json',
36 '--output=/dev/null', '--arktsconfig=${parameters.arktsconfig}']
Dtest_suite3.yaml47 arktsconfig: "${parameters.build}/tools/es2panda/generated/arktsconfig.json"
54 - "--arktsconfig=${parameters.arktsconfig}"
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-decl/
Dtest.py35 '--arktsconfig', arktsconfig_path,
54 parser.add_argument('--arktsconfig', required=True, help='Path to project arktsconfig')
64 str(args.es2panda).split()[-1], args.arktsconfig, expected_path]]
66 cmd = es2panda_command(args.es2panda, args.stdlib, args.arktsconfig, args.target)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/bind_ops/
DCMakeLists.txt15 ETS_CONFIG ${CMAKE_CURRENT_SOURCE_DIR}/arktsconfig.json
21 ETS_CONFIG ${CMAKE_CURRENT_SOURCE_DIR}/arktsconfig.json
27 ETS_CONFIG ${CMAKE_CURRENT_SOURCE_DIR}/arktsconfig.json
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-config/incorrect-include/
Dexpected.json3 …"stdout": "Fatal error: Invalid ArkTsConfig: incorrect-include/arktsconfig.json\nArkTS config erro…
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/tools/
Des2panda.py39 'templates', 'arktsconfig.json').resolve()
70 """Update arktsconfig.json with actual paths."""
84 'tools', 'es2panda', 'generated', 'arktsconfig.json')
121 'tools', 'es2panda', 'generated', 'arktsconfig.json'))
146 conf = bu.path.joinpath('arktsconfig.json')
157 # check if arktsconfig should be updated
174 arktsconfig = conf if conf else self.default_arktsconfig
178 f'--arktsconfig={arktsconfig} '
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/cfg/workflows/
Donly-es2panda.yaml18 arktsconfig: "${parameters.build}/tools/es2panda/generated/arktsconfig.json"
24 - "--arktsconfig=${parameters.arktsconfig}"
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/astchecker/
Drunner_astchecker.py65 f'--arktsconfig={self.arktsconfig}'
70 f'--arktsconfig={self.arktsconfig}'
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/
DCMakeLists.txt95 # Create arktsconfig.json with "dynamicPaths" for js modules
123 set(ARKTSCONFIG ${CMAKE_CURRENT_BINARY_DIR}/arktsconfig.json) variable
124 file(WRITE ${ARKTSCONFIG} ${ARKTSCONFIG_CONTENT})
148 …COMMAND $<TARGET_FILE:es2panda> ${ETS_MODULE_KEY} --arktsconfig ${ARKTSCONFIG} --output ${ABC_PATH…
149 …COMMAND $<TARGET_FILE:declgen_ets2ts> ${ETS_MODULE_KEY} --arktsconfig ${ARKTSCONFIG} --output-dets…
150 DEPENDS es2panda declgen_ets2ts ${ETS_SOURCE} ${ARKTSCONFIG}
188 DEPENDS es2panda ark_link ${ABC_TARGETS} ${ARKTSCONFIG} ${COPIED_TS_SOURCES} ${DECL_FILES}
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/modules/mismatched/incompatible/
Dfinal.ets17 arktsconfig: arktsconfig.json
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/modules/mismatched/src/
Dfinal_method.ets18 arktsconfig: arktsconfig.json
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/modules/multiple_implement/src/
Di1.ets18 arktsconfig: arktsconfig.json
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/modules/foo/
Dbase.ets18 arktsconfig: arktsconfig.json
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-common-tests/testing_arktsconfig_paths_search_order/test_path/bbb/
Dd.ets17 arktsconfig: ../../arktsconfig.json
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-common-tests/testing_arktsconfig_field_dependencies_and_entry/C/
DindexC.ets18 arktsconfig: arktsconfig.json

12345678910