You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: