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

TODO done e64e4e

This commit is contained in:
Ryan Dahl 2018-05-30 05:51:22 -04:00
parent 247932b00e
commit 1156467c93

View file

@ -7,9 +7,6 @@
- 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