summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-02-02Add isTTY function (#1622)Dmitry Sharshakov
2019-02-02Compiler cleanups and minor improvements (#1656)Kitson Kelly
2019-02-02Support --fmtRyan Dahl
2019-02-02Better error message for bad filename CLI argument.Ryan Dahl
2019-02-02Add --info flag to display file info (compiled code/source map) (#1647)Kevin (Kun) "Kassimo" Qian
2019-01-30Refactor libdeno ES module interface. (#1624)Ryan Dahl
2019-01-30libdeno: improve exception handlingRyan Dahl
2019-01-28Split out compiler snapshot (#1566)Kitson Kelly
2019-01-28Add console.table (#1608)Sergey Golovin
2019-01-18Avoid crashes on ES module resolution when module not found (#1546)Kevin (Kun) "Kassimo" Qian
2019-01-17Fixed copyright of types outputJ2P
2019-01-14Fix JSON Modules (#1514)Kitson Kelly
2019-01-12Avoid show confusing lines in gen/bundle/main.js that throws error (#1502)Kevin (Kun) "Kassimo" Qian
2019-01-11Pipe new exception info through into JSErrorRyan Dahl
2019-01-09Native ES modules (#1460)Ryan Dahl
2019-01-06Implement console.groupCollapsed (#1452)Yoshiya Hinosawa
2019-01-06Revert "Split Runner from Compiler" (#1462)Ryan Dahl
2019-01-03Move testing module to deno_std (#1451)Ryan Dahl
2019-01-03Add rust binding and test for deno_execute_mod()Ryan Dahl
2018-12-27Lazily create .mime files only with mismatch/no extension (#1417)Kevin (Kun) "Kassimo" Qian
2018-12-27fix(test): fix test of unbuffered_stderrYoshiya Hinosawa
2018-12-23Remove support for extensionless import (#1396)Ryan Dahl
2018-12-22make stdout unbuffered (#1355)Yoshiya Hinosawa
2018-12-21Implement `Body.formData` for fetch (#1393)Kevin (Kun) "Kassimo" Qian
2018-12-14Fix typo in tests (#1342)迷渡
2018-12-11Use default filename for Isolate::execute.Ryan Dahl
2018-12-10Use stderr for exceptions (#1303)Ryan Dahl
2018-12-06Process source maps in Rust instead of JS (#1280)Ryan Dahl
2018-11-20Split Runner from CompilerKitson Kelly
2018-11-09Ensure global type instances are available.Kitson Kelly
2018-11-05Omit sources from source maps in bundle.Kitson Kelly
2018-11-04Improve integration test harness (#1142)Kitson Kelly
2018-10-30Add ability to load JSON as modules (#1065)Kitson Kelly
2018-10-30Add resources op (#1119)Bartek Iwańczuk
2018-10-28Add application/x-typescript mime type supportKevin (Kun) "Kassimo" Qian
2018-10-24Support CheckJSKitson Kelly
2018-10-23Add node_tcp target to http_benchmark. (#1074)Ryan Dahl
2018-10-23Revert "Support CheckJS"Ryan Dahl
2018-10-23Support CheckJSKitson Kelly
2018-10-23Enforce media typesKitson Kelly
2018-10-22Improve globals for runtime type libraryKitson Kelly
2018-10-16First pass at http benchmark.Ryan Dahl
2018-10-15Update to TypeScript 3.1 and ts-simple-ast 17 (#980)Kitson Kelly
2018-10-13Remove deno name assumption from testsKevin (Kun) "Kassimo" Qian
2018-10-12Fix promise reject issue (#936)Kevin (Kun) "Kassimo" Qian
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