mirror of
https://github.com/denoland/deno.git
synced 2025-08-31 07:47:46 +00:00
perf(fmt/lint): incremental formatting and linting (#14314)
This commit is contained in:
parent
803499886b
commit
ae479b1036
11 changed files with 645 additions and 49 deletions
|
@ -13,6 +13,8 @@ use rusqlite::OptionalExtension;
|
|||
use std::fmt;
|
||||
use std::path::PathBuf;
|
||||
|
||||
pub use rusqlite;
|
||||
|
||||
#[derive(Clone)]
|
||||
struct OriginStorageDir(PathBuf);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue