summaryrefslogtreecommitdiff
path: root/cli/checksum.rs
AgeCommit message (Collapse)Author
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2020-10-14refactor(cli): add tsc2 (#7942)Kitson Kelly
Ref #7225
2020-09-21chore: add copyright (#7593)tokiedokie
2020-06-29refactor: util functions take slices instead of heap values (#6547)Valentin Anger
2020-06-19refactor(cli/checksum): use map to generate hex string (#6382)Fallenhh
2020-05-11fix: source maps in inspector (#5223)Bartek IwaƄczuk
This commit fixes problems with source maps in Chrome Devtools by substituting source map URL generated by TS compiler with actual file URL pointing to DENO_DIR. Dummy value of "source_map_url" has been removed from "ScriptOrigin". Also fixes lock file which used compiled source code to generate lock hash; it now uses source code of the file that is being compiled.
2020-04-03clippy (#4618)Kitson Kelly
2019-11-03feat: lockfiles (#3231)Ry Dahl
Use --lock-write=lock.json or --lock-check=lock.json on the command line.