reverofevil

Results 104 comments of reverofevil

Naturally, nothing changed, and it's [easily reproducible](https://stackoverflow.com/questions/48068773/node-js-halts-when-console-window-is-scrolled) with a linked example on Node 22.10.0, Windows 10, cmd terminal.

The test seems to be done correctly, except I'd recommend selecting the text for over 10 seconds, as well as holding scrollbar for longer. First 2 lines might come through...

![Image](https://github.com/user-attachments/assets/8da09c9d-646c-48ec-880d-a5a74de5afac) > doesn't look like anything Node specific This is Node-specific bug in implementation of `console.*` methods.

@RyanCavanaugh Doesn't `typeof import()` already do the same thing during typechecking phase? The criteria "module has to be in scope" doesn't apply to `babel`, `webpack` and `eslint`, because neither of...