Home
last modified time | relevance | path

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

/expo/tools/src/packages-graph/
H A DPackagesGraph.ts19 const graph = new PackagesGraph(packages.filter((pkg) => pkg.packageJson.private !== true)); constant
20 return graph;
43 graph: PackagesGraph,
58 const dependencyNode = graph.getNode(dependency.name);
65 graph,
76 graph: PackagesGraph,
115 resolveDependencies(graph, destination, { ...visitedNodes });
H A DPackagesGraphUtils.ts20 graph: PackagesGraph,
62 for (const node of graph.nodes.values()) {
/expo/packages/@expo/metro-config/src/serializer/
H A DenvironmentVariableSerializerPlugin.ts57 graph: ReadOnlyGraph,
72 return [entryPoint, preModules, graph, options];
78 graph: ReadOnlyGraph,
84 return [entryPoint, preModules, graph, options];
114 graph,
120 for (const value of graph.dependencies.values()) {
132 return [entryPoint, preModules, graph, options];
H A DwithExpoSerializers.ts70 const [entryPoint, preModules, graph, options] = props; constant
72 const jsCode = await defaultSerializer(entryPoint, preModules, graph, options);
91 const cssDeps = getCssSerialAssets<MixedOutput>(graph.dependencies, {
148 graph: SerializerParameters[2],
155 const modules = [...graph.dependencies.values()];
167 const [, prepend, graph, options] = props; constant
171 ...getSortedModules(graph, {
/expo/packages/@expo/metro-config/build/serializer/
H A DenvironmentVariableSerializerPlugin.js66 function serverPreludeSerializerPlugin(entryPoint, preModules, graph, options) { argument
74 return [entryPoint, preModules, graph, options];
76 function environmentVariableSerializerPlugin(entryPoint, preModules, graph, options) { argument
80 return [entryPoint, preModules, graph, options];
101 ...restModules], graph, options];
105 for (const value of graph.dependencies.values()) {
116 return [entryPoint, preModules, graph, options];
H A DwithExpoSerializers.js117 const [entryPoint, preModules, graph, options] = props;
118 const jsCode = await defaultSerializer(entryPoint, preModules, graph, options);
129 const cssDeps = (0, _getCssDeps().getCssSerialAssets)(graph.dependencies, {
177 function getSortedModules(graph, { argument
180 const modules = [...graph.dependencies.values()];
189 const [, prepend, graph, options] = props;
190 const modules = [...prepend, ...getSortedModules(graph, {
H A DenvironmentVariableSerializerPlugin.d.ts12 …zerPlugin(entryPoint: string, preModules: readonly Module<MixedOutput>[], graph: ReadOnlyGraph, op…
13 …zerPlugin(entryPoint: string, preModules: readonly Module<MixedOutput>[], graph: ReadOnlyGraph, op…
H A DenvironmentVariableSerializerPlugin.js.map1graph","options","sourceUrl","prelude","find","module","path","output","environmentVariableSeriali…
H A DwithExpoSerializers.js.map1graph","options","jsCode","sourceUrl","isJscSafeUrl","toNormalUrl","url","URL","searchParams","get…
/expo/tools/src/commands/
H A DPackagesDependencyGraphCommand.ts13 const graph = await PackagesGraph.makeFromPublicPackages(); constant
22 const node = graph.getNode(packageName);
31 printGraph(graph, packageNames, dependencyKinds);
H A DPublishPackages.ts170 const graph = new PackagesGraph(allPackages); constant
173 const node = graph.getNode(packageName);
/expo/tools/src/publish-packages/tasks/
H A DloadRequestedParcels.ts32 const graph = new PackagesGraph(allPackages);
55 const requestedParcels = await createParcelsForPackages(filteredPackages, graph);
96 graph: PackagesGraph
99 .map((pkg) => graph.getNode(pkg.packageName))
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/
H A DABI47_0_0RCTFPSGraph.m16 @property (nonatomic, strong, readonly) CAShapeLayer *graph;
49 [self.layer addSublayer:self.graph];
63 - (CAShapeLayer *)graph
H A DABI47_0_0RCTPerfMonitor.mm511 ABI47_0_0RCTFPSGraph *graph = displayLink == _jsDisplayLink ? _jsGraph : _uiGraph;
512 [graph onTick:displayLink.timestamp];
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/
H A DABI48_0_0RCTFPSGraph.m16 @property (nonatomic, strong, readonly) CAShapeLayer *graph;
49 [self.layer addSublayer:self.graph];
63 - (CAShapeLayer *)graph
H A DABI48_0_0RCTPerfMonitor.mm511 ABI48_0_0RCTFPSGraph *graph = displayLink == _jsDisplayLink ? _jsGraph : _uiGraph;
512 [graph onTick:displayLink.timestamp];
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/
H A DABI49_0_0RCTFPSGraph.m16 @property (nonatomic, strong, readonly) CAShapeLayer *graph;
51 [self.layer addSublayer:self.graph];
65 - (CAShapeLayer *)graph
H A DABI49_0_0RCTPerfMonitor.mm511 ABI49_0_0RCTFPSGraph *graph = displayLink == _jsDisplayLink ? _jsGraph : _uiGraph;
512 [graph onTick:displayLink.timestamp];
/expo/packages/@expo/cli/ts-declarations/metro/
H A Dindex.d.ts219 graph: ReadOnlyGraph,
/expo/ios/vendored/sdk47/react-native-reanimated/ios/Nodes/
H A DABI47_0_0REACallFuncNode.m39 // A CallFuncNode has a reference to a function node which holds the node graph that should
/expo/ios/vendored/sdk48/react-native-reanimated/ios/Nodes/
H A DABI48_0_0REACallFuncNode.m39 // A CallFuncNode has a reference to a function node which holds the node graph that should
/expo/packages/expo-auth-session/build/providers/
H A DFacebook.js.map1 … 'https://www.facebook.com/v6.0/dialog/oauth',\n tokenEndpoint: 'https://graph.facebook.com/v6.0/…
/expo/packages/@expo/metro-config/build/transform-worker/
H A Dtransform-worker.js.map1 … module that exports an empty object,\n // this ensures Metro dependency graph is correct.\n con…
/expo/docs/
H A DREADME.md66 - `description`: Description of the page shown in search results and open graph descriptions when t…
/expo/
H A Dyarn.lock2116 dependency-graph "^0.11.0"
2132 dependency-graph "^0.11.0"
2148 dependency-graph "^0.11.0"
8182 dependency-graph@^0.11.0:
8184 …resolved "https://registry.yarnpkg.com/dependency-graph/-/dependency-graph-0.11.0.tgz#ac0ce7ed68a5…