diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-28 16:05:50 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-28 16:07:10 -0400 |
commit | 833137be37b770654b3300f4117d04feafa028f1 (patch) | |
tree | 07ccaab65f6907429bff287962f0008754e86b2e | |
parent | 666a0f3a3e79381aeee7e6676d50b5bef9c80947 (diff) |
Add TODO.txt
-rw-r--r-- | TODO.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 000000000..324f525cb --- /dev/null +++ b/TODO.txt @@ -0,0 +1,23 @@ +- Fix v8_source_maps.ts so that we don't get random segfaults. + +- Add wildcard support to testdata/*.out tests so that we can check + the stack trace output in testdata/007_stack_trace.ts and + testdata/013_async_throw.ts. + +- Remove text-encoding.d.ts because TS2.8 includes the declarations. + https://github.com/DefinitelyTyped/DefinitelyTyped/issues/24695 + +- Add permissions that control which afero.Fs gets loaded. Should be read-only + by default. Also permissions for network access. + +- Add os.statSync and os.tempDir- both are needed for the writeFileSync test in + tests.ts + +- Top-level await. + +- Add ability to open TCP sockets and listen for connections. + +- Add ability to receive HTTP connections (using net/http to parse) + should try to use the same Request/Response types as fetch(). + +- Publish deno_testing to npm as a standalone module. |