@atlaspack/feature-flags
Advanced tools
Comparing version 2.12.1-canary.3410 to 2.12.1-canary.3411
@@ -19,3 +19,2 @@ "use strict"; | ||
fastNeedsDefaultInterop: false, | ||
ownedResolverStructures: false, | ||
conditionalBundlingApi: false | ||
@@ -22,0 +21,0 @@ }; |
@@ -38,7 +38,2 @@ export type FeatureFlags = { | ||
/** | ||
* Enable resolver refactor into owned data structures. | ||
*/ | ||
ownedResolverStructures: boolean; | ||
/** | ||
* Enables an experimental "conditional bundling" API - this allows the use of `importCond` syntax | ||
@@ -45,0 +40,0 @@ * in order to have (consumer) feature flag driven bundling. This feature is very experimental, |
{ | ||
"name": "@atlaspack/feature-flags", | ||
"version": "2.12.1-canary.3410+11a9679ea", | ||
"version": "2.12.1-canary.3411+eb4b345e8", | ||
"description": "Provides internal feature-flags for the atlaspack codebase.", | ||
@@ -23,3 +23,3 @@ "license": "(MIT OR Apache-2.0)", | ||
}, | ||
"gitHead": "11a9679ea386c5e8342aa840646e41e77cbabd92" | ||
"gitHead": "eb4b345e82ffaf620d6fdd8e36b54b3e87c70f98" | ||
} |
@@ -16,3 +16,2 @@ // @flow strict | ||
fastNeedsDefaultInterop: false, | ||
ownedResolverStructures: false, | ||
conditionalBundlingApi: false, | ||
@@ -19,0 +18,0 @@ }; |
@@ -33,6 +33,2 @@ // @flow strict | ||
/** | ||
* Enable resolver refactor into owned data structures. | ||
*/ | ||
ownedResolverStructures: boolean, | ||
/** | ||
* Enables an experimental "conditional bundling" API - this allows the use of `importCond` syntax | ||
@@ -39,0 +35,0 @@ * in order to have (consumer) feature flag driven bundling. This feature is very experimental, |
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
16476
140