0.1.1 • Published 4 years ago

ucjs v0.1.1

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

ucjs

A minimalist ESM to CJS transformer.

# npx ucjs --help
usage:
  ucjs source.js dest.js
  ucjs --no-interop source_dir dest_dir
options:
  --no-interop  # avoid import/export related bloat
  --no-default  # alias for --no-interop