@lwc/features
Advanced tools
Comparing version
@@ -29,2 +29,3 @@ /** | ||
DISABLE_SYNTHETIC_SHADOW: null, | ||
DISABLE_TRY_CATCH_FOR_SIGNALS_CHECK: null, | ||
}; | ||
@@ -96,3 +97,3 @@ if (!globalThis.lwcRuntimeFlags) { | ||
exports.setFeatureFlagForTest = setFeatureFlagForTest; | ||
/** version: 8.10.2 */ | ||
/** version: 8.10.3 */ | ||
//# sourceMappingURL=index.cjs.js.map |
@@ -25,2 +25,3 @@ /** | ||
DISABLE_SYNTHETIC_SHADOW: null, | ||
DISABLE_TRY_CATCH_FOR_SIGNALS_CHECK: null, | ||
}; | ||
@@ -88,3 +89,3 @@ if (!globalThis.lwcRuntimeFlags) { | ||
export { features as default, flags as lwcRuntimeFlags, flags as runtimeFlags, setFeatureFlag, setFeatureFlagForTest }; | ||
/** version: 8.10.2 */ | ||
/** version: 8.10.3 */ | ||
//# sourceMappingURL=index.js.map |
@@ -62,3 +62,7 @@ /** | ||
DISABLE_SYNTHETIC_SHADOW: FeatureFlagValue; | ||
/** | ||
* Disable using a try/catch when sniffing for whether an object is a signal or not | ||
*/ | ||
DISABLE_TRY_CATCH_FOR_SIGNALS_CHECK: FeatureFlagValue; | ||
} | ||
export type FeatureFlagName = keyof FeatureFlagMap; |
@@ -7,3 +7,3 @@ { | ||
"name": "@lwc/features", | ||
"version": "8.10.2", | ||
"version": "8.10.3", | ||
"description": "LWC Features Flags", | ||
@@ -46,4 +46,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@lwc/shared": "8.10.2" | ||
"@lwc/shared": "8.10.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
25110
1.26%277
2.21%+ Added
- Removed
Updated