mirror of
https://github.com/denoland/deno.git
synced 2025-08-31 15:57:53 +00:00
refactor(lsp): move config file related code to config.rs (#19790)
Will make #19788 easier.
This commit is contained in:
parent
629d09b149
commit
8dd9d5f523
10 changed files with 176 additions and 169 deletions
|
@ -26,9 +26,7 @@ impl Emitter {
|
|||
parsed_source_cache: Arc<ParsedSourceCache>,
|
||||
emit_options: deno_ast::EmitOptions,
|
||||
) -> Self {
|
||||
let emit_options_hash = FastInsecureHasher::new()
|
||||
.write_hashable(&emit_options)
|
||||
.finish();
|
||||
let emit_options_hash = FastInsecureHasher::hash(&emit_options);
|
||||
Self {
|
||||
emit_cache,
|
||||
parsed_source_cache,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue