mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 18:12:59 -05:00
![]() This commit fixes racy condition in lint plugins that could have caused diagnostics for another file to be printed for completely unrelated file. With this change, a oneshot channel is used to receive diagnostics for a file, which ensures that the caller will receive diagnostics for itself. |
||
---|---|---|
.. | ||
ast_buffer | ||
rules | ||
linter.rs | ||
mod.rs | ||
plugins.rs | ||
reporters.rs |