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
/
tsc_config.rs
Age
Commit message (
Expand
)
Author
2021-05-10
refactor(cli): replace loading file for --config flag with generic structure ...
Bartek Iwańczuk
2021-04-29
chore: remove unused keys from TsConfigJson (#10417)
Kitson Kelly
2021-04-11
feat: set useDefineForClassFields to true (#10119)
Nayeem Rahman
2021-04-04
chore(cli): Upgrade jsonc_parser to 0.17 (#9977)
David Sherret
2021-03-25
upgrade: Rust 1.51.0 (#9895)
Yusuke Tanaka
2021-03-15
Revert "fix(cli/module_graph): Set useDefineForClassFields to true" (#9792)
Ryan Dahl
2021-03-15
fix(cli/module_graph): Set useDefineForClassFields to true (#9774)
Nayeem Rahman
2021-03-08
fix(cli/ast): Pass importsNotUsedAsValues to swc (#9714)
Nayeem Rahman
2021-02-26
chore(cli/runtime): use re-export serde from deno_core (#9599)
Kitson Kelly
2021-01-20
docs: improve manual around typescript (#8139)
Kitson Kelly
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-01
refactor(cli): runtime compiler APIs consolidated to Deno.emit() (#8799)
Kitson Kelly
2020-12-07
feat: add mvp language server (#8515)
Kitson Kelly
2020-11-25
BREAKING(cli/tsc_config): Make isolatedModules non-configurable (#8482)
Nayeem Rahman
2020-11-16
refactor(cli): rename fs module to fs_util (#8380)
Bartek Iwańczuk
2020-11-02
refactor(cli): migrate runtime compile/bundle to new infrastructure (#8192)
Kitson Kelly
2020-10-30
fix(cli/fmt): Strip "\\?\" prefix when displaying Windows paths (#8135)
Nayeem Rahman
2020-10-29
fix(cli): make hashes of tsconfig deterministic (#8167)
Kitson Kelly
2020-10-26
refactor(cli): rewrite Deno.transpileOnly() to use SWC (#8090)
Bartek Iwańczuk
2020-10-23
BREAKING(cli/tsc): Enable isolatedModules by default (#8050)
Nayeem Rahman
2020-10-23
refactor(cli): migrate run and cache to new infrastructure (#7996)
Kitson Kelly
2020-10-20
feat(cli): add support for bundle --no-check (#8023)
Kitson Kelly
2020-10-01
chore: ensure cache is 'valid' during benchmarks (#7770)
Kitson Kelly
2020-09-30
fix: check cached versions during transpile (#7760)
Kitson Kelly
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
2020-09-21
refactor: use futures and serde_json from deno_core (#7614)
Bartek Iwańczuk
2020-09-15
refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)
Bert Belder
2020-08-31
refactor: Compiler config in Rust (#7228)
Bartek Iwańczuk