()
| 404 | } |
| 405 | |
| 406 | function setupStreamIter() { |
| 407 | if (!getOptionValue('--experimental-stream-iter')) { |
| 408 | return; |
| 409 | } |
| 410 | |
| 411 | const { BuiltinModule } = require('internal/bootstrap/realm'); |
| 412 | BuiltinModule.allowRequireByUsers('stream/iter'); |
| 413 | BuiltinModule.allowRequireByUsers('zlib/iter'); |
| 414 | } |
| 415 | |
| 416 | function setupQuic() { |
| 417 | if (!getOptionValue('--experimental-quic')) { |
no test coverage detected
searching dependent graphs…