MCPcopy
hub / github.com/freshframework/fresh / configResolved

Function configResolved

packages/plugin-vite/src/plugins/client_snapshot.ts:65–70  ·  view source on GitHub ↗
(cfg)

Source from the content-addressed store, hash-verified

63 };
64 },
65 configResolved(cfg) {
66 for (const [name, spec] of entryToIsland.entries()) {
67 const full = pathWithRoot(spec, cfg.root);
68 entryToIsland.set(name, full);
69 }
70 },
71 options(opts) {
72 options.islandSpecifiers.forEach((_name, spec) => {
73 islands.add(spec);

Callers

nothing calls this directly

Calls 1

pathWithRootFunction · 0.90

Tested by

no test coverage detected