Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Part of https://github.com/denoland/deno/issues/21308
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com>
|
|
|
|
Uses https://github.com/denoland/deno_cache/pull/26
|
|
Closes #15633
|
|
This improves the HttpCache to make it being stored on the file system
an implementation detail.
|
|
This adds a new `PathRef` struct to test_util for making it easier to
work with paths in test code. I'm going to expand on this more in the
future.
|
|
Adds a `deno.preloadLimit` option (ex. `"deno.preloadLimit": 2000`)
which specifies how many file entries to traverse on the file system
when the lsp loads or its configuration changes.
Closes #18955
|
|
- bump deps: the newest `lazy-regex` need newer `oncecell` and
`regex`
- reduce `unwrap`
- remove dep `lazy_static`
- make more regex cached
---------
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
This was an oversight because the repl uses the language server under
the hood. Also, never preloads from a root directory.
Part of #18538
|
|
I think this makes things clearer at the call sites.
|
|
This upgrades TypeScript to 5.0.2, but does not have ES decorator
support because swc does not support that yet.
|
|
|
|
Towards landing #15454
|
|
Tests added to deno_graph, which were previously not there.
Closes #17932
|
|
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
|
|
|
|
Yearly tradition of creating extra noise in git.
|
|
Closes #11897
|
|
|
|
cache folder (#16857)
|
|
Closes #14840
|
|
|
|
Fixes: #15252
|
|
empty (#15177)
|
|
Fixes: #15111
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #13619
|
|
|
|
|
|
|
|
Co-authored-by: Erfan Safari <erfanshield@outlook.com>
|
|
|
|
* fix(lsp): handle import specifier not having a trailing quote
* clean up
* Add test.
|
|
Resolves #10051
|
|
|