sentry-cli icon indicating copy to clipboard operation
sentry-cli copied to clipboard

time to upgrade to ESM?

Open jimmywarting opened this issue 3 years ago • 1 comments

  • Switch to using import instead of require
  • add "type": "module" to package.json

jimmywarting avatar Sep 27 '22 15:09 jimmywarting

It would be a nice addition, but not a burning matter right now. We need to keep in mind to preserve backwards compatibility and interop with cjs and esm.

You can also already import it using ESM with import SentryCli from '@sentry/cli';

kamilogorek avatar Oct 04 '22 11:10 kamilogorek

This issue has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Backlog or Status: In Progress, I will leave it alone ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

github-actions[bot] avatar Nov 11 '22 00:11 github-actions[bot]