summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2018-05-14Support V8 flagsRyan Dahl
2018-05-14Add diagnostics.Ryan Dahl
2018-05-14Support relative import.Ryan Dahl
2018-05-14Use typescriptRyan Dahl
2018-05-14FormatRyan Dahl
2018-05-14Minor clean upRyan Dahl
2018-05-14Add tslint, and tenative travis file.Ryan Dahl
2018-05-14readFileSync is workingRyan Dahl
2018-05-14Add console.logRyan Dahl
2018-05-14use tsc for type checkingRyan Dahl
2018-05-14Add makefile and use protobufjsRyan Dahl
2018-05-14Add protobufjs depsRyan Dahl
2018-05-14Send protobufRyan Dahl