TypeScript side of things:
- none yet
Rust side:
- Stringify for Log: denoland/deno#3165
- CLI argument parsing: denoland/deno#3138 (after script name treat like after -- and always pass to script. then the assignment of args to deno/script will not depend on whether Deno knows the arg, but only on the position.) and denoland/deno#3011 (after -- not even script name should be fetched from args, Deno REPL instead entered)
- using TypeScript language service in REPL: denoland/deno#3112
Docs and Website:
- none yet