(p: string)
| 593 | const ssr = environment.config.consumer === 'server' |
| 594 | |
| 595 | const resolve = (p: string) => path.resolve(root, p) |
| 596 | const input = libOptions |
| 597 | ? options.rolldownOptions.input || |
| 598 | (typeof libOptions.entry === 'string' |
no test coverage detected