roikoren755
roikoren755
The engines field in the package.json you posted says the app/library/whatnot works with node 8.0.0. The rule is telling you the code you use to copy the request object won't...
The default for this package, if there's no other configuration, is to set the node requirement to >=8.0.0, so that might be it
Saw this issue and thought, well, how hard can it be to re-write the library in TS? And then I saw the thousands of lines of code in some of...
I opened a PR migrating this library to TS (#534). There are still a few things that need to be fixed, I would gladly continue conversation on this issue there/here.
Sorry, should have included examples in the original message. Yes, the problem is as you stated it. The following is correctly flagged by ruff G101: ``` import logging logger =...