Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 589 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 589 Bytes

TLDR

  • where the file?
  • file locations and things

important notes

  • 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

import dependencies