-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: make packages usable locally #984
Conversation
Coverage report
Show files with reduced coverage 🔻
Test suite run success972 tests passing in 172 suites. Report generated by 🧪jest coverage report action from 74b6b08 |
This PR is published in NPM with version 0.0.0-pr-984-20230526204612 |
…es-usable-locally
@LuizAsFight Thank you for the feedback. I validated this a few iterations back; maybe something got messed up. I will do a quick final check. This should be easy to fix. |
6623a50
@LuizAsFight I ran several tests here and couldn't replicate the infinite loop you mentioned. We can try reproducing it later on if you think it's useful. |
This PR is the final piece extracted from:
Closes:
fuels
build #834internal
workspace@internal/tsup
package (and revamps TSUP configs)package.json
, using:.js
for package exports.ts
for types @ local env.d.ts
for types @ published packagespackage.json
files (block order, line sorting, etc.)tsup.config.ts
files (reusing shared configs from@internal/tsup
)