Commit db7ff0a
committed
refactor: standardize flag terminology and improve client implementation
- Updated `ReflagClient` to replace deprecated feature references with flag terminology, including renaming methods and properties for consistency.
- Removed deprecated `featureOverrides` handling and adjusted related logic to focus solely on `flagOverrides`.
- Enhanced documentation and comments throughout the codebase to clarify the transition from features to flags.
- Updated tests to reflect the new flag-based approach, ensuring proper functionality and alignment with the updated terminology.1 parent 5f9b565 commit db7ff0a
9 files changed
Lines changed: 243 additions & 2568 deletions
File tree
- packages/node-sdk
- src
- test
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | 25 | | |
61 | 26 | | |
62 | 27 | | |
| |||
115 | 80 | | |
116 | 81 | | |
117 | 82 | | |
118 | | - | |
119 | 83 | | |
120 | 84 | | |
121 | 85 | | |
| |||
125 | 89 | | |
126 | 90 | | |
127 | 91 | | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
141 | 97 | | |
142 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
143 | 101 | | |
144 | 102 | | |
145 | 103 | | |
| |||
187 | 145 | | |
188 | 146 | | |
189 | 147 | | |
190 | | - | |
191 | 148 | | |
192 | 149 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 1 | + | |
7 | 2 | | |
8 | 3 | | |
9 | 4 | | |
| |||
12 | 7 | | |
13 | 8 | | |
14 | 9 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 10 | | |
22 | 11 | | |
23 | 12 | | |
| |||
29 | 18 | | |
30 | 19 | | |
31 | 20 | | |
32 | | - | |
33 | | - | |
34 | 21 | | |
35 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments