summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-29Crash nicely on no argument.Ryan Dahl
2018-05-29Fix travisParsa Ghadimi
2018-05-29docs(README.md): fix typoYoshiya Hinosawa
2018-05-29Add permission flagsRyan Dahl
2018-05-29lintRyan Dahl
2018-05-29Try to fix travisRyan Dahl
2018-05-29Rename deno_testing to testingRyan Dahl
2018-05-29Travis: Try to fix ccacheRyan Dahl
2018-05-29Support using deno as a libraryRyan Dahl
2018-05-29Add denoMainRyan Dahl
2018-05-29Add more featuresRyan Dahl
2018-05-29Travis: Cache node_modules and parcel dir.Ryan Dahl
2018-05-29fmt and adjust commentRyan Dahl
2018-05-29Add sanity check to end of DispatchLoopRyan Dahl
2018-05-29Add TODOsRyan Dahl
2018-05-29fix typo: privlaged -> privilegedFlorian Hämmerle
2018-05-29Fix ccache in travis (and update readme)Ryan Dahl
2018-05-29My copyright doesn't belong here.Ryan Dahl
2018-05-29Improve READMERyan Dahl
2018-05-28Update V8Worker2 build.py path.Ryan Dahl
https://github.com/ry/v8worker2/commit/ab9d1b870978e1b4b979eb9a0b795a19a093c656
2018-05-28Add LICENSERyan Dahl
2018-05-28Add TODO.txtRyan Dahl
2018-05-28Fix wg ref counting for fetch.Ryan Dahl
2018-05-28Add writeFileSyncRyan Dahl
2018-05-28Move testdata/fetch.ts to tests.tsRyan Dahl
2018-05-28Move testdata/read_file_sync.ts to tests.tsRyan Dahl
We don't need to start a new process for every test.
2018-05-28Add tests.ts for fast unit tests.Ryan Dahl
Also deno_testing/ which will be released as a standalone module.
2018-05-28Fix TestResolveModule4Ryan Dahl
2018-05-28Fix 007_stack_trace.ts by removing --abort-on-uncaught-exceptionRyan Dahl
2018-05-28Attempt to fix v8worker2 caching.Ryan Dahl
2018-05-28Better handle remote urls in ResolveModuleRyan Dahl
2018-05-28Try to fix tslint on travisRyan Dahl
2018-05-27Try to fix travisRyan Dahl
2018-05-27Travis: Don't cache v8worker2/outRyan Dahl
2018-05-27Attempt to fix travisRyan Dahl
2018-05-27FmtRyan Dahl
2018-05-27workaround text-encoding bugRyan Dahl
2018-05-27Move text-encoding types into repo so i can hack it.Ryan Dahl
It is unchanged in this commit.
2018-05-27Add protoc-gen-go install to travisRyan Dahl
2018-05-27Clean up in fetch.tsRyan Dahl
2018-05-27Add readFileSyncRyan Dahl
2018-05-27Implement fetchRyan Dahl
2018-05-27Use babel-polyfill to fix errorRyan Dahl
2018-05-27Add onerror handler for uncaught exceptionsRyan Dahl
2018-05-26Add TestErrorsRyan Dahl
2018-05-26Remove out-of-date commentRyan Dahl
2018-05-26Support async/await by including ES2017Ryan Dahl
This required adjusting the module loading system.
2018-05-25Simplify naming of CodeFetch, CodeCacheRyan Dahl
2018-05-25Add basic statsRyan Dahl
2018-05-25Add tests for urlsRyan Dahl