MCPcopy Create free account
hub / github.com/ptmt/react-native-macos / getDependencies

Method getDependencies

packager/src/node-haste/Module.js:171–173  ·  view source on GitHub ↗
(transformOptions: TransformOptions)

Source from the content-addressed store, hash-verified

169 }
170
171 getDependencies(transformOptions: TransformOptions) {
172 return this.read(transformOptions).then(({dependencies}) => dependencies);
173 }
174
175 /**
176 * We don't need to invalidate the TranformCache itself because it guarantees

Callers 5

Module-test.jsFile · 0.45
getDependenciesFunction · 0.45

Calls 2

readMethod · 0.95
thenMethod · 0.45

Tested by 2

getDependenciesFunction · 0.36