just
just copied to clipboard
Make compatible with TS 4.7
Add "types": "./index.d.ts"
to every package.json exports
dot property
See https://github.com/angus-c/just/pull/429#issuecomment-1097174234 Existing issue: https://github.com/angus-c/just/issues/428
Would contributions here still be helpful? Happy to open a PR!
Yes please!
Took a slightly different approach and instead took this all a step closer to being more ESM-ready in #489
Thanks Ben! Going to have to do some thorough testing so might not get to this until at least next weekend
No problem. Thank you!
After the latest updates (guessing #488), the packages are now usable by doing import { default as <x> } from "just-<x>";
. The open PR would still improve things for NodeNext users, but at least now there is a path forward!
Fixed by https://github.com/angus-c/just/pull/489