summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2018-06-11Improve console and stringify.Kevin (Kun) "Kassimo" Qian
2018-06-04Makefile: add deno.ts (#108)Parsa Ghadimi
2018-05-30Remove extra out argument sent to Parcel and reduce logging in output (#22)Mohsen Azimi
2018-05-30Allow importing of the compiled in typescriptRyan Dahl
2018-05-30Use wildcard to check stack trace outputs (#3)Parsa Ghadimi
2018-05-29Support using deno as a libraryRyan Dahl
2018-05-27workaround text-encoding bugRyan Dahl
2018-05-27Add readFileSyncRyan Dahl
2018-05-27Implement fetchRyan Dahl
2018-05-26Support async/await by including ES2017Ryan Dahl
2018-05-24Replace Node test runner with golang one.Ryan Dahl
2018-05-23Add special deno module to public apiRyan Dahl
2018-05-23Add prettier to depsRyan Dahl
2018-05-23Better exception outputRyan Dahl
2018-05-21Organize modules: timers, osRyan Dahl
2018-05-21Add dispatch pub/subRyan 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-19Remote module cachingRyan Dahl
2018-05-18Initial support for remote importsRyan Dahl
2018-05-18First pass at setTimeoutRyan Dahl
2018-05-17Clean up msg.protoRyan 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-14Run clang-format on msg.protoRyan Dahl
2018-05-14Support relative import.Ryan Dahl
2018-05-14Use typescriptRyan Dahl
2018-05-14FormatRyan Dahl
2018-05-14Add tslint, and tenative travis file.Ryan Dahl
2018-05-14use tsc for type checkingRyan Dahl
2018-05-14Add makefile and use protobufjsRyan Dahl