index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
module_graph
Age
Commit message (
Collapse
)
Author
2021-08-11
chore: move test files to testdata directory (#11601)
David Sherret
2021-08-04
feat(fmt): format top-level JSX elements/fragments with parens when ↵
David Sherret
multi-line (#11582)
2020-11-10
tests(cli): check ignores dynamic import errors (#8323)
Kitson Kelly
Closes #6618
2020-11-10
fix(cli): allow root modules be .mjs/.cjs (#8310)
Kitson Kelly
Fixes #6176
2020-11-09
fix(cli): do not write tsbuildinfo when diagnostics are emitted (#8311)
Kitson Kelly
Fixes #8309
2020-11-07
fix(cli): allow remapping to locals for import map (#8262)
Kitson Kelly
Fixes #7723
2020-11-07
fix(cli): properly handle type checking root modules with type defini… (#8263)
Kitson Kelly
2020-10-29
fix(cli): make hashes of tsconfig deterministic (#8167)
Kitson Kelly
Fixes #8163
2020-10-23
refactor(cli): migrate run and cache to new infrastructure (#7996)
Kitson Kelly
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
2020-09-29
refactor: improve graph and tsc_config (#7747)
Kitson Kelly
2020-09-25
refactor: new module graph used for no check (#7621)
Kitson Kelly