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.rs
Age
Commit message (
Expand
)
Author
2021-02-18
fix(lsp): handle data URLs properly (#9522)
Kitson Kelly
2021-02-17
Make ModuleSpecifier a type alias, not wrapper struct (#9531)
Ryan Dahl
2021-02-12
fix(lsp): properly handle static assets (#9476)
Kitson Kelly
2021-01-29
fix(cli): add lib dom.asynciterable (#9288)
Kitson Kelly
2021-01-28
fix(cli): early abort before type checking on missing modules (#9285)
Kitson Kelly
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-06
refactor: move WebSocket API to an op_crate (#9026)
Luca Casonato
2021-01-06
feat(cli): support data urls (#8866)
Kitson Kelly
2021-01-06
refactor(cli): remove 'js' module, simplify compiler snapshot (#9020)
Bartek Iwańczuk
2020-12-30
feat(lsp): add cache command (#8911)
Kitson Kelly
2020-12-16
refactor(lsp): optimise static assets (#8771)
Kitson Kelly
2020-12-07
feat: add mvp language server (#8515)
Kitson Kelly
2020-11-24
feat(cli): update to TypeScript 4.1 (#7573)
Kitson Kelly
2020-11-10
fix(cli): allow root modules be .mjs/.cjs (#8310)
Kitson Kelly
2020-11-03
refactor(cli): cleanup compiler snapshot and tsc/module_graph (#8220)
Kitson Kelly
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-28
fix(cli): restore tripleslash lib refs support (#8157)
Kitson Kelly
2020-10-27
fix(cli): restore permission check on workers (#8123)
Kitson Kelly
2020-10-26
refactor(cli): rewrite Deno.transpileOnly() to use SWC (#8090)
Bartek Iwańczuk
2020-10-23
refactor(cli): move bundle check to new infrastructure (#8071)
Kitson Kelly
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-21
feat(cli): add types for WeakRef/FinalizationRegistry (#8056)
Kitson Kelly
2020-10-19
feat(cli/installer): Add missing flags for deno install (#7601)
Nayeem Rahman
2020-10-14
refactor(cli): add tsc2 (#7942)
Kitson Kelly
2020-10-13
refactor(cli): rename GlobalState to ProgramState (#7914)
Bartek Iwańczuk
2020-10-07
refactor(cli): remove TextDocument (#7850)
Kitson Kelly
2020-10-03
feat(unstable): revert "enable importsNotUsedAsValues by default #7413" (#7800)
Nayeem Rahman
2020-10-01
refactor: add concept of 'legacy' compiler to enable non-breaking refactoring...
Kitson Kelly
2020-09-29
refactor: improve graph and tsc_config (#7747)
Kitson Kelly
2020-09-26
refactor: combine MainWorker::new and MainWorker::create (#7693)
Bartek Iwańczuk
2020-09-26
refactor: use JsRuntime to implement TSC (#7691)
Bartek Iwańczuk
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-20
refactor: remove CliState, use OpState, add CliModuleLoader (#7588)
Bartek Iwańczuk
2020-09-16
Re-export deno_core::url (#7525)
Ryan Dahl
2020-09-15
cli/msg.rs -> cli/media_type.rs
Ryan Dahl
2020-09-14
Rename deno::state::State to deno::state::CliState (#7480)
Ryan Dahl
2020-09-15
refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)
Bert Belder
2020-09-14
refactor: use ParsedModule and improve MediaTypes enum (#7456)
Kitson Kelly
2020-09-12
refactor: improve tsc diagnostics (#7420)
Kitson Kelly
2020-09-12
refactor: Improve placeholder module names (#7430)
Nayeem Rahman
2020-09-12
Revert "feat(unstable): Support data: urls (#5157)" (#7432)
Bartek Iwańczuk
2020-09-11
feat(unstable): Support data: urls (#5157)
Valentin Anger
2020-09-11
feat(unstable): enable importsNotUsedAsValues by default (#7413)
Luca Casonato
2020-09-11
refactor(core): JsRuntime initialization (#7415)
Bartek Iwańczuk
2020-09-10
Use gotham-like state for ops (#7385)
Ryan Dahl
2020-09-09
upgrade: swc, deno_doc, deno_lint, dprint (#7402)
Bartek Iwańczuk
2020-09-09
fix(op_crates/web): Use "deno:" URLs for internal script specifiers (#7383)
Nayeem Rahman
[prev]
[next]