boa icon indicating copy to clipboard operation
boa copied to clipboard

Implement console methods

Open HalidOdat opened this issue 4 years ago • 8 comments

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()

HalidOdat avatar Apr 12 '20 22:04 HalidOdat

Most of these seems to be straightforward. I would like to try it.

ptasz3k avatar Apr 13 '20 13:04 ptasz3k

Most of these seems to be straightforward. I would like to try it.

Sure! go ahead :)

Razican avatar Apr 13 '20 13:04 Razican

We have some left after the PR, so if someone wants to try the rest, feel free!

Razican avatar Apr 27 '20 17:04 Razican

I would like to step in and finish the rest of the functions @Razican

Daksh14 avatar May 22 '20 22:05 Daksh14

I would like to step in and finish the rest of the functions @Razican

Go ahead! :) Let us know if you need any guidance.

Razican avatar May 22 '20 23:05 Razican

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 :)

bartlomieju avatar Aug 22 '21 15:08 bartlomieju

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! :)

Razican avatar Aug 23 '21 07:08 Razican

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.

bartlomieju avatar Sep 03 '21 23:09 bartlomieju