@atlaspack/feature-flags
Advanced tools
Comparing version 2.12.1-canary.3405 to 2.12.1-canary.3406
@@ -16,2 +16,3 @@ "use strict"; | ||
importRetry: false, | ||
fastOptimizeInlineRequires: false, | ||
fastNeedsDefaultInterop: false, | ||
@@ -18,0 +19,0 @@ ownedResolverStructures: false |
@@ -21,2 +21,7 @@ export type FeatureFlags = { | ||
/** | ||
* Enable rust based inline requires optimization | ||
*/ | ||
fastOptimizeInlineRequires: boolean; | ||
/** | ||
* Enable fast path for needsDefaultInterop. | ||
@@ -23,0 +28,0 @@ * |
{ | ||
"name": "@atlaspack/feature-flags", | ||
"version": "2.12.1-canary.3405+e0110f1d8", | ||
"version": "2.12.1-canary.3406+3f272b43c", | ||
"description": "Provides internal feature-flags for the atlaspack codebase.", | ||
@@ -23,3 +23,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "e0110f1d8f1647eee3086a4ac49a0ffc1c3edb0f" | ||
"gitHead": "3f272b43c6222ff13100e5f3f927fc0c39418b41" | ||
} |
@@ -13,2 +13,3 @@ // @flow strict | ||
importRetry: false, | ||
fastOptimizeInlineRequires: false, | ||
fastNeedsDefaultInterop: false, | ||
@@ -15,0 +16,0 @@ ownedResolverStructures: false, |
@@ -19,2 +19,6 @@ // @flow strict | ||
/** | ||
* Enable rust based inline requires optimization | ||
*/ | ||
fastOptimizeInlineRequires: boolean, | ||
/** | ||
* Enable fast path for needsDefaultInterop. | ||
@@ -21,0 +25,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
15891
126