(cfg)
| 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); |
nothing calls this directly
no test coverage detected