aboutsummaryrefslogtreecommitdiff
path: root/src/js/builtins/codegen (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-07-23Upgrade WebKit (#3777)Gravatar Jarred Sumner 1-1/+0
* Upgrade to latest WebKit * Upgrade WebKit * hm * Fix failing tests * Delete utf8-encoding-fixture.bin.cmp --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-07-20Fix builtins again (#3713)Gravatar dave caruso 1-1/+1
2023-07-20fix process.binding (#3711)Gravatar dave caruso 1-4/+3
2023-07-19Fix vite (#3694)Gravatar dave caruso 1-6/+1
* Fix ServerWebSocket.readyState * Add create_hash_table to our repo * Fix #3216
2023-07-12Improve our internal typedefs (#3608)Gravatar dave caruso 1-6/+16
* types * some more * yeah * i think that fixes it * oop
2023-07-09Implement nearly all of `process` object methods and properties (#3581)Gravatar Jarred Sumner 1-0/+30
* Add special case * Make process object load faster * Fix openStdin --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-06-01Bundle and minify `.exports.js` files. (#3036)Gravatar dave caruso 4-0/+841
* 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