1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/TODO.txt

16 lines
467 B
Text
Raw Normal View History

2018-05-28 16:05:50 -04:00
- Fix v8_source_maps.ts so that we don't get random segfaults.
- 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.
2018-05-29 02:51:41 -04:00
- Use mksnapshot instead of go-bindata.