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

17 commits

Author SHA1 Message Date
Ryan Dahl
bce0ecbdb8 Move testdata/fetch.ts to tests.ts 2018-05-28 14:06:25 -04:00
Ryan Dahl
33f488354c Move testdata/read_file_sync.ts to tests.ts
We don't need to start a new process for every test.
2018-05-28 13:30:15 -04:00
Ryan Dahl
4e55928063 Add readFileSync 2018-05-27 12:49:20 -04:00
Ryan Dahl
a831d1e239 Implement fetch 2018-05-27 03:46:51 -04:00
Ryan Dahl
fe6e4febdb Add TestErrors 2018-05-26 21:55:42 -04:00
Ryan Dahl
7609df9d4f Support async/await by including ES2017
This required adjusting the module loading system.
2018-05-26 15:21:17 -04:00
Parsa Ghadimi
cb222ceb22 Adds setInterval, clearInterval, clearTimeout. 2018-05-23 17:07:20 -04:00
Ryan Dahl
3171ba4c3f Add special deno module to public api 2018-05-23 16:45:01 -04:00
Ryan Dahl
8e2e17cdbe Support source maps for internal code. 2018-05-21 17:33:33 -04:00
Ryan Dahl
af6076f3c6 Source maps work for testdata/007_stack_trace.ts. 2018-05-21 16:09:24 -04:00
Ryan Dahl
2c65292119 Source map support. Partially working. 2018-05-19 07:06:23 -04:00
Ryan Dahl
8886e1b55f Initial support for remote imports 2018-05-18 21:25:37 -04:00
Ryan Dahl
ee9cfb5a60 Add testdata/005_more_imports.ts 2018-05-18 12:20:59 -04:00
Ryan Dahl
0a46a3e35b First pass at setTimeout 2018-05-18 11:49:28 -04:00
Ryan Dahl
362aa677b4 Support relative import. 2018-05-14 17:28:31 -04:00
Ryan Dahl
50105d7855 Use typescript 2018-05-14 13:06:44 -04:00
Ryan Dahl
aba6a1dc87 readFileSync is working 2018-05-14 02:50:55 -04:00