@parcel/core
Advanced tools
Comparing version 2.0.0-nightly.193 to 2.0.0-nightly.194
@@ -78,3 +78,3 @@ "use strict"; | ||
autoinstall: (_initialOptions$autoi = initialOptions.autoinstall) !== null && _initialOptions$autoi !== void 0 ? _initialOptions$autoi : true, | ||
hot: (_initialOptions$hot = initialOptions.hot) !== null && _initialOptions$hot !== void 0 ? _initialOptions$hot : false, | ||
hot: (_initialOptions$hot = initialOptions.hot) !== null && _initialOptions$hot !== void 0 ? _initialOptions$hot : null, | ||
serve: (_initialOptions$serve = initialOptions.serve) !== null && _initialOptions$serve !== void 0 ? _initialOptions$serve : false, | ||
@@ -81,0 +81,0 @@ disableCache: (_initialOptions$disab = initialOptions.disableCache) !== null && _initialOptions$disab !== void 0 ? _initialOptions$disab : false, |
{ | ||
"name": "@parcel/core", | ||
"version": "2.0.0-nightly.193+b39859b6", | ||
"version": "2.0.0-nightly.194+1a1cc608", | ||
"license": "MIT", | ||
@@ -19,13 +19,13 @@ "publishConfig": { | ||
"dependencies": { | ||
"@parcel/cache": "2.0.0-nightly.195+b39859b6", | ||
"@parcel/diagnostic": "2.0.0-nightly.195+b39859b6", | ||
"@parcel/events": "2.0.0-nightly.195+b39859b6", | ||
"@parcel/fs": "2.0.0-nightly.195+b39859b6", | ||
"@parcel/logger": "2.0.0-nightly.195+b39859b6", | ||
"@parcel/package-manager": "2.0.0-nightly.195+b39859b6", | ||
"@parcel/plugin": "2.0.0-nightly.195+b39859b6", | ||
"@parcel/cache": "2.0.0-nightly.196+1a1cc608", | ||
"@parcel/diagnostic": "2.0.0-nightly.196+1a1cc608", | ||
"@parcel/events": "2.0.0-nightly.196+1a1cc608", | ||
"@parcel/fs": "2.0.0-nightly.196+1a1cc608", | ||
"@parcel/logger": "2.0.0-nightly.196+1a1cc608", | ||
"@parcel/package-manager": "2.0.0-nightly.196+1a1cc608", | ||
"@parcel/plugin": "2.0.0-nightly.196+1a1cc608", | ||
"@parcel/source-map": "^2.0.0-alpha.4.6", | ||
"@parcel/types": "2.0.0-nightly.195+b39859b6", | ||
"@parcel/utils": "2.0.0-nightly.195+b39859b6", | ||
"@parcel/workers": "2.0.0-nightly.195+b39859b6", | ||
"@parcel/types": "2.0.0-nightly.196+1a1cc608", | ||
"@parcel/utils": "2.0.0-nightly.196+1a1cc608", | ||
"@parcel/workers": "2.0.0-nightly.196+1a1cc608", | ||
"abortcontroller-polyfill": "^1.1.9", | ||
@@ -46,3 +46,3 @@ "browserslist": "^4.6.6", | ||
}, | ||
"gitHead": "b39859b650259ea8977260c73749f3c4ffeef947" | ||
"gitHead": "1a1cc60826b23c94998c6a80fb3620a50f1b162c" | ||
} |
@@ -9,2 +9,3 @@ // @flow | ||
ServerOptions, | ||
HMROptions, | ||
} from '@parcel/types'; | ||
@@ -45,3 +46,3 @@ import type {FileSystem} from '@parcel/fs'; | ||
get hot(): boolean { | ||
get hot(): ?HMROptions { | ||
return this.#options.hot; | ||
@@ -48,0 +49,0 @@ } |
@@ -84,3 +84,3 @@ // @flow strict-local | ||
autoinstall: initialOptions.autoinstall ?? true, | ||
hot: initialOptions.hot ?? false, | ||
hot: initialOptions.hot ?? null, | ||
serve: initialOptions.serve ?? false, | ||
@@ -87,0 +87,0 @@ disableCache: initialOptions.disableCache ?? false, |
@@ -30,2 +30,3 @@ // @flow strict-local | ||
TargetDescriptor, | ||
HMROptions, | ||
} from '@parcel/types'; | ||
@@ -148,3 +149,3 @@ | ||
distDir: ?FilePath, | ||
hot: boolean, | ||
hot: ?HMROptions, | ||
serve: ServerOptions | false, | ||
@@ -151,0 +152,0 @@ autoinstall: boolean, |
@@ -21,3 +21,3 @@ // @flow | ||
autoinstall: false, | ||
hot: false, | ||
hot: undefined, | ||
serve: false, | ||
@@ -24,0 +24,0 @@ mode: 'development', |
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
726660
138
20688