chores: enforce type ResourceId across codebase (#9837)

This commit is contained in:
Divy Srivastava 2021-03-19 22:55:37 +05:30 committed by GitHub
parent 197305908b
commit 91ca58fb26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 141 additions and 119 deletions

View file

@ -1,5 +1,4 @@
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
use deno_core::error::AnyError;
use deno_core::serde_json::Value;
use deno_core::BufVec;