Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-22 | Delete go implementation (#276) | Ryan Dahl | |
The go prototype will remain at https://github.com/ry/deno/tree/golang | |||
2018-06-11 | Use path.Join instead of + (#143) | chainhelen | |
Towards windows support. | |||
2018-06-01 | Simplify code. (#88) | wbgbg | |
2018-05-30 | Remove extension hack in ResolveModule. | Ryan Dahl | |
2018-05-29 | Add permission flags | Ryan Dahl | |
2018-05-29 | Support using deno as a library | Ryan Dahl | |
2018-05-28 | Add LICENSE | Ryan Dahl | |
2018-05-28 | Add writeFileSync | Ryan Dahl | |
2018-05-28 | Better handle remote urls in ResolveModule | Ryan Dahl | |
2018-05-27 | Add readFileSync | Ryan Dahl | |
2018-05-27 | Implement fetch | Ryan Dahl | |
2018-05-26 | Support async/await by including ES2017 | Ryan Dahl | |
This required adjusting the module loading system. | |||
2018-05-25 | Simplify naming of CodeFetch, CodeCache | Ryan Dahl | |
2018-05-25 | Finish de-oneof-ing | Ryan Dahl | |
2018-05-25 | Use proto3 again. | Ryan Dahl | |
2018-05-25 | Move away from oneof in msg.proto | Ryan Dahl | |
This is due to the size added to msg.pb.js for every new message. See comment in msg.proto. | |||
2018-05-25 | Improve debug logging in golang | Ryan Dahl | |
2018-05-23 | Add debug logging to golang side | Ryan Dahl | |
2018-05-23 | Move ResolveModule to os.go | Ryan Dahl | |
2018-05-22 | Use proto2 instead of proto3 | Ryan Dahl | |
Travis doesn't support proto3. | |||
2018-05-21 | Organize modules: timers, os | Ryan Dahl | |