summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
AgeCommit message (Expand)Author
2020-08-08test(cli/inspector_port_collision): skip test on WSL (#6991)Bert Belder
2020-08-08test(cli/inspector_port_collision): fail rather than hang (#6991)Bert Belder
2020-08-08fix(cli): show error on unrecognized V8 flag, exit on --help (#6980)Bert Belder
2020-08-07fix(deno info): Never type check (#6978)Nayeem Rahman
2020-08-03feat: hash file names in gen cache (#6911)Luca Casonato
2020-07-30feat(unstable): add "--ignore" flag to deno fmt (#6890)Divy Srivastava
2020-07-24fix: deno-types directive should have higher precedence than X-TypeScript-Typ...Bartek Iwańczuk
2020-07-23refactor: remove more compiler runtime code (#6841)Bartek Iwańczuk
2020-07-19Port internal TS code to JS (#6793)Bartek Iwańczuk
2020-07-17fix: providing empty source code for missing compiled files (#6760)Bartek Iwańczuk
2020-07-15fix: panic for runtime error in TS compiler (#6758)Bartek Iwańczuk
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-07-13fix(cli): don't panic when no "HOME" env var is set (#6728)Maayan Hanin
2020-07-13fix(Deno.ppid): improve error message when --unstable is missing (#6717)uki00a
2020-07-12feat(cli): add DENO_CERT environment variable (#6370)Oscar Linde
2020-07-11chore: reenable ignored integration tests (#6703)Bartek Iwańczuk
2020-07-09fix(cli): panic when stdio is null on windows (#6528)Maayan Hanin
2020-07-08feat(cli): json option for "deno info" (#6372)Emmanuel
2020-07-08feat: add --no-check option (#6456)Kitson Kelly
2020-07-07feat: add lockfile support to bundle (#6624)Takahiko Inayama
2020-07-06fix: Deno.setRaw shouldn't panic on ENOTTY (#6630)uki00a
2020-07-06feat: deno upgrade --output (#6352)crowlKats
2020-07-05chore: re-enable tests using media_types (#6642)Bartek Iwańczuk
2020-07-04chore: port http_server.py to rust (#6364)Ryan Dahl
2020-07-02refactor: lock file (#6569)Bartek Iwańczuk
2020-06-29fix(cli/upgrade): upgrade fails on Windows with space in temp path (#6522)Andrey Filatkin
2020-06-26'Compile' messages changed to 'Check' messages (#6504)Ryan Dahl
2020-06-26fix: Omit buildinfo when --reload passed (#6489)Kitson Kelly
2020-06-25Restore stats for incremental compile (#6474)Kitson Kelly
2020-06-24Incremental compilation for TypeScript (#6428)Bartek Iwańczuk
2020-06-24Add ability to output compiler performance information (#6434)Kitson Kelly
2020-06-19fix: "deno test" should respect NO_COLOR=true (#6371)uki00a
2020-06-19build: lint cli/tests/unit using deno lint (#6327)Alan Gou
2020-06-18chore(test): move testing utilities to test_util crate (#6360)Bartek Iwańczuk
2020-06-17chore: move fmt test to integration tests (#6340)Bartek Iwańczuk
2020-06-15fix(compiler): JSX compilation and provide better error message (#6300)Bartek Iwańczuk
2020-06-12feat: Add TestDefinition::only (#5793)Nayeem Rahman
2020-06-12make std deno-lint clean (#6240)Ryan Dahl
2020-06-11fix: WebAssembly runtime error propagation (#6137)Casper Beyer
2020-06-11feat: allow reading the entry file from stdin (#6130)Jaap Aarts
2020-06-10feat: Add Deno.mainModule (#6180)John Gardner
2020-06-10feat(lint): use default globs, upgrade to v0.1.9 (#6222)Bartek Iwańczuk
2020-06-10fix: several regressions in TS compiler (#6177)Bartek Iwańczuk
2020-06-10fix: handle @deno-types in export {} (#6202)Bartek Iwańczuk
2020-06-09upgrade: deno_lint v0.1.8 (#6208)Bartek Iwańczuk
2020-06-09feat(doc): display all overloads in cli details view (#6186)uki00a
2020-06-08test: fixed initial `[WILDCARD]` not matching empty the on first line (#5420)Jack Kelly
2020-06-06feat: deno eval -p (#5682)Ryan Dahl
2020-06-05ci: upgrade to Rust 1.44.0 (#6113)Bert Belder
2020-06-02Fix REPL BorrowMutError panic (#6055)Ryan Dahl