summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-10-11Replace globals.d.ts with lib.deno_runtime.d.tsKitson Kelly
2018-10-11Add throughput benchmark (#961)Ryan Dahl
2018-10-09Add redirect follow feature (#934)Kevin (Kun) "Kassimo" Qian
2018-10-08Check thrown type, print String(...) if not instance of error (#939)Kevin (Kun) "Kassimo" Qian
2018-10-06Add failing test for #919.Kevin (Kun) "Kassimo" Qian
2018-10-05Changed tools/lint.py to lint the entire js and tests directories. (#900)Chris Bystrek
2018-10-02Guess extensions on extension not provided (#859)Kevin (Kun) "Kassimo" Qian
2018-09-28Adds basic File I/O and FD table.Ryan Dahl
2018-09-10fbs_util.ts -> dispatch.tsRyan Dahl
2018-09-09Better NotFound error handling in CodeFetchRyan Dahl
2018-09-06Cleanup public API of DenoCompilerKitson Kelly
2018-09-05Improve module resolution.Ryan Dahl
2018-09-05Mark APIs at internal and include JSDoc in typesKitson Kelly
2018-09-01Bundle most types into globals.d.ts (#642)Kitson Kelly
2018-08-30Support https imports.Ryan Dahl
2018-08-28Two-pass module evaluation.Kitson Kelly
2018-08-28Add duplicate import testKitson Kelly
2018-08-23Improve DenoCompiler.makeDefine and localRequireKitson Kelly
2018-08-23First pass at HTTP importsRyan Dahl
2018-08-22runtime.ts refactor into compiler.ts (#564)Ryan Dahl
2018-08-21Expose deno.exit() and add test.Ryan Dahl
2018-08-20First pass at fetch()Ryan Dahl
2018-08-17chore: format files in tests/Yoshiya Hinosawa
2018-08-11Add async tests from prototypeRyan Dahl
2018-08-11Use unit_tests for readFileSync testing.Ryan Dahl
2018-08-10Add error testsKitson Kelly
2018-08-09Add readFileSyncRyan Dahl
2018-08-09First pass at setTimeout with Tokio (#434)Ryan Dahl
2018-08-02Source map support (#429)Ryan Dahl
2018-08-02Add 005_more_imports.tsRyan Dahl
2018-07-29Add tests/003_relative_import.tsRyan Dahl
2018-07-21Add tools/test.py test runner. (#384)Ryan Dahl