njs icon indicating copy to clipboard operation
njs copied to clipboard

add optional globals __dirname and __filename similar to node.js

Open ivanitskiy opened this issue 1 year ago • 0 comments

add optional globals __dirname and __filename similar to node:

  • https://nodejs.org/docs/latest/api/globals.html#__dirname
  • https://nodejs.org/docs/latest/api/modules.html#__filename This may simplify locating files relative to source code (e.g. read/write some assets close to the loaded script).

Some node packages use these globals and thus may fail

ivanitskiy avatar Sep 20 '23 19:09 ivanitskiy