chainhelen
|
1e5b25091c
|
Use path.Join instead of + (#143)
Towards windows support.
|
2018-06-11 15:08:22 +02:00 |
|
wbgbg
|
6cef88a09a
|
Simplify code. (#88)
|
2018-06-01 20:37:26 +02:00 |
|
Ryan Dahl
|
4f00218d6d
|
Remove extension hack in ResolveModule.
|
2018-05-30 18:26:03 +02:00 |
|
Ryan Dahl
|
e64e4e3ec8
|
Add permission flags
|
2018-05-29 05:27:41 -04: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
|
6a489daa02
|
Better handle remote urls in ResolveModule
|
2018-05-28 11:20:32 -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
|
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 |
|