From 62144e7fb164418f27fba41d394b7dedd14fb522 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 29 May 2018 02:51:41 -0400 Subject: [PATCH] Add TODOs --- TODO.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO.txt b/TODO.txt index 324f525cbb..5bc8e5108a 100644 --- a/TODO.txt +++ b/TODO.txt @@ -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.