Open
Description
Is there an existing issue for this?
- I have searched the tracker for existing similar issues and I know that duplicates will be closed
Describe the Issue
as far as i can tell, pre-request scripts do not run in a nodejs environment, but typescript seems to check them with the @types/node
package included
i suspect it may be caused by this:
Steps To Reproduce
- create a pre-request script
- access a nodejs specific variable like
__dirname
and hover over it to see the type definition
Screenshots or Videos
Operating System
windows 10
Postman Version
9.19.0
Postman Platform
Postman App
Additional Context?
No response