Home
last modified time | relevance | path

Searched refs:app_codegen_config (Results 1 – 9 of 9) sorted by relevance

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/cocoapods/
H A Dcodegen_utils.rb150 def get_list_of_js_specs(app_codegen_config, app_path) argument
153 if app_codegen_config['libraries'] then
155 app_codegen_config['libraries'].each do |library|
159 elsif app_codegen_config['jsSrcsDir'] then
160 codegen_dir = File.join(app_path, app_codegen_config['jsSrcsDir'])
207 app_codegen_config = codegen_utils.get_codegen_config_from_file(app_package_path, config_key)
208 input_files = codegen_utils.get_list_of_js_specs(app_codegen_config, app_path)
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/cocoapods/
H A Dcodegen_utils.rb162 def get_list_of_js_specs(app_codegen_config, app_path) argument
165 if app_codegen_config['libraries'] then
167 app_codegen_config['libraries'].each do |library|
171 elsif app_codegen_config['jsSrcsDir'] then
172 codegen_dir = File.join(app_path, app_codegen_config['jsSrcsDir'])
220 app_codegen_config = codegen_utils.get_codegen_config_from_file(app_package_path, config_key)
221 input_files = codegen_utils.get_list_of_js_specs(app_codegen_config, app_path)
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/cocoapods/
H A Dcodegen_utils.rb198 def get_list_of_js_specs(app_codegen_config, app_path, file_manager: File) argument
201 if app_codegen_config['libraries'] then
203 app_codegen_config['libraries'].each do |library|
207 elsif app_codegen_config['jsSrcsDir'] then
208 codegen_dir = file_manager.join(app_path, app_codegen_config['jsSrcsDir'])
258 app_codegen_config = codegen_utils.get_codegen_config_from_file(app_package_path, config_key)
259 input_files = codegen_utils.get_list_of_js_specs(app_codegen_config, app_path)
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/cocoapods/__tests__/
H A Dcodegen_utils-test.rb160 app_codegen_config = {
179 files = CodegenUtils.new().get_list_of_js_specs(app_codegen_config, app_path)
194 app_codegen_config = {
205 files = CodegenUtils.new().get_list_of_js_specs(app_codegen_config, app_path)
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/cocoapods/__tests__/test_utils/
H A DCodegenUtilsMock.rb42 def get_list_of_js_specs(app_codegen_config, app_path) argument
44 "app_codegen_config" => app_codegen_config,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/cocoapods/__tests__/test_utils/
H A DCodegenUtilsMock.rb42 def get_list_of_js_specs(app_codegen_config, app_path) argument
44 "app_codegen_config" => app_codegen_config,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/cocoapods/__tests__/test_utils/
H A DCodegenUtilsMock.rb42 def get_list_of_js_specs(app_codegen_config, app_path) argument
44 "app_codegen_config" => app_codegen_config,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/cocoapods/__tests__/
H A Dcodegen_utils-test.rb164 app_codegen_config = {
183 files = CodegenUtils.new().get_list_of_js_specs(app_codegen_config, app_path)
198 app_codegen_config = {
209 files = CodegenUtils.new().get_list_of_js_specs(app_codegen_config, app_path)
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/cocoapods/__tests__/
H A Dcodegen_utils-test.rb191 app_codegen_config = {
210 …files = CodegenUtils.new().get_list_of_js_specs(app_codegen_config, app_path, file_manager: FileMo…
225 app_codegen_config = {
236 …files = CodegenUtils.new().get_list_of_js_specs(app_codegen_config, app_path, file_manager: FileMo…