summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
AgeCommit message (Expand)Author
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
2020-12-28feat(unstable): collect coverage from the run command (#8893)Casper Beyer
2020-12-21feat(unstable): record raw coverage into a directory (#8642)Casper Beyer
2020-12-17test(cli): ensure await all on stdout does not deadlock (#8802)Casper Beyer
2020-12-15fix(cli): make dynamic import errors catchable (#8750)Kitson Kelly
2020-12-14fix(repl): recover from invalid input (#8759)Casper Beyer
2020-12-12fix(cli/compile): error when the output path already exists (#8681)Yosi Pramajaya
2020-12-12Revert "chore(test): increase file watcher timeout duration on macOS (#8733)"...Bartek Iwańczuk
2020-12-12chore(test): increase file watcher timeout duration on macOS (#8733)Yusuke Tanaka
2020-12-11refactor(cli): decouple ops from ProgramState and Flags (#8659)Bartek Iwańczuk
2020-12-08Remove dead code: itest_ignore (#8668)Ryan Dahl
2020-12-07chore(std): Remove tsconfig_test.json (#8629)Nayeem Rahman
2020-12-07feat: add mvp language server (#8515)Kitson Kelly
2020-12-02fix(cli): add hygiene pass to transpile pipeline (#8586)János Veres
2020-12-01fix(compile): disable source mapping of errors (#8581)Bartek Iwańczuk