summaryrefslogtreecommitdiff
path: root/tests/specs/run/node_globals_hints/dirname.out
blob: 0aa3e4f51b010d0735cd4db6e516e3c04c72cc9f (plain)
1
2
3
4
5
6
7
error: Uncaught (in promise) ReferenceError: __dirname is not defined
__dirname;
^
    at [WILDCARD]dirname.js:1:1

    info: __dirname global is not available in ES modules.
    hint: Use import.meta.dirname instead.