File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 33
44import { TimeWindowFilter } from "./filter/TimeWindowFilter.js" ;
55import { IFeatureFilter } from "./filter/FeatureFilter.js" ;
6- import { RequirementType } from "./schema/model.ts " ;
6+ import { RequirementType } from "./schema/model.js " ;
77import { IFeatureFlagProvider } from "./featureProvider.js" ;
88import { TargetingFilter } from "./filter/TargetingFilter.js" ;
9- import { validateFeatureFlag } from "./schema/validator.ts " ;
9+ import { validateFeatureFlag } from "./schema/validator.js " ;
1010
1111export class FeatureManager {
1212 #provider: IFeatureFlagProvider ;
Original file line number Diff line number Diff line change @@ -78,10 +78,6 @@ interface Variant {
7878 * The configuration value for this feature variant.
7979 */
8080 configuration_value ?: unknown ;
81- /**
82- * The path to a configuration section used as the configuration value for this feature variant.
83- */
84- configuration_reference ?: string ;
8581 /**
8682 * Overrides the enabled state of the feature if the given variant is assigned. Does not override the state if value is None.
8783 */
You can’t perform that action at this time.
0 commit comments