Eugene Fidelin
Eugene Fidelin
Same problem with IDEA 2022.3.1
Temporary solution that @DylanPiercey suggested and it works for me was using an older version https://github.com/marko-js/marko-tmbundle/blob/94e0c9c2131bd3fc8286d324322df80e1e6fe727/Syntaxes/Marko.tmLanguage
I also have the same issue - not able to access `argv.mode` when using like this: ``` module.exports = (env, argv) => { } ``` @HaNdTriX are there any planms...
Are you using smth else instead?
Hi @ChrisMBarr thanks for reporting an issue. This project heavily relies on contributors, so would be great if you can also submit a fix.
Hi @alxndrsn thanks for reporting this issue. Indeed, Express.js by default uses `qs` instead of `querystring`. I agree that for better compatibility `node-mocks-http` should also use `qs`. Since this project...
To keep library backwards compatible we will continue using built-in `querystring` but add a configuration option to allow using other parsing libs
Hi @mhaligowski If you can run `npm run format` and commit the changes then I would be able to merge this PR
Hi @mhaligowski Can you please run `npm run format` and commit the changes
@mhaligowski no problem, thanks for updating PR