@parcel/types
Advanced tools
Comparing version 2.0.0-nightly.79 to 2.0.0-nightly.85
15
index.js
@@ -275,2 +275,3 @@ // @flow strict-local | ||
+isWeak: ?boolean; | ||
+isDeferred: boolean; | ||
+loc: ?SourceLocation; | ||
@@ -606,8 +607,2 @@ +env: Environment; | ||
getBundleGroupsContainingBundle(bundle: Bundle): Array<BundleGroup>; | ||
getBundleGroupsReferencedByBundle( | ||
bundle: Bundle, | ||
): Array<{| | ||
bundleGroup: BundleGroup, | ||
dependency: Dependency, | ||
|}>; | ||
getBundlesInBundleGroup(bundleGroup: BundleGroup): Array<Bundle>; | ||
@@ -629,8 +624,10 @@ getChildBundles(bundle: Bundle): Array<Bundle>; | ||
findBundlesWithAsset(Asset): Array<Bundle>; | ||
getExternalDependencies(bundle: Bundle): Array<Dependency>; | ||
resolveExternalDependency(dependency: Dependency): ?BundleGroup; | ||
} | ||
export type BundleResult = {| | ||
contents: Blob, | ||
ast?: AST, | ||
map?: ?SourceMap, | ||
+contents: Blob, | ||
+ast?: AST, | ||
+map?: ?SourceMap, | ||
|}; | ||
@@ -637,0 +634,0 @@ |
{ | ||
"name": "@parcel/types", | ||
"version": "2.0.0-nightly.79+287ac639", | ||
"version": "2.0.0-nightly.85+e33d9161", | ||
"license": "MIT", | ||
@@ -13,3 +13,3 @@ "main": "src/index.js", | ||
}, | ||
"gitHead": "287ac6397ade28595d56ac73971edb832bda8ff7" | ||
"gitHead": "e33d91613d0ab9f600c93c5f8466f20fe9ca9dce" | ||
} |
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
21199
740