fix(node): require of pkg json imports was broken (#22821)

This commit is contained in:
David Sherret 2024-03-09 10:21:31 -05:00 committed by GitHub
parent e1fb174f86
commit 5d3d4eba39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 129 additions and 69 deletions

View file

@ -1,5 +1,8 @@
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
#![deny(clippy::print_stderr)]
#![deny(clippy::print_stdout)]
use std::collections::HashSet;
use std::path::Path;
use std::path::PathBuf;