javascript
JavaScript philnash 7mo ago 100%

__dirname is back in Node.js with ES modules

www.sonarsource.com

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.

14
0
Comments 0