(path: string)
| 442 | source.replace(/from ['"]svelte['"]/g, `from '${DOCS_SVELTE_SHIM_PATH}'`); |
| 443 | |
| 444 | const isSvelteModule = (path: string): boolean => /\.svelte\.[jt]s$/.test(path); |
| 445 | |
| 446 | const compileSvelteModule = (source: string, path: string): string => |
| 447 | compileModule( |
no outgoing calls
no test coverage detected
searching dependent graphs…