Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-12 | Remove unused imports (#1503) | JaePil Jung | |
2019-01-06 | Implement console.groupCollapsed (#1452) | Yoshiya Hinosawa | |
This implementation of groupCollapsed is intentionally different from the spec defined by whatwg. See the conversation in #1355 and #1363. | |||
2019-01-02 | Happy new year! | Ryan Dahl | |
2018-12-23 | Remove support for extensionless import (#1396) | Ryan Dahl | |
2018-12-19 | Expose deno.inspect (#1378) | Kevin (Kun) "Kassimo" Qian | |
2018-12-17 | Add console.count and console.time (#1358) | 迷渡 | |
2018-12-14 | `console.assert` should not throw error (#1335) | 迷渡 | |
2018-12-12 | Avoid Uint8Array.prototype throwing type error in console.log (#1327) | Kevin (Kun) "Kassimo" Qian | |
2018-12-10 | Add more console types formatting support (#1299) | Kevin (Kun) "Kassimo" Qian | |
2018-11-30 | feat: Support for bigints in console | kyraNET | |
2018-10-19 | Add missing copyrights (#1024) | ztplz | |
2018-10-05 | Format | Ryan Dahl | |
2018-10-05 | Changed tools/lint.py to lint the entire js and tests directories. (#900) | Chris Bystrek | |
* Changed tools/lint.py to lint the entire js and tests directorys and sub directories, currently it was pointing at tsconfig and would only lint files that were part of js/main.ts or node_modules/typescript/lib/lib.esnext.d.ts and their dependencies * Broke the typescript linting out into separate steps for the main typescript programing and tests. * Fixed linting issues in ts tests. | |||
2018-10-04 | Rename fbs to msg. | Ryan Dahl | |
2018-10-01 | Bind `this` to console methods (#873) | Kevin (Kun) "Kassimo" Qian | |
Fixes #872 | |||
2018-09-30 | Limit depth of output in console.log for nested objects, and add console.dir ↵ | Yingbo (Max) Wang | |
(#826) | |||
2018-09-26 | Error pretty print (print stack) | Kevin (Kun) "Kassimo" Qian | |
2018-09-24 | [console] Use constructor.name to print out function type (#664) | Kevin (Kun) "Kassimo" Qian | |
2018-09-01 | Minor code refactoring | ShinDarth | |
2018-08-28 | format | Bert Belder | |
2018-08-27 | Add ability to unit test by permissions. | Ryan Dahl | |
2018-08-27 | Moved console tests to own file, and switched circular test to use stringify ↵ | Aaron Power | |
with assertEqual |