Searched refs:withSerializerPlugins (Results 1 – 5 of 5) sorted by relevance
| /expo/packages/@expo/metro-config/src/serializer/__tests__/ |
| H A D | withExpoSerializers.test.ts | 1 import { withSerializerPlugins } from '../withExpoSerializers'; 3 describe(withSerializerPlugins, () => { 9 const config = withSerializerPlugins(
|
| /expo/packages/@expo/metro-config/build/serializer/ |
| H A D | withExpoSerializers.js | 14 exports.withSerializerPlugins = withSerializerPlugins; 94 return withSerializerPlugins(config, processors); 99 function withSerializerPlugins(config, processors) { function
|
| H A D | withExpoSerializers.d.ts | 7 export declare function withSerializerPlugins(config: InputConfigT, processors: SerializerPlugin[])…
|
| H A D | withExpoSerializers.js.map | 1 …withSerializerPlugins","_config$serializer","originalSerializer","serializer","customSerializer","…
|
| /expo/packages/@expo/metro-config/src/serializer/ |
| H A D | withExpoSerializers.ts | 39 return withSerializerPlugins(config, processors); 44 export function withSerializerPlugins( function
|