summaryrefslogtreecommitdiff
path: root/cli/emit.rs
AgeCommit message (Expand)Author
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-04-14refactor: break up `ProcState` (#18707)David Sherret
2023-04-13refactor(cli): add `Emitter` struct (#18690)David Sherret
2023-03-21perf(core) Reduce script name and script code copies (#18298)Matt Mastracci
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-11-29fix(coverage): Error if the emit cache is invalid (#16850)sigmaSd
2022-11-25refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820)David Sherret
2022-11-25refactor: move lockfile.rs to args module (#16818)David Sherret
2022-09-02refactor: extract out check code from emit (#15729)David Sherret
2022-08-22perf: cache swc dependency analysis and don't hold onto `ParsedSource`s in me...David Sherret
2022-07-30refactor: reuse `FastInsecureHasher` in `get_check_hash` (#15354)David Sherret
2022-07-21fix(cli): unset jsxFragmentFactory & jsxFactory options (#15264)Satya Rohith
2022-07-20fix(coverage): do not verify emit source hash for coverage (#15260)David Sherret
2022-07-19feat: emit files on demand and fix racy emit (#15220)David Sherret
2022-07-15refactor: remove redundant qualification of symbols in Rust (#15201)orvit
2022-07-14fix(cli): expand tsc roots when using checkJs (#15164)Rafael Ávila de Espíndola
2022-07-13chore(cli): remove dead code related to previous tsc emit (#15196)Nayeem Rahman
2022-07-12perf: use emit from swc instead of tsc (#15118)David Sherret
2022-06-28refactor: add `RootConfig` (#14985)David Sherret
2022-06-27refactor: create `args` folder (#14982)David Sherret
2022-06-20refactor: add `EmitCache` trait (#14925)David Sherret
2022-06-15fix(check): use "moduleDetection": "force" (#14875)Nayeem Rahman
2022-06-15chore(cli/cache): Remove CacheType::Declaration (#14873)Nayeem Rahman
2022-05-30refactor: use deno_emit (#14737)David Sherret
2022-05-20refactor: upgrade to deno_ast 0.15 (#14680)David Sherret
2022-05-17BREAKING: Remove unstable Deno.emit and Deno.formatDiagnostics APIs (#14463)Bartek Iwańczuk
2022-05-17fix: base64 encoding of source maps with emojis (#14607)Bartek Iwańczuk
2022-04-18fix(cli/emit): Check JS roots with // @ts-check (#14090)Nayeem Rahman
2022-04-11feat: Add "deno check" subcommand for type checking (#14072)Bartek Iwańczuk
2022-04-08fix: upgrade to swc_ecmascript 0.143 (#14238)David Sherret
2022-03-29refactor(flags): rename CheckFlag to TypecheckMode (#14111)Bartek Iwańczuk
2022-03-23chore: remove all `pub(crate)`s from the cli crate (#14083)David Sherret
2022-03-22feat: upgrade to swc_ecmascript 0.137.0 (#14067)David Sherret
2022-02-01refactor: integrate deno_graph breaking changes (#13495)Kitson Kelly
2022-01-13refactor: move transpiling to deno_ast (#13332)David Sherret
2022-01-12feat(cli): add ignore directives to bundled code (#13309)juju
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-16refactor(cli): use GraphData for check and emit (#12960)Nayeem Rahman
2021-12-15feat: Add support for import assertions and JSON modules (#12866)Bartek Iwańczuk
2021-12-15chore: updates to support deno_graph API changes (#13080)Kitson Kelly
2021-12-10feat(cli): update to TypeScript 4.5 (#12410)Kitson Kelly
2021-11-30feat: add `--no-check=remote` flag (#12766)Kitson Kelly
2021-11-24fix(cli): don't cache .tsbuildinfo unless emitting (#12830)Nayeem Rahman
2021-11-16refactor: re-export anyhow from deno_core (#12777)Ryan Dahl
2021-11-16fix(cli): short-circuit in prepare_module_load() (#12604)Nayeem Rahman
2021-11-04Revert "feat(cli): enable `useUnknownInCatchVariables` by default" (#12643)Luca Casonato
2021-11-01chore: upgrade deno_ast to 0.5.0 (#12595)David Sherret
2021-10-28feat(cli): enable `useUnknownInCatchVariables` by default (#12547)Kitson Kelly
2021-10-27fix(cli): no-check respects inlineSources compiler option (#12559)Kitson Kelly
2021-10-21fix(lsp): formatting should error on certain additional swc diagnostics (#12491)David Sherret