aboutsummaryrefslogtreecommitdiff
path: root/src/js/builtins/ConsoleObject.ts (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-18feat(runtime): Implement `console.Console` (#5448)Gravatar dave caruso 1-0/+760
* prototype * asdfg * It works! * okay its done now fr * self review * ok * fix * fix test --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2023-09-13fix(runtime): make most globals configurable/deletable, allow resuming the ↵Gravatar dave caruso 1-19/+59
console iterator (#5216) * Fix #5177 * Fix #5175 * make most globals deletable/overridable * not done * cool * a * done * fix test * oops * yippee
2023-06-01Bundle and minify `.exports.js` files. (#3036)Gravatar dave caruso 1-0/+84
* 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