summaryrefslogtreecommitdiff
path: root/runtime.ts
AgeCommit message (Expand)Author
2018-06-22Delete go implementation (#276)Ryan Dahl
2018-06-11Use template literals instead of string concatenation (#176)kizerkizer
2018-06-09Remove unnecessary 'undefined' (#214)Christian Gill
2018-06-04fix typescript error (#99)ztplz
2018-06-01Lint runtime.ts (#73)Frank Fang
2018-05-31Handle 404 fetch better.Ryan Dahl
2018-05-30Slightly better organization for deno module.Ryan Dahl
2018-05-30Allow importing of the compiled in typescriptRyan Dahl
2018-05-29fmt and adjust commentRyan Dahl
2018-05-28Add LICENSERyan Dahl
2018-05-28Add writeFileSyncRyan Dahl
2018-05-28Add tests.ts for fast unit tests.Ryan Dahl
2018-05-27Add readFileSyncRyan Dahl
2018-05-27Implement fetchRyan Dahl
2018-05-27Add onerror handler for uncaught exceptionsRyan Dahl
2018-05-26Support async/await by including ES2017Ryan Dahl
2018-05-25Simplify naming of CodeFetch, CodeCacheRyan Dahl
2018-05-25Add tests for urlsRyan Dahl
2018-05-23Add special deno module to public apiRyan 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-19Command line flagsRyan Dahl
2018-05-19Remote module cachingRyan Dahl
2018-05-18Initial support for remote importsRyan Dahl
2018-05-18Display diagnostics on TS error.Ryan Dahl
2018-05-17runtime.ts - first pass at caching compilerRyan Dahl