()
| 14 | }; |
| 15 | let stackUtils: StackUtils | undefined; |
| 16 | function getStackUtils(): StackUtils { |
| 17 | return stackUtils ??= new StackUtils({ |
| 18 | cwd: process.cwd(), |
| 19 | internals: StackUtils.nodeInternals() |
| 20 | }); |
| 21 | } |
| 22 | |
| 23 | /* eslint-enable custom-rules/no-process-cwd */ |
| 24 |