Skip to content

Instantly share code, notes, and snippets.

View itsjohannawren's full-sized avatar

Johanna Walter itsjohannawren

View GitHub Profile
@gavinengel
gavinengel / magic-globals.js
Last active April 3, 2023 10:56
"Magic Globals" for node.js
// sets globals:
// __stack,
// __line,
// __file,
// __function,
// __ext,
// __base
// we already have these:
// __filename which gives as an example: /Users/mjr/example.js