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

Add support for Deno #30

Open
philc opened this issue Feb 26, 2022 · 0 comments
Open

Add support for Deno #30

philc opened this issue Feb 26, 2022 · 0 comments

Comments

@philc
Copy link

philc commented Feb 26, 2022

Deno is a newer alternative to Node, by the same author.

js-comint ostensibly supports multiple JS engines, but there are some places in the code which are hard-coded to support node.

For instance, the function js-comint-start-or-switch-to-repl appends -e to any user supplied command line arguments (-e is "eval-script" in Node), and this is an unsupported command line option in Deno.

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

No branches or pull requests

1 participant