summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-04-17Fix flaky tests (#2139)Ryan Dahl
2019-04-16Implement async module loading in CLI (#2084)Ryan Dahl
2019-04-13Add deno eval subcommand (#2102)Bartek Iwańczuk
2019-04-08Allow high precision performance.now() (#1977)Vincent LE GOFF
2019-04-07Refactor CLI flag parsing (#2025)Bartek Iwańczuk
2019-04-05Add worker benchmarks (#2059)andy finch
2019-04-04Non-fatal compile_sync failures (#2039)andy finch
2019-04-01Follow redirect location as new referrers for nested module imports (#2031)Kevin (Kun) "Kassimo" Qian
2019-04-01Add web worker JS API (#1993)andy finch
2019-03-28Merge the --recompile and --reload flags (#2003)Ryan Dahl
2019-03-27Fix error when JS is executed with --recompile (#2007)Ryan Dahl
2019-03-18Integrate //core into existing code baseRyan Dahl
2019-03-09Migrate from tslint to eslint for linting (#1905)Kitson Kelly
2019-03-07Remove 'deno' builtin module (#1895)Kitson Kelly
2019-03-06Upgrade deno_std (#1892)Ryan Dahl
2019-03-06Replace deno.land/x/std with deno.land/std (#1890)Andy Hayden
2019-02-26Add import.meta.main (#1835)Bartek Iwańczuk
2019-02-25Fix console.table display of Map and move tests to unit test (#1839)Kevin (Kun) "Kassimo" Qian
2019-02-18Add window.locationRyan Dahl
2019-02-18Rationalise compiler ops (#1740)Kitson Kelly
2019-02-15Add execPath function (#1743)Dmitry Sharshakov
2019-02-15Module dep pretty printing in --infoGreg Altman
2019-02-15Remove unnecessary tests/021_info_flag_setup.testRyan Dahl
2019-02-15Fix behavior for extensionless files with .mime file (#1779)Kevin (Kun) "Kassimo" Qian
2019-02-12Add Deno global namespace (#1748)Kitson Kelly
2019-02-08Adds deno.noColor (#1716)Ryan Dahl
2019-02-08Add deps to --info output. (#1720)Ryan Dahl
2019-02-08Add --allow-read (#1689)Dmitry Sharshakov
2019-02-07Color exceptions (#1698)Ryan Dahl
2019-02-05Add WebAssembly to runtime library (#1677)Kitson Kelly
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