0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
Commit graph

25 commits

Author SHA1 Message Date
Yorkie Liu
180f0a1b3c fix message name 2018-05-31 23:39:44 +02:00
Ryan Dahl
0ea603d96e Support using deno as a library 2018-05-29 04:34:44 -04:00
Ryan Dahl
7762b55432 Add LICENSE 2018-05-28 21:52:13 -04:00
Ryan Dahl
46117017c4 Add writeFileSync 2018-05-28 14:39:02 -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
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
Parsa Ghadimi
cb222ceb22 Adds setInterval, clearInterval, clearTimeout. 2018-05-23 17:07:20 -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
08307fb841 Add dispatch pub/sub 2018-05-21 22:07:40 -04:00
Ryan Dahl
8e2e17cdbe Support source maps for internal code. 2018-05-21 17:33:33 -04:00
Ryan Dahl
83f436e175 Command line flags 2018-05-19 05:39:27 -04:00
Ryan Dahl
aeb85efdad Remote module caching 2018-05-19 04:47:40 -04:00
Ryan Dahl
0a46a3e35b First pass at setTimeout 2018-05-18 11:49:28 -04:00
Ryan Dahl
360c50b52e Clean up msg.proto 2018-05-17 21:19:53 -04:00
Ryan Dahl
05672b7e24 runtime.ts - first pass at caching compiler 2018-05-17 21:19:49 -04:00
Ryan Dahl
5117a8f8a2 Compile cache and relative imports working. 2018-05-15 04:50:45 -04:00
Ryan Dahl
8a7ac7f4f3 Run clang-format on msg.proto 2018-05-14 21:47:39 -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
Ryan Dahl
1ad8a2e088 Send protobuf 2018-05-14 00:31:48 -04:00