@parcel/utils 2.0.0-nightly.1267 → 2.0.0-nightly.1273
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +2 -0
- package/lib/index.js.map +1 -1
- package/package.json +7 -7
- package/src/collection.js +6 -3
- package/src/hash.js +15 -0
package/lib/index.js
CHANGED
|
@@ -36317,6 +36317,8 @@ function $4b14026b40817fca$export$8a9ede1a78d6a1fe(stream) {
|
|
|
36317
36317
|
function $4b14026b40817fca$export$3477f9615e12f61d(obj) {
|
|
36318
36318
|
return (0, $8C1kk$parcelhash.hashString)(JSON.stringify((0, $9631335a11debdd4$export$1a9b883158ac407c)(obj)));
|
|
36319
36319
|
}
|
|
36320
|
+
let $4b14026b40817fca$var$testCache = {
|
|
36321
|
+
};
|
|
36320
36322
|
function $4b14026b40817fca$export$42462553d605d8cd(fs, filePath) {
|
|
36321
36323
|
return $4b14026b40817fca$export$8a9ede1a78d6a1fe(fs.createReadStream(filePath));
|
|
36322
36324
|
}
|