Last 12 weeks · 0 commits
4 of 6 standards met
It's easy to publish a package, but does it work? Is it compatible? I'm looking for a tool that verifies: can it be imported by node/webpack/parcel/rollup/typescript successfully? With Node's ESM resolution introducing new constraints for ESM modules (), a lot of existing modules probably can't be ed successfully by it. Edit:** a GHA workflow would be useful, but currently you'd have to copy-paste the whole thing between repos. Example config: https://github.com/fregante/webext-options-sync/blob/master/.github/workflows/esm-lint.yml Example run: https://github.com/fregante/webext-options-sync/runs/388845886 I think it can be repackaged as module with https://github.com/SamVerschueren/listr so that failures can be caught and ignored
Repository: sindresorhus/project-ideas. Description: Need a JavaScript module or looking for ideas? Welcome ✨ Stars: 538, Forks: 7. Open PRs: 0, open issues: 68. Last activity: 5y ago. Community health: 57%. Top contributors: sindresorhus, schnittstabil.
There's an app I have installed which adds itself to my control centre The app does not provide a way to hide the icon, from within the options. If I wanted to hide it behind a menu, I would use something like Hidden Bar or Bartender. But actually, I want to completely hide it. No menu. This is my request.