summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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