* Monorepo workspace member packages, keyed by declared package name. * Returns `null` for single-package repos (no `workspaces` field). * Lets the resolver treat `@scope/ui/sub` as a local import into the * member's directory instead of an external npm package (#629).
()
| 155 | * member's directory instead of an external npm package (#629). |
| 156 | */ |
| 157 | getWorkspacePackages?(): import('./workspace-packages').WorkspacePackages | null; |
| 158 | /** |
| 159 | * Re-exports declared by a file (`export { x } from './other'`, |
| 160 | * `export * from './other'`). Empty array when the file has none. |
no outgoing calls
no test coverage detected