Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-21 | chore: add copyright (#7593) | tokiedokie | |
2020-06-29 | refactor: util functions take slices instead of heap values (#6547) | Valentin Anger | |
2020-06-19 | refactor(cli/checksum): use map to generate hex string (#6382) | Fallenhh | |
2020-05-11 | fix: 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-03 | clippy (#4618) | Kitson Kelly | |
2019-11-03 | feat: lockfiles (#3231) | Ry Dahl | |
Use --lock-write=lock.json or --lock-check=lock.json on the command line. |