- where the file?
- file locations and things
- should be fully esm + cjs interopable with the following caveats
- a fn will accept
import.meta.url
in esm, or__filename
in cjs- or really any absolute path
- a fn will accept
import.meta
in esm... or__filename
in cjs - in both cases we will obsfucate the mechanics so that the logic works as expected in both environments
- a fn will accept