boa
boa copied to clipboard
Implement console methods
Console methods
- [x] assert()
- [x] clear()
- [x] count()
- [x] countReset()
- [x] debug()
- [x] dir()
- [x] dirxml()
- [x] error()
- [x] exception()
- [x] group()
- [ ] groupCollapsed() #3805
- [x] groupEnd()
- [x] info()
- [x] log()
- [x] profile() #3807
- [x] profileEnd() #3807
- [ ] table() #3806
- [x] time()
- [x] timeEnd()
- [x] timeLog()
- [x] timeStamp() #3809
- [x] trace() #3808
- [x] warn()
Most of these seems to be straightforward. I would like to try it.
Most of these seems to be straightforward. I would like to try it.
Sure! go ahead :)
We have some left after the PR, so if someone wants to try the rest, feel free!
I would like to step in and finish the rest of the functions @Razican
I would like to step in and finish the rest of the functions @Razican
Go ahead! :) Let us know if you need any guidance.
I could look into porting console.table()
function from Deno's JavaScript version (which is partially based on what Node does, with a few upgrades, eg. better alignment for "number-only" columns).
Let me know if this is of interest :)
I could look into porting
console.table()
function from Deno's JavaScript version (which is partially based on what Node does, with a few upgrades, eg. better alignment for "number-only" columns).Let me know if this is of interest :)
Sure, go ahead! :)
Hey @Razican, just want to give you a heads up that I might not be able to implement these APIs in the near future; if there's anyone else interested in picking this up, please feel free.