(source: string)
| 100 | // module aliasing should be automatic |
| 101 | // we should never find local absolute FS paths in the codegen registry |
| 102 | const aliasedSource = (source: string) => |
| 103 | `~docs/${posixPath(path.relative(pluginDataDirRoot, source))}`; |
| 104 | |
| 105 | // TODO env should be injected into all plugins |
| 106 | const env = process.env.NODE_ENV as DocEnv; |
nothing calls this directly
no test coverage detected
searching dependent graphs…