1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/tests/specs/run/node_globals_hints/dirname.out

8 lines
218 B
Text
Raw Normal View History

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.