Boa: Implement console methods

Created on 13 Apr 2020  路  8Comments  路  Source: boa-dev/boa

Console methods

  • [x] assert()
  • [x] clear()
  • [x] count()
  • [x] countReset()
  • [x] debug()
  • [x] dir()
  • [x] dirxml()
  • [x] error()
  • [x] exception()
  • [x] group()
  • [ ] groupCollapsed()
  • [x] groupEnd()
  • [x] info()
  • [x] log()
  • [ ] profile()
  • [ ] profileEnd()
  • [ ] table()
  • [x] time()
  • [x] timeEnd()
  • [x] timeLog()
  • [ ] timeStamp()
  • [ ] trace()
  • [x] warn()
enhancement help wanted

All 8 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

attliaLin picture attliaLin  路  3Comments

elasmojs picture elasmojs  路  4Comments

jasonwilliams picture jasonwilliams  路  4Comments

IovoslavIovchev picture IovoslavIovchev  路  4Comments

HalidOdat picture HalidOdat  路  3Comments