Home
last modified time | relevance | path

Searched refs:compiler (Results 1 – 25 of 136) sorted by relevance

123456

/expo/packages/@expo/cli/src/start/server/webpack/
H A Dcompile.ts10 export async function compileAsync(compiler: webpack.Compiler) {
11 const stats = await promisify(compiler.run.bind(compiler))();
H A DWebpackBundlerDevServer.ts31 before?: (app: Application, server: WebpackDevServer, compiler: webpack.Compiler) => void;
136 const compiler = webpack(config); constant
139 await compileAsync(compiler);
187 const compiler = webpack(config); constant
191 compiler,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Ddownload-kotlin-compiler-with-buck.sh7 buck fetch //ReactAndroid/src/main/third-party/kotlin:kotlin-compiler-download
9 BUCK_OUTPUT_FOLDER=$(buck build //ReactAndroid/src/main/third-party/kotlin:kotlin-compiler-download…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Ddownload-kotlin-compiler-with-buck.sh7 buck fetch //ReactAndroid/src/main/third-party/kotlin:kotlin-compiler-download
9 BUCK_OUTPUT_FOLDER=$(buck build //ReactAndroid/src/main/third-party/kotlin:kotlin-compiler-download…
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/sksl/
H A DDSLRuntimeEffects.h22 void StartRuntimeShader(SkSL::Compiler* compiler);
H A DDSLCore.h48 void Start(SkSL::Compiler* compiler, SkSL::ProgramKind kind = SkSL::ProgramKind::kFragment);
50 void Start(SkSL::Compiler* compiler, SkSL::ProgramKind kind, const SkSL::ProgramSettings& settings);
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/circleci/
H A Dbuck_fetch.sh47 retry 3 scripts/download-kotlin-compiler-with-buck.sh
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/circleci/
H A Dbuck_fetch.sh47 retry 3 scripts/download-kotlin-compiler-with-buck.sh
/expo/docs/
H A Dnext.config.js47 compiler: {
/expo/docs/pages/guides/
H A Dtypescript.mdx86 …efault. This sets the following default [compiler options](https://www.typescriptlang.org/docs/han…
106 …available properties see the [TypeScript compiler options](https://www.typescriptlang.org/docs/han…
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/sksl/
H A DDSLCore.h47 void Start(SkSL::Compiler* compiler, SkSL::ProgramKind kind = SkSL::ProgramKind::kFragment);
49 void Start(SkSL::Compiler* compiler, SkSL::ProgramKind kind, const SkSL::ProgramSettings& settings);
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/sdks/hermes-engine/
H A DABI48_0_0hermes-engine.podspec38 …mes] Installing hermes-engine may take slightly longer, building Hermes compiler from source...'.y…
77 "CLANG_CXX_LIBRARY" => "compiler-default"
/expo/docs/pages/modules/
H A Duse-standalone-expo-module-in-your-project.mdx46 Run one of the apps to ensure everything is working. Then, start the TypeScript compiler inside **p…
101 Run the example project to make sure everything is working. Then, start the TypeScript compiler to …
105 '# Run this in the root of the project to start the TypeScript compiler',
/expo/packages/expo-image/android/
H A Dbuild.gradle114 kapt "com.github.bumptech.glide:compiler:${GLIDE_VERSION}"
/expo/templates/expo-template-tv/android/app/
H A Dbuild.gradle54 // The hermes compiler command to run. By default it is 'hermesc'
57 // The list of flags to pass to the Hermes compiler. By default is "-O", "-output-source-map"
/expo/ios/vendored/sdk49/@stripe/stripe-react-native/ios/
H A DApplePayUtils.swift93 #if compiler(>=5.7)
430 #if compiler(>=5.7) in configureRequestType()
/expo/ios/vendored/unversioned/@stripe/stripe-react-native/ios/
H A DApplePayUtils.swift93 #if compiler(>=5.7)
430 #if compiler(>=5.7) in configureRequestType()
/expo/apps/fabric-tester/android/app/
H A Dbuild.gradle54 // The hermes compiler command to run. By default it is 'hermesc'
57 // The list of flags to pass to the Hermes compiler. By default is "-O", "-output-source-map"
/expo/apps/bare-expo/android/app/
H A Dbuild.gradle57 // The hermes compiler command to run. By default it is 'hermesc'
60 // The list of flags to pass to the Hermes compiler. By default is "-O", "-output-source-map"
/expo/docs/pages/config-plugins/
H A Dplugins-and-mods.mdx189 - The config is passed to the compiler `compileModsAsync`
190 - The compiler adds base mods that are responsible for reading data (like **Info.plist**), executin…
191 - The compiler iterates over all the mods and asynchronously evaluates them, providing some base pr…
194 {/* TODO: Move to a section about mod compiler */}
198 The following default mods are provided by the mod compiler for common file manipulation.
267 - `modRequest`: Additional properties supplied by the mod compiler.
/expo/templates/expo-template-bare-minimum/android/app/
H A Dbuild.gradle54 // The hermes compiler command to run. By default it is 'hermesc'
57 // The list of flags to pass to the Hermes compiler. By default is "-O", "-output-source-map"
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/sdks/hermes-engine/
H A DABI49_0_0hermes-engine.podspec44 "CLANG_CXX_LIBRARY" => "compiler-default"
/expo/android/vendored/unversioned/@react-native-async-storage/async-storage/android/
H A Dbuild.gradle129 kapt "androidx.room:room-compiler:$room_version"
/expo/packages/@expo/config-plugins/build/plugins/
H A Dmod-compiler.js.map1compiler.js","names":["_debug","data","_interopRequireDefault","require","_path","_createBaseMod",…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/sdks/hermes-engine/
H A DABI47_0_0hermes-engine.podspec69 … = { "CLANG_CXX_LANGUAGE_STANDARD" => "c++17", "CLANG_CXX_LIBRARY" => "compiler-default", "GCC_PR…

123456