I wanted to see what filename would be returned when I pass the argument __filename to the node binary. In result I was expecting to see the node binary's path which would be evaluating the command but I got the following result:
node -p __filename
[eval]
What is [eval]? How do I interpret it?
My node version is as follows:
node --version
v14.17.4