diff --git a/README.md b/README.md index 3982a5e..1457060 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,8 @@ Before extending into new frontiers, we need to improve the loaders API enough t - [ ] 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. - [ ] Support top-level `await` in the REPL API, if possible. + +- [ ] Allow customizing string inputs: `--eval` CLI flag, `Worker` constructor, stdin, etc. - [ ] Hooks for customizing the stack trace (in other words, a hook version of `Error.prepareStackTrace`). This would allow transpiled languages to improve the output.