summaryrefslogtreecommitdiff
path: root/runtime/js/02_console.js
AgeCommit message (Collapse)Author
2021-03-12refactor: move Console to op_crates/console (#9770)Luca Casonato
2021-02-10fix(console): log function object properties / do not log non-enumerable ↵David DeSimone
props by default (#9363)
2021-02-09fix(op_crates): Don't use `Deno.inspect` in op crates (#9332)Nayeem Rahman
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2021-02-04chore: use strict mode for internal runtime, core, and op_crates js (#9391)Developing
2021-01-14fix: don't swallow customInspect exceptions (#9095)Steven Guerrero
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2021-01-10tests(wpt/console): Enables web platform tests for console (#9013)Tarik Eshaq
2020-12-17refactor: Rename runtime/rt to runtime/js (#8806)Nayeem Rahman