Home
last modified time | relevance | path

Searched refs:withSerializerPlugins (Results 1 – 5 of 5) sorted by relevance

/expo/packages/@expo/metro-config/src/serializer/__tests__/
H A DwithExpoSerializers.test.ts1 import { withSerializerPlugins } from '../withExpoSerializers';
3 describe(withSerializerPlugins, () => {
9 const config = withSerializerPlugins(
/expo/packages/@expo/metro-config/build/serializer/
H A DwithExpoSerializers.js14 exports.withSerializerPlugins = withSerializerPlugins;
94 return withSerializerPlugins(config, processors);
99 function withSerializerPlugins(config, processors) { function
H A DwithExpoSerializers.d.ts7 export declare function withSerializerPlugins(config: InputConfigT, processors: SerializerPlugin[])…
H A DwithExpoSerializers.js.map1 …withSerializerPlugins","_config$serializer","originalSerializer","serializer","customSerializer","…
/expo/packages/@expo/metro-config/src/serializer/
H A DwithExpoSerializers.ts39 return withSerializerPlugins(config, processors);
44 export function withSerializerPlugins( function