(resolution: unknown)
| 268 | } |
| 269 | |
| 270 | protected normalizeRootScopeValue(resolution: unknown): unknown { |
| 271 | if (isThunk(resolution) && !hasArkKind(resolution, "generic")) |
| 272 | return resolution() |
| 273 | return resolution |
| 274 | } |
| 275 | |
| 276 | protected preparseOwnDefinitionFormat( |
| 277 | def: unknown, |
nothing calls this directly
no test coverage detected