-
Notifications
You must be signed in to change notification settings - Fork 1.4k
feat: make packages usable locally #984
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
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:
fuelsbuild #834internalworkspace@internal/tsuppackage (and revamps TSUP configs)package.json, using:.jsfor package exports.tsfor types @ local env.d.tsfor types @ published packagespackage.jsonfiles (block order, line sorting, etc.)tsup.config.tsfiles (reusing shared configs from@internal/tsup)