The querystring
module has been officially deprecated by Node.js for some time. The replacement recommended is URLSearchParams
.
An autofix to convert common operations with the querystring
module (ex. querystring.stringify
) to their URLSearchParams
equivalent would be useful as well.
import ... from 'querystring';
require('querystring');
// anything else
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too