this post was submitted on 25 Mar 2024
14 points (100.0% liked)

JavaScript

1920 readers
4 users here now

founded 1 year ago
MODERATORS
 

Many times when I’ve tried to write some code in Node.js using ES modules I’ve found myself reaching for __dirname and then looking up how to replace it. Now Node.js, Deno and Bun support import.meta.dirname. Check out the article for more detail.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here