0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-04 21:56:05 -05:00
denoland-deno/tests
Nathan Whitaker aac7a8cb7c
perf(lsp): Batch "$projectChanged" notification in with the next JS request (#23451)
The actual handling of `$projectChanged` is quick, but JS requests are
not. The cleared caches only get repopulated on the next actual request,
so just batch the change notification in with the next actual request.

No significant difference in benchmarks on my machine, but this speeds
up `did_change` handling and reduces our total number of JS requests (in
addition to coalescing multiple JS change notifs into one).
2024-04-22 08:03:16 -07:00
..
config chore: move test_util/std to tests/util/std (#22402) 2024-02-13 09:22:49 -07:00
ffi chore: move test_ffi and test_nap to tests/ [WIP] (#22394) 2024-02-12 13:46:50 -07:00
integration perf(lsp): Batch "$projectChanged" notification in with the next JS request (#23451) 2024-04-22 08:03:16 -07:00
napi chore: update to Rust 1.77.2 (#23262) 2024-04-10 22:08:23 +00:00
node_compat test: fix node_compat_test (#23446) 2024-04-19 01:42:18 +02:00
specs FUTURE(ext/net): remove Deno.ConnectTlsOptions.(certFile|certChain|privateKey) (#23270) 2024-04-21 03:03:44 +00:00
testdata fix: Fix some typos in comments (#23470) 2024-04-21 01:54:07 +02:00
unit feat(runtime): Allow embedders to perform additional access checks on file open (#23208) 2024-04-19 18:12:03 -06:00
unit_node fix(ext/node): define http.maxHeaderSize (#23479) 2024-04-21 07:31:23 +05:30
util chore(lsp): Add benchmark for performance on a large real-world repo (#23395) 2024-04-16 12:26:51 -07:00
wpt fix: allow WPT to successfully exit using --exit-zero (#23418) 2024-04-17 10:40:47 +00:00
Cargo.toml fix(lsp): improved cjs tracking (#23374) 2024-04-15 17:50:52 -04:00
lib.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
README.md chore: continue tests/ re-org (#22396) 2024-02-12 17:13:14 -07:00

Deno Integration Tests