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

12 commits

Author SHA1 Message Date
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
7609df9d4f Support async/await by including ES2017
This required adjusting the module loading system.
2018-05-26 15:21:17 -04:00
Ryan Dahl
cbfb7d8720 Simplify naming of CodeFetch, CodeCache 2018-05-25 17:21:12 -04:00
Ryan Dahl
0fe6ab91df Finish de-oneof-ing 2018-05-25 16:16:28 -04:00
Ryan Dahl
5b858632ac Use proto3 again. 2018-05-25 15:30:09 -04:00
Ryan Dahl
d765300de5 Move away from oneof in msg.proto
This is due to the size added to msg.pb.js for every new message. See
comment in msg.proto.
2018-05-25 15:24:29 -04:00
Ryan Dahl
08e005d45f Improve debug logging in golang 2018-05-25 12:25:55 -04:00
Ryan Dahl
644e7fa065 Add debug logging to golang side 2018-05-23 13:23:29 -04:00
Ryan Dahl
08b327bf3a Move ResolveModule to os.go 2018-05-23 11:09:38 -04:00
Ryan Dahl
d0a8bacab6 Use proto2 instead of proto3
Travis doesn't support proto3.
2018-05-22 14:10:15 -04:00
Ryan Dahl
51692a5825 Organize modules: timers, os 2018-05-21 23:00:36 -04:00
Renamed from handlers.go (Browse further)