summaryrefslogtreecommitdiff
path: root/cli/diff.rs
AgeCommit message (Collapse)Author
2022-11-28refactor: create util folder, move nap_sym to napi/sym, move http_cache to ↵David Sherret
cache folder (#16857)
2022-07-10refactor: update comment in diff.rs (#15142)Ikko Ashimine
Github -> GitHub
2022-07-01chore: use Rust 1.62.0 (#15028)Bartek Iwańczuk
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
2021-09-12refactor: Remove duplicated colors.rs file (#11990)Ryan Dahl
2021-07-02fix(diff): better handling of text with only line ending differences (#11212)David Sherret
Additionally fixes: * It not displaying a diff when one text had a trailing newline and the other didn't. * Edge case where the line number width could be incorrect if the original text had say 99 lines and the edit text had 100 lines.
2021-02-01chore: make all tests annotated with `#[cfg(test)]` (#9347)Yusuke Tanaka
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2020-11-13refactor(cli+core): various cleanups in Rust (#8336)KNnut
2020-11-09refactor(cli): remove unnecessary format! calls (#8315)KNnut
2020-09-17fix(cli/fmt): make fmt output more readable (#7534)Pig Fang
2020-09-15chore: fix clippy warnings (#7476)Bert Belder
2020-09-06Move JSON ops to deno_core (#7336)Bert Belder
2020-06-29refactor: util functions take slices instead of heap values (#6547)Valentin Anger
2020-06-06Add diff for "deno fmt --check" (#5599)Filippo Rossi