We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 (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?
console
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
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.
console.log
No branches or pull requests
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-agnosticconsole
here?Additional information
The text was updated successfully, but these errors were encountered: