-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Status of this library #19
Comments
Thank you for your issue. I haven't worked with Node.js since around 2020 (from 2020 to 2024, I focused on Go, and starting in 2025, I'll be working with Swift, Go, and Rust), so I'm not very familiar with this area. ESM Module Import from Node.jsThe part about allowing ESM modules to be imported from Node was completed by @UrielCh, and I still don't understand the underlying principles. You can check the related issue here: @UrielCh, could you please take a look and explain how to call this library from Node.js and the underlying principles? Examples of Using ColorsThis library internally uses "jsr:@std/[email protected]/colors," but indeed, there are no examples of using colors as you mentioned. I think this is a cool feature. For the color requirement, there are two options:
|
if OpenTelemetry can replace logging and be avalable on nodeJS and Bun that will be nice. |
Deno console.log %c color sadly not working with nodeJS for now. |
I'm curious about the status of this library. At a first look, I see a rather glaring typo in the first paragraph of the README, then there's a section that discusses "dual stack / triple-stack integration" now that JSR allows an ESM module to be imported from Node as well. Also, it's called "colorful logger colorful logger" but doesn't have any examples of using colors? While Deno supports logging with colors natively.
The text was updated successfully, but these errors were encountered: