MCPcopy Index your code
hub / github.com/chart-kit/react-native-chart-kit / localSource

Function localSource

apps/site/astro.config.mjs:16–17  ·  view source on GitHub ↗
(packagePath)

Source from the content-addressed store, hash-verified

14const nodeModuleSource = (packagePath) =>
15 fileURLToPath(new URL(`../../node_modules/${packagePath}`, import.meta.url));
16const localSource = (packagePath) =>
17 fileURLToPath(new URL(packagePath, import.meta.url));
18const reactNativeWebStub = localSource("./src/previews/reactNativeWebStub.tsx");
19const reactNativeGestureHandlerStub = localSource(
20 "./src/previews/reactNativeGestureHandlerStub.tsx"

Callers 1

astro.config.mjsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected