| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Passed internal testing, so marking as ready for review. |
Sorry, something went wrong.
There was a problem hiding this comment.
This PR reduces bundled JavaScript duplication by making upload-lib available through the shared entry-points bundle and generating a small stub for lib/upload-lib.js.
Changes:
| File | Description |
|---|---|
| build.mjs | Updates bundle generation to expose upload-lib through entry-points and emit a stub. |
| lib/entry-points.js | Generated bundle output reflecting the new uploadLib namespace export. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Reduce the duplication between upload-lib and entry-points by exporting lib/upload-lib.js from entry-points and having lib/upload-lib.js simply re-export those exports instead of duplicating implementations.
Risk assessment
For internal use only. Please select the risk level of this change:
Which use cases does this change impact?
Only impacts internal workflows that were directly importing upload-lib.
How did/will you validate this change?
If something goes wrong after this change is released, what are the mitigation and rollback strategies?
How will you know if something goes wrong after this change is released?
Internal only.
Are there any special considerations for merging or releasing this change?
Merge / deployment checklist