aboutsummaryrefslogtreecommitdiff
path: root/src/js/node/path.posix.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-07-22fix path.format for `vite build` (#3734)Gravatar dave caruso 1-37/+0
* fix path.format for vite * Update path.test.js --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-06-01Bundle and minify `.exports.js` files. (#3036)Gravatar dave caruso 1-0/+37
* 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