summaryrefslogtreecommitdiff
path: root/cli/tsc_config.rs
AgeCommit message (Expand)Author
2020-11-16refactor(cli): rename fs module to fs_util (#8380)Bartek Iwańczuk
2020-11-02refactor(cli): migrate runtime compile/bundle to new infrastructure (#8192)Kitson Kelly
2020-10-30fix(cli/fmt): Strip "\\?\" prefix when displaying Windows paths (#8135)Nayeem Rahman
2020-10-29fix(cli): make hashes of tsconfig deterministic (#8167)Kitson Kelly
2020-10-26refactor(cli): rewrite Deno.transpileOnly() to use SWC (#8090)Bartek Iwańczuk
2020-10-23BREAKING(cli/tsc): Enable isolatedModules by default (#8050)Nayeem Rahman
2020-10-23refactor(cli): migrate run and cache to new infrastructure (#7996)Kitson Kelly
2020-10-20feat(cli): add support for bundle --no-check (#8023)Kitson Kelly
2020-10-01chore: ensure cache is 'valid' during benchmarks (#7770)Kitson Kelly
2020-09-30fix: check cached versions during transpile (#7760)Kitson Kelly
2020-09-29refactor: improve graph and tsc_config (#7747)Kitson Kelly
2020-09-25refactor: new module graph used for no check (#7621)Kitson Kelly
2020-09-21refactor: use futures and serde_json from deno_core (#7614)Bartek Iwańczuk
2020-09-15refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)Bert Belder
2020-08-31refactor: Compiler config in Rust (#7228)Bartek Iwańczuk