Skip to content

Commit 618c7a6

Browse files
committed
update
1 parent 19bb405 commit 618c7a6

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/featureManager.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
import { TimeWindowFilter } from "./filter/TimeWindowFilter.js";
55
import { IFeatureFilter } from "./filter/FeatureFilter.js";
6-
import { RequirementType } from "./schema/model.ts";
6+
import { RequirementType } from "./schema/model.js";
77
import { IFeatureFlagProvider } from "./featureProvider.js";
88
import { TargetingFilter } from "./filter/TargetingFilter.js";
9-
import { validateFeatureFlag } from "./schema/validator.ts";
9+
import { validateFeatureFlag } from "./schema/validator.js";
1010

1111
export class FeatureManager {
1212
#provider: IFeatureFlagProvider;

src/schema/model.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)