summaryrefslogtreecommitdiff
path: root/js/console.ts
AgeCommit message (Expand)Author
2019-01-28Add console.table (#1608)Sergey Golovin
2019-01-24Add console.clear() (#1562)binaryta
2019-01-24console output with format (#1565)迷渡
2019-01-06Implement console.groupCollapsed (#1452)Yoshiya Hinosawa
2019-01-02Happy new year!Ryan Dahl
2018-12-23Remove support for extensionless import (#1396)Ryan Dahl
2018-12-19Expose deno.inspect (#1378)Kevin (Kun) "Kassimo" Qian
2018-12-17Add console.count and console.time (#1358)迷渡
2018-12-14`console.assert` should not throw error (#1335)迷渡
2018-12-12Avoid Uint8Array.prototype throwing type error in console.log (#1327)Kevin (Kun) "Kassimo" Qian
2018-12-10Add more console types formatting support (#1299)Kevin (Kun) "Kassimo" Qian
2018-11-30feat: Support for bigints in consolekyraNET
2018-10-19Add missing copyrights (#1024)ztplz
2018-10-14Align JSDoc to style guide.Kitson Kelly
2018-10-07Updates to js to clean up default libraryKitson Kelly
2018-10-01Bind `this` to console methods (#873)Kevin (Kun) "Kassimo" Qian
2018-09-30Limit depth of output in console.log for nested objects, and add console.dir ...Yingbo (Max) Wang
2018-09-26Error pretty print (print stack)Kevin (Kun) "Kassimo" Qian
2018-09-25console.warn goes to stderr (#810)Kevin (Kun) "Kassimo" Qian
2018-09-24[console] Use constructor.name to print out function type (#664)Kevin (Kun) "Kassimo" Qian
2018-08-27Moved console tests to own file, and switched circular test to use stringify ...Aaron Power
2018-08-27Fixed printing strings in arrays & objects without quotesAaron Power
2018-08-20First pass at fetch()Ryan Dahl
2018-08-08Organize libdeno functions.Ryan Dahl
2018-07-06Use C++ to do flatbuffer parsing.Ryan Dahl
2018-07-06Import ts file from prototype without changeRyan Dahl