ps
ps copied to clipboard
Fix exports
Please describe your fix:
Properly export TS types as such
Bug:
This breaks testing on bun. Not very relevant but still neat to get it fixed
Testing:
Run `npm run build && bun test``, it should be green now
Checklist:
- [X] My code follows the style guidelines of this project
- [X] I have performed a self-review of my own code
- [X] I have commented my code, particularly in hard-to-understand areas
- [X] I have made corresponding changes to the documentation where necessary
- [X] My changes generate no new warnings
- [X] Any dependent changes have been merged and published in downstream modules
- [X] I have split off unrelated changes into their own PRs and done my best to make this PR as focused as possible while still being useful
In general Jarred wants issues like these to be filed against Bun instead of the respective projects.
Also, is this really the only place in the whole tree that needs to be updated? Im suprised nothing else exports types?
I'll try to file a min repro against Bun instead. Some other projects didn't pass the tests in bun, I didn't investigate much