aboutsummaryrefslogtreecommitdiff
path: root/src/js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-06-03make hardcoded -> make esm + document needing bun to build bun (#3188)Gravatar dave caruso 2-2/+2
2023-06-02[bundler] fix json imports, undo some todosGravatar Dylan Conway 1-1/+10
2023-06-02fixes with hardcoded modules (#3182)Gravatar dave caruso 101-34733/+56
* fixes with hardcoded modules * add make hardcoded to make dev * adjust this message * remove debugging logs * this * restore2
2023-06-02fix readableStreamToArrayBuffer (#3181)Gravatar dave caruso 3-19/+12
* fix discord.js again * remove one of the async hooks warnings * clarify hardcoded modules docs
2023-06-02Fixes #3161 (#3174)Gravatar Jarred Sumner 2-4/+11
* Fixes #3161 * Fix the error message * woops --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-06-01Bundle and minify `.exports.js` files. (#3036)Gravatar dave caruso 231-0/+118240
* move all exports.js into src/js * finalize the sort of this * and it works * add test.ts to gitignore * okay * convert some to ts just to show * finish up * fixup makefile * minify syntax in dev * finish rebase * dont minify all modules * merge * finish rebase merge * flaky test that hangs