Skip to content

Commit c550f1e

Browse files
docs: include --eval support (#174)
1 parent 3e2eaaf commit c550f1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ Before extending into new frontiers, we need to improve the loaders API enough t
7575
- [ ] Hooks for customizing the REPL, including transpilation and tab completion. Support users pasting TypeScript (or CoffeeScript or whatever) into the REPL and having just as good an experience as with plain JavaScript.
7676

7777
- [ ] Support top-level `await` in the REPL API, if possible.
78+
79+
- [ ] Allow customizing string inputs: `--eval` CLI flag, `Worker` constructor, stdin, etc.
7880

7981
- [ ] Hooks for customizing the stack trace (in other words, a hook version of `Error.prepareStackTrace`). This would allow transpiled languages to improve the output.
8082

0 commit comments

Comments
 (0)