summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
AgeCommit message (Expand)Author
2021-02-12test(cli): improve test of deno cache (#9340)Yosi Pramajaya
2021-02-09fix(op_crates): Don't use `Deno.inspect` in op crates (#9332)Nayeem Rahman
2021-02-09fix(cli): import maps handles data URLs (#9437)Kitson Kelly
2021-02-08fix(cli): check for inline source maps before external ones (#9394)Nayeem Rahman
2021-02-05fix(repl): prevent symbol completion panic (#9400)Casper Beyer
2021-02-05fix(cli/lsp): fix using jsx/tsx when not emitting via tsc (#9407)Kitson Kelly
2021-02-02chore: remove std directory (#9361)Casper Beyer
2021-02-01refactor: Reorganise integration tests (#9282)Bartek Iwańczuk
2021-01-29fix(cli/coverage): display mapped instrumentation line counts (#9310)Casper Beyer
2021-01-29test: fix lock_write_fetch test (#9318)Bartek Iwańczuk
2021-01-29chore: reenable watch tests (#9306)Bartek Iwańczuk
2021-01-29fix(cli): add lib dom.asynciterable (#9288)Kitson Kelly
2021-01-28fix(cli): early abort before type checking on missing modules (#9285)Kitson Kelly
2021-01-27tests: new typescript WPT runner (#9269)Luca Casonato
2021-01-27fix(cli): correctly determine emit state with redirects (#9287)Kitson Kelly
2021-01-25Revert "tests: enable wpt for url (#9046)" (#9264)Luca Casonato
2021-01-24tests: enable wpt for url (#9046)Luca Casonato
2021-01-24feat(op_crates/web): adding gb18030 and GBK encodings (#9242)ali ahmed
2021-01-21fix(core): Handle prepareStackTrace() throws (#9211)Nayeem Rahman
2021-01-21fix(runtime): fix recursive dispatches of unload event (#9207)Yoshiya Hinosawa
2021-01-20fix(coverage): ignore comments (#8639)Casper Beyer
2021-01-19feat: add markdown support to deno fmt (#8887)Satya Rohith
2021-01-19feat(unstable): add Deno.resolveDns API (#8790)Yusuke Tanaka
2021-01-18fix: redirect in --location relative fetch (#9150)Luca Casonato
2021-01-18fix(cli): Check permissions for Deno.emit() (#9139)Nayeem Rahman
2021-01-17fix(op_crates/web): Use WorkerLocation for location in workers (#9084)Nayeem Rahman
2021-01-13build: disable cafile_* tests and use slow runners (#9089)Luca Casonato
2021-01-12tests: disable logging of 'ok' web platform tests (#9087)Luca Casonato
2021-01-12tests: enable .worker.js tests (#9065)Yacine Hmito
2021-01-12fix(cli): dispatch unload on exit (#9088)Yoshiya Hinosawa
2021-01-11fix(watcher): keep working even when imported file has invalid syntax (#9091)Yusuke Tanaka
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2021-01-09fix: don't error on version and help flag (#9064)Luca Casonato
2021-01-08feat: denort binary (#9041)Luca Casonato
2021-01-07feat: add --location=<href> and globalThis.location (#7369)Nayeem Rahman
2021-01-07 ignore "use asm" (#9019)Anonymous
2021-01-07fix(coverage): report partial lines as uncovered (#9033)Casper Beyer
2021-01-07Remove emoji from welcome script so it looks better on windows (#9031)Ryan Dahl
2021-01-06refactor: move WebSocket API to an op_crate (#9026)Luca Casonato
2021-01-06feat(cli): support data urls (#8866)Kitson Kelly
2021-01-06fix: use inline source maps when present in js (#8995)Luca Casonato
2021-01-05fix: align encoding APIs to spec using WPT (#9004)Luca Casonato
2021-01-05tests: add web platform test runner (#8990)Luca Casonato
2021-01-05feat(cli/standalone): support runtime flags for deno compile (#8738)Nayeem Rahman
2021-01-04fix(coverage): merge duplicate reports (#8942)Casper Beyer
2021-01-04fix(inspector): kill child process after test (#8986)Ben Noordhuis
2021-01-04Revert "fix(inspector): add back list endpoint (#8894)" (#8977)Luca Casonato
2021-01-03fix(inspector): add back list endpoint (#8894)Liam Perlaki
2020-12-30fix(cli): info does not panic on missing modules (#8924)Kitson Kelly
2020-12-30fix(lsp): handle ts debug errors better (#8914)Kitson Kelly