summaryrefslogtreecommitdiff
path: root/cli/lsp/urls.rs
AgeCommit message (Expand)Author
2021-12-18refactor: use `once_cell` instead of `lazy_static` (#13135)Divy Srivastava
2021-10-29refactor(lsp): use deno_graph and single document struct (#12535)Kitson Kelly
2021-09-07refactor(lsp): use deno_ast and cache swc ASTs (#11780)David Sherret
2021-09-05fix(doc): fix rustdoc bare_urls warning (#11921)Feng Yu
2021-07-25fix(lsp): handle importmaps properly (#11496)Kitson Kelly
2021-05-10feat: support workspace folders configuration (#10488)Kitson Kelly
2021-04-23refactor: use 'data-url' crate to process data URLs in lsp & file_fetcher (#1...Satya Rohith
2021-04-09fix(lsp): normalize windows file URLs properly (#10034)Kitson Kelly
2021-04-06fix(lsp): properly handle encoding URLs from lsp client (#10033)Kitson Kelly
2021-02-18fix(lsp): handle data URLs properly (#9522)Kitson Kelly