()
| 165 | } from './tools/REPLTool/constants.js' |
| 166 | /* eslint-disable @typescript-eslint/no-require-imports */ |
| 167 | const getPowerShellTool = () => { |
| 168 | if (!isPowerShellToolEnabled()) return null |
| 169 | return ( |
| 170 | require('./tools/PowerShellTool/PowerShellTool.js') as typeof import('./tools/PowerShellTool/PowerShellTool.js') |
| 171 | ).PowerShellTool |
| 172 | } |
| 173 | /* eslint-enable @typescript-eslint/no-require-imports */ |
| 174 | |
| 175 | /** |
no test coverage detected