@atlaspack/feature-flags
Advanced tools
Comparing version 2.12.1-canary.3406 to 2.12.1-canary.3407
@@ -18,3 +18,4 @@ "use strict"; | ||
fastNeedsDefaultInterop: false, | ||
ownedResolverStructures: false | ||
ownedResolverStructures: false, | ||
conditionalBundlingApi: false | ||
}; | ||
@@ -21,0 +22,0 @@ let featureFlagValues = { |
@@ -36,2 +36,9 @@ export type FeatureFlags = { | ||
ownedResolverStructures: boolean; | ||
/** | ||
* Enables an experimental "conditional bundling" API - this allows the use of `importCond` syntax | ||
* in order to have (consumer) feature flag driven bundling. This feature is very experimental, | ||
* and requires server-side support. | ||
*/ | ||
conditionalBundlingApi: boolean; | ||
}; |
{ | ||
"name": "@atlaspack/feature-flags", | ||
"version": "2.12.1-canary.3406+3f272b43c", | ||
"version": "2.12.1-canary.3407+512b8d123", | ||
"description": "Provides internal feature-flags for the atlaspack codebase.", | ||
@@ -23,3 +23,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "3f272b43c6222ff13100e5f3f927fc0c39418b41" | ||
"gitHead": "512b8d123cedf6478e3444817918d2ad95cdf1f8" | ||
} |
@@ -16,2 +16,3 @@ // @flow strict | ||
ownedResolverStructures: false, | ||
conditionalBundlingApi: false, | ||
}; | ||
@@ -18,0 +19,0 @@ |
@@ -32,2 +32,8 @@ // @flow strict | ||
ownedResolverStructures: boolean, | ||
/** | ||
* Enables an experimental "conditional bundling" API - this allows the use of `importCond` syntax | ||
* in order to have (consumer) feature flag driven bundling. This feature is very experimental, | ||
* and requires server-side support. | ||
*/ | ||
conditionalBundlingApi: boolean, | ||
|}; |
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
16528
140