jay
jay copied to clipboard
😎 Supercharged JavaScript REPL
It's the first attempt to work with cli utils so I probably haven't considered all the possible issues. Feel free to close it if it's completely inappropriate. By the way...
Entering the following causes jay to exit immediately (without an error): ```javascript p = new Promise(() => {}) ``` It works fine in node's REPL: ```javascript p = new Promise(()...
I can't start jay When I first tried starting it, I got this: ``` $ npx -p jay-repl jay npx: installed 175 in 19.921s node v10.9.0 [email protected] [email protected] jay is...
It would be nice if we could programmatically call the jay repl and also inject our own variables inside. Basically emulate the node `repl` library but with the features of...
Not sure if I'm missing something here - requiring standard NPM modules works as expected (such as `const axios = require('axios')`) but any built-in module such as `fs` or `querystring`...
Simply running `jay` from the console on Windows hangs for about 3 minutes before eventually displaying the node, npm, and jay-repl versions (and prompt). This only happens when behind a...
If QUIT_W_C (quit with c) variable exists, switch the exit command from CTRL+D to CTRL+C There's definitely a nicer way to do this, but it means that an alias can...
I find very uncomfortable to have forced auto-pairing completion. An example that makes me make mistakes and/or type **more** instead of less: Step 1: `Date.parse("2019-07-31T22:13:54.697Z")` Step 2: now I want...
after exist all previous work is gone. can you support some feature to save the context?