()
| 243 | } |
| 244 | |
| 245 | function assertTypeScript() { |
| 246 | if (noTypeScript) |
| 247 | throw new ERR_NO_TYPESCRIPT(); |
| 248 | if (globalThis.WebAssembly === undefined) |
| 249 | throw new ERR_WEBASSEMBLY_NOT_SUPPORTED('TypeScript'); |
| 250 | } |
| 251 | |
| 252 | /** |
| 253 | * Move the "slow cases" to a separate function to make sure this function gets |
no outgoing calls
no test coverage detected
searching dependent graphs…