| /expo/packages/@expo/cli/src/start/server/webpack/ |
| H A D | compile.ts | 10 export async function compileAsync(compiler: webpack.Compiler) { 11 const stats = await promisify(compiler.run.bind(compiler))();
|
| H A D | WebpackBundlerDevServer.ts | 31 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 D | download-kotlin-compiler-with-buck.sh | 7 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 D | download-kotlin-compiler-with-buck.sh | 7 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 D | DSLRuntimeEffects.h | 22 void StartRuntimeShader(SkSL::Compiler* compiler);
|
| H A D | DSLCore.h | 48 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 D | buck_fetch.sh | 47 retry 3 scripts/download-kotlin-compiler-with-buck.sh
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/circleci/ |
| H A D | buck_fetch.sh | 47 retry 3 scripts/download-kotlin-compiler-with-buck.sh
|
| /expo/docs/ |
| H A D | next.config.js | 47 compiler: {
|
| /expo/docs/pages/guides/ |
| H A D | typescript.mdx | 86 …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 D | DSLCore.h | 47 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 D | ABI48_0_0hermes-engine.podspec | 38 …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 D | use-standalone-expo-module-in-your-project.mdx | 46 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 D | build.gradle | 114 kapt "com.github.bumptech.glide:compiler:${GLIDE_VERSION}"
|
| /expo/templates/expo-template-tv/android/app/ |
| H A D | build.gradle | 54 // 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 D | ApplePayUtils.swift | 93 #if compiler(>=5.7) 430 #if compiler(>=5.7) in configureRequestType()
|
| /expo/ios/vendored/unversioned/@stripe/stripe-react-native/ios/ |
| H A D | ApplePayUtils.swift | 93 #if compiler(>=5.7) 430 #if compiler(>=5.7) in configureRequestType()
|
| /expo/apps/fabric-tester/android/app/ |
| H A D | build.gradle | 54 // 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 D | build.gradle | 57 // 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 D | plugins-and-mods.mdx | 189 - 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 D | build.gradle | 54 // 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 D | ABI49_0_0hermes-engine.podspec | 44 "CLANG_CXX_LIBRARY" => "compiler-default"
|
| /expo/android/vendored/unversioned/@react-native-async-storage/async-storage/android/ |
| H A D | build.gradle | 129 kapt "androidx.room:room-compiler:$room_version"
|
| /expo/packages/@expo/config-plugins/build/plugins/ |
| H A D | mod-compiler.js.map | 1 …compiler.js","names":["_debug","data","_interopRequireDefault","require","_path","_createBaseMod",…
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/sdks/hermes-engine/ |
| H A D | ABI47_0_0hermes-engine.podspec | 69 … = { "CLANG_CXX_LANGUAGE_STANDARD" => "c++17", "CLANG_CXX_LIBRARY" => "compiler-default", "GCC_PR…
|