0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-07 23:06:50 -05:00
denoland-deno/TODO.txt
2018-05-30 05:51:22 -04:00

24 lines
807 B
Text

- 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 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.
- Use mksnapshot instead of go-bindata.
- Use as library to build custom runtimes.