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

27 commits

Author SHA1 Message Date
Ryan Dahl
7762b55432 Add LICENSE 2018-05-28 21:52:13 -04:00
Ryan Dahl
6097f87154 Try to fix tslint on travis 2018-05-28 09:47:40 -04:00
Ryan Dahl
a831d1e239 Implement fetch 2018-05-27 03:46:51 -04:00
Ryan Dahl
ef00cf3e38 Use babel-polyfill to fix error 2018-05-27 01:33:37 -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
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
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
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
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
2da9893da3 Format 2018-05-14 03:15:21 -04:00
Ryan Dahl
7828d7fd7a Minor clean up 2018-05-14 03:12:36 -04:00
Ryan Dahl
6f59a9588b Add tslint, and tenative travis file. 2018-05-14 03:06:09 -04:00
Ryan Dahl
aba6a1dc87 readFileSync is working 2018-05-14 02:50:55 -04:00
Ryan Dahl
1a80bcb250 Add console.log 2018-05-14 01:30:56 -04:00
Ryan Dahl
bfb3cd7a5c use tsc for type checking 2018-05-14 01:19:23 -04:00
Ryan Dahl
be7828684b Add makefile and use protobufjs 2018-05-14 01:11:56 -04:00
Ryan Dahl
1ad8a2e088 Send protobuf 2018-05-14 00:31:48 -04:00
Ryan Dahl
4db5a80ba3 Loading assets and add .gitignore and yarn.lock 2018-05-13 23:38:48 -04:00
Ryan Dahl
f7c5e19081 Init 2018-05-13 23:32:01 -04:00