summaryrefslogtreecommitdiff
path: root/cli/lsp/sources.rs
AgeCommit message (Expand)Author
2021-09-11refactor: use import_map crate (#11974)Bartek Iwańczuk
2021-09-07refactor(lsp): use deno_ast and cache swc ASTs (#11780)David Sherret
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2021-07-30chore: upgrade Rust to 1.54.0 (#11554)Yusuke Tanaka
2021-07-28feat(lsp): ability to set DENO_DIR via settings (#11527)Kitson Kelly
2021-07-25fix(lsp): handle importmaps properly (#11496)Kitson Kelly
2021-07-06chore: use parking_lot for synchronization primitives to align with tokio (#1...David Sherret
2021-06-22feat(cli): support "types" when type checking (#10999)Kitson Kelly
2021-06-05fix(lsp): refactor, fix issues and add benchmark for code lens (#10841)Kitson Kelly
2021-05-18feat(lsp): provide X-Deno-Warning as a diagnostic (#10680)Kitson Kelly
2021-05-17fix: static import permissions in dynamic importsLuca Casonato
2021-04-20fix(#10031): lsp handles x-typescript-types header on type only imports prope...Kitson Kelly
2021-04-20feat(lsp): improve diagnostic status page (#10253)Kitson Kelly
2021-03-25feat(lsp): add import completions (#9821)Kitson Kelly
2021-03-10fix(lsp): allow on disk files to change (#9746)Kitson Kelly
2021-02-17Make ModuleSpecifier a type alias, not wrapper struct (#9531)Ryan Dahl
2021-02-17feat: support loading import map from URL (#9519)Bartek Iwańczuk
2021-02-15fix(lsp): handle cached type dependencies properly (#9500)Kitson Kelly
2021-02-12fix(lsp): properly handle static assets (#9476)Kitson Kelly
2021-02-12feat(lsp): add deno cache code actions (#9471)Kitson Kelly
2021-02-10fix(lsp): handle type deps properly (#9436)Kitson Kelly
2021-02-08fix(lsp): remove Sources mutexBen Noordhuis
2021-01-26fix(lsp): fix deadlocks, use one big mutex (#9271)Ben Noordhuis
2021-01-22fix(lsp): handle mbc documents properly (#9151)Kitson Kelly
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2021-01-08feat: denort binary (#9041)Luca Casonato
2020-12-30feat(lsp): add cache command (#8911)Kitson Kelly
2020-12-24fix(lsp): provide diagnostics for unresolved modules (#8872)Kitson Kelly
2020-12-21refactor: rewrite lsp to be async (#8727)Luca Casonato
2020-12-10fix(lsp): only resolve sources with supported schemas (#8696)Kitson Kelly
2020-12-10feat(lsp): support import maps (#8683)Kitson Kelly
2020-12-07feat: add mvp language server (#8515)Kitson Kelly