Anna Bocharova

Results 204 comments of Anna Bocharova

> I have some packages which currently test with express as a dev dep and support node 16. I see. Node 16 is EOL, it should not be used anyway...

> we should just land it and move forward Amazing! When do we start doing that, @wesleytodd ?

@wesleytodd , @UlisesGascon , @ctcpip , please continue

The issue is still present in Jest ```TypeError: Column must be greater than or equal to 0, got -32``` ``` => Found "[email protected]" info Reasons this module exists - "jest#@jest#core#jest-runner"...

I managed to extract an exact error message happening in Jest regarding dynamic import: ``` TypeError: A dynamic import callback was invoked without --experimental-vm-modules at importModuleDynamicallyCallback (node:internal/modules/esm/utils:211:11) ... code: 'ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING_FLAG'...

So, I think it's happening because of two things: 1. Node.js [docs](https://nodejs.org/api/modules.html#enabling): > Calling import() always use the ECMAScript module loader. Even if you're importing a CJS file that way....

@wesleytodd , would it be possible to detach features from the breaking changes needed for those features in order to speed up the release of `5.0`? The `brotli` support could...

Thank you @wesleytodd , @UlisesGascon , @ctcpip and others! This is an epic achievement on the planetary scale. ❤️

@JoshuaKGoldberg , @auvred , when it's going to be merged and released?

Running `yarn upgrade` solved the issue for my project.