Skip to content

Commit

Permalink
Update https-resolver.js
Browse files Browse the repository at this point in the history
add this
  • Loading branch information
Yuva authored Dec 20, 2024
1 parent caf7456 commit cf053ef
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ let { Resolver } = require("@parcel/plugin")
let path = require("path")
let fs = require("fs/promises")
let { mkdirp } = require("mkdirp")
let { URL } = require("url")
let { URL } = require("url")9
10
11
12
13

let crypto = require("crypto")

let DONT_INCLUDE = { isExcluded: true }
Expand Down

0 comments on commit cf053ef

Please sign in to comment.