@parcel/core
Advanced tools
Comparing version 2.0.0-nightly.148 to 2.0.0-nightly.149
@@ -49,3 +49,3 @@ "use strict"; | ||
var _events2 = require("@parcel/events"); | ||
var _events = require("@parcel/events"); | ||
@@ -167,3 +167,3 @@ var _cache = require("@parcel/cache"); | ||
writable: true, | ||
value: new _events2.ValueEmitter() | ||
value: new _events.ValueEmitter() | ||
}); | ||
@@ -453,3 +453,3 @@ | ||
return resolvedOptions.inputFS.watch(resolvedOptions.projectRoot, (err, _events) => { | ||
return resolvedOptions.inputFS.watch(resolvedOptions.projectRoot, (err, events) => { | ||
if (err) { | ||
@@ -463,8 +463,2 @@ _classPrivateFieldGet(this, _watchEvents).emit({ | ||
let events = _events.filter(e => !e.path.includes('.cache')); | ||
if (!events.length) { | ||
return; | ||
} | ||
let isInvalid = _classPrivateFieldGet(this, _assetGraphBuilder).respondToFSEvents(events); | ||
@@ -471,0 +465,0 @@ |
{ | ||
"name": "@parcel/core", | ||
"version": "2.0.0-nightly.148+2dc32a8b", | ||
"version": "2.0.0-nightly.149+1af603e1", | ||
"license": "MIT", | ||
@@ -19,13 +19,13 @@ "publishConfig": { | ||
"dependencies": { | ||
"@parcel/cache": "2.0.0-nightly.150+2dc32a8b", | ||
"@parcel/diagnostic": "2.0.0-nightly.150+2dc32a8b", | ||
"@parcel/events": "2.0.0-nightly.150+2dc32a8b", | ||
"@parcel/fs": "2.0.0-nightly.150+2dc32a8b", | ||
"@parcel/logger": "2.0.0-nightly.150+2dc32a8b", | ||
"@parcel/package-manager": "2.0.0-nightly.150+2dc32a8b", | ||
"@parcel/plugin": "2.0.0-nightly.150+2dc32a8b", | ||
"@parcel/source-map": "2.0.0-nightly.150+2dc32a8b", | ||
"@parcel/types": "2.0.0-nightly.150+2dc32a8b", | ||
"@parcel/utils": "2.0.0-nightly.150+2dc32a8b", | ||
"@parcel/workers": "2.0.0-nightly.150+2dc32a8b", | ||
"@parcel/cache": "2.0.0-nightly.151+1af603e1", | ||
"@parcel/diagnostic": "2.0.0-nightly.151+1af603e1", | ||
"@parcel/events": "2.0.0-nightly.151+1af603e1", | ||
"@parcel/fs": "2.0.0-nightly.151+1af603e1", | ||
"@parcel/logger": "2.0.0-nightly.151+1af603e1", | ||
"@parcel/package-manager": "2.0.0-nightly.151+1af603e1", | ||
"@parcel/plugin": "2.0.0-nightly.151+1af603e1", | ||
"@parcel/source-map": "2.0.0-nightly.151+1af603e1", | ||
"@parcel/types": "2.0.0-nightly.151+1af603e1", | ||
"@parcel/utils": "2.0.0-nightly.151+1af603e1", | ||
"@parcel/workers": "2.0.0-nightly.151+1af603e1", | ||
"abortcontroller-polyfill": "^1.1.9", | ||
@@ -46,3 +46,3 @@ "browserslist": "^4.6.6", | ||
}, | ||
"gitHead": "2dc32a8b3f2113e01322f67bc5bc370bcd7be56d" | ||
"gitHead": "1af603e1cfab014585ded8aec4d3dcdb7e685987" | ||
} |
@@ -362,3 +362,3 @@ // @flow strict-local | ||
resolvedOptions.projectRoot, | ||
(err, _events) => { | ||
(err, events) => { | ||
if (err) { | ||
@@ -369,7 +369,2 @@ this.#watchEvents.emit({error: err}); | ||
let events = _events.filter(e => !e.path.includes('.cache')); | ||
if (!events.length) { | ||
return; | ||
} | ||
let isInvalid = this.#assetGraphBuilder.respondToFSEvents(events); | ||
@@ -376,0 +371,0 @@ if (isInvalid && this.#watchQueue.getNumWaiting() === 0) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
664482
19079
+ Addedbrowserslist@4.24.3(transitive)
- Removedbrowserslist@4.24.2(transitive)