deno_lib 2.0.9

Provides the deno library
1
2
3
4
5
6
7
8
9
disallowed-methods = [
  { path = "reqwest::Client::new", reason = "create an HttpClient via an HttpClientProvider instead" },
]
disallowed-types = [
  { path = "reqwest::Client", reason = "use crate::http_util::HttpClient instead" },
]
ignore-interior-mutability = [
  "lsp_types::Uri",
]