mkdist icon indicating copy to clipboard operation
mkdist copied to clipboard

[mjs] CJS syntax warning

Open pi0 opened this issue 3 years ago • 0 comments

Warn if CommonJS syntax detected to use ext: js or format: cjs

  • require
  • __filename / __dirname
  • module.*
  • exports.*

TODO: Upgrade syntax when possible

pi0 avatar May 24 '21 09:05 pi0