summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-25Finish de-oneof-ingRyan Dahl
2018-05-25Use proto3 again.Ryan Dahl
2018-05-25Move away from oneof in msg.protoRyan Dahl
This is due to the size added to msg.pb.js for every new message. See comment in msg.proto.
2018-05-25Try to fix travisRyan Dahl
2018-05-25Improve debug logging in golangRyan Dahl
2018-05-25Rename --root flag to --cachedirRyan Dahl
2018-05-24Try to fix travisRyan Dahl
2018-05-24Fix travis fileRyan Dahl
2018-05-24Add -root flag so tests can write artifacts to tmpRyan Dahl
2018-05-24Rename CompileDir to CacheDirRyan Dahl
2018-05-24Replace Node test runner with golang one.Ryan Dahl
2018-05-23Move pubMsg to dispatchRyan Dahl
2018-05-23Adds setInterval, clearInterval, clearTimeout.Parsa Ghadimi
2018-05-23Add special deno module to public apiRyan Dahl
2018-05-23Use protobuf 3.1 in travis.Ryan Dahl
2018-05-23Adjust travis's ccacheRyan Dahl
2018-05-23Add prettier to depsRyan Dahl
2018-05-23Add debug logging to golang sideRyan Dahl
2018-05-23Rename sendMsgFromObject to sendMsgRyan Dahl
2018-05-23Better exception outputRyan Dahl
2018-05-23Move ResolveModule to os.goRyan Dahl
2018-05-22Try to fix travisRyan Dahl
2018-05-22Use proto2 instead of proto3Ryan Dahl
Travis doesn't support proto3.
2018-05-22Fix LoadOutputCodeCacheRyan Dahl
2018-05-22Improve travis buildParsa Ghadimi
2018-05-22Add go profiling CLI flagRyan Dahl
2018-05-21Organize modules: timers, osRyan Dahl
2018-05-21Add dispatch pub/subRyan Dahl
2018-05-21Add globals.tsRyan Dahl
2018-05-21Support source maps for internal code.Ryan Dahl
2018-05-21Source maps work for testdata/007_stack_trace.ts.Ryan Dahl
2018-05-19Source map support. Partially working.Ryan Dahl
2018-05-19privatize some methodsRyan Dahl
2018-05-19Split up go code into multiple filesRyan Dahl
2018-05-19Command line flagsRyan Dahl
2018-05-19Remote module cachingRyan Dahl
2018-05-18Fix travis.Ryan Dahl
2018-05-18Initial support for remote importsRyan Dahl
2018-05-18Fix travis.ymlRyan Dahl
2018-05-18Add READMERyan Dahl
2018-05-18Add testdata/005_more_imports.tsRyan Dahl
2018-05-18Display diagnostics on TS error.Ryan Dahl
2018-05-18First pass at setTimeoutRyan Dahl
2018-05-17Clean up msg.protoRyan Dahl
2018-05-17Enable cachingRyan Dahl
2018-05-17runtime.ts - first pass at caching compilerRyan Dahl
2018-05-15Add test runnerRyan Dahl
2018-05-15Compile cache and relative imports working.Ryan Dahl
2018-05-14Try to fix travisRyan Dahl
2018-05-14Run clang-format on msg.protoRyan Dahl