| 23 | } |
| 24 | |
| 25 | class FunctionTypeExtension extends TypeExtension<FunctionType, FunctionDecoration> { |
| 26 | private readonly functionRegistry = |
| 27 | typeof FinalizationRegistry !== 'undefined' |
| 28 | ? new FinalizationRegistry((func: number) => { |
nothing calls this directly
no outgoing calls
no test coverage detected