Searched defs:arktsConfig (Results 1 – 4 of 4) sorted by relevance
42 …ImportPathManager(ark::ArenaAllocator *allocator, std::shared_ptr<ArkTsConfig> arktsConfig, std::s… in ImportPathManager()
150 … const ark::PandArg<std::string> &arktsConfig, const es2panda::CompilationMode &compMode) in DetermineExtension()222 const ark::PandArg<std::string> &arktsConfig) in CheckEtsSpecificOptions()
333 auto arktsConfig = std::make_unique<JsonObject>(*tsConfigSource); in Parse() local424 static std::vector<fs::path> GetSourceList(const std::shared_ptr<ArkTsConfig> &arktsConfig) in GetSourceList()501 …::pair<std::string, std::string>> FindProjectSources(const std::shared_ptr<ArkTsConfig> &arktsConf… in FindProjectSources()
241 ark::PandArg<std::string> arktsConfig; member