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-14 | Change msg.proto package name. | Ryan Dahl | |
2018-06-05 | Use object destructing (#130) | Weijia Wang | |
2018-05-29 | lint | Ryan Dahl | |
2018-05-29 | Support using deno as a library | Ryan Dahl | |
2018-05-29 | Add denoMain | Ryan Dahl | |
2018-05-28 | Add LICENSE | Ryan Dahl | |
2018-05-28 | Try to fix tslint on travis | Ryan Dahl | |
2018-05-27 | Implement fetch | Ryan Dahl | |
2018-05-27 | Use babel-polyfill to fix error | 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-21 | Add dispatch pub/sub | Ryan Dahl | |
2018-05-21 | Support source maps for internal code. | Ryan Dahl | |
2018-05-21 | Source maps work for testdata/007_stack_trace.ts. | Ryan Dahl | |
2018-05-19 | Source map support. Partially working. | Ryan Dahl | |
2018-05-19 | Command line flags | Ryan Dahl | |
2018-05-19 | Remote module caching | Ryan Dahl | |
2018-05-18 | First pass at setTimeout | Ryan Dahl | |
2018-05-17 | Clean up msg.proto | Ryan Dahl | |
2018-05-17 | runtime.ts - first pass at caching compiler | Ryan Dahl | |
2018-05-15 | Compile cache and relative imports working. | Ryan Dahl | |
2018-05-14 | Support relative import. | Ryan Dahl | |
2018-05-14 | Use typescript | Ryan Dahl | |
2018-05-14 | Format | Ryan Dahl | |
2018-05-14 | Minor clean up | Ryan Dahl | |
2018-05-14 | Add tslint, and tenative travis file. | Ryan Dahl | |
2018-05-14 | readFileSync is working | Ryan Dahl | |
2018-05-14 | Add console.log | Ryan Dahl | |
2018-05-14 | use tsc for type checking | Ryan Dahl | |
2018-05-14 | Add makefile and use protobufjs | Ryan Dahl | |
2018-05-14 | Send protobuf | Ryan Dahl | |
2018-05-13 | Loading assets and add .gitignore and yarn.lock | Ryan Dahl | |
2018-05-13 | Init | Ryan Dahl | |