1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

Add TODOs

This commit is contained in:
Ryan Dahl 2018-05-29 02:51:41 -04:00
parent 8631e44449
commit 62144e7fb1

View file

@ -21,3 +21,7 @@
should try to use the same Request/Response types as fetch().
- Publish deno_testing to npm as a standalone module.
- Use mksnapshot instead of go-bindata.
- Use as library to build custom runtimes.