Skip to content
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

QuickJS and JerryScript detection #69

Open
1 task
ClassicOldSong opened this issue Aug 18, 2023 · 2 comments
Open
1 task

QuickJS and JerryScript detection #69

ClassicOldSong opened this issue Aug 18, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@ClassicOldSong
Copy link

Describe the feature

QuickJS and JerryScript (maybe also Duktape) are also used in actual JavaScript development. Is it feasible to add support for these runtimes?

Also console usually aren't provided directly from these runtimes, might also add a platform-agnostic console here?

Additional information

  • Would you be willing to help implement this feature?
@pi0 pi0 added the enhancement New feature or request label Aug 18, 2023
@pi0 pi0 changed the title QuickJS and JerryScript support QuickJS and JerryScript detection Aug 18, 2023
@pi0
Copy link
Member

pi0 commented Aug 18, 2023

Thanks for opening issue! Do you have any info about how we can detect https://github.com/bellard/quickjs and https://github.com/jerryscript-project/jerryscript runtimes?

For console, are you thinking of a stub?

@ClassicOldSong
Copy link
Author

Currently no idea since I haven't thought about detecting different environments with a single package (but hey you made one!).

I'll keep an eye on this later on, but lacking console.log and everything console might be one diameter for the detection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants