Skip to content

Commit e9284fd

Browse files
committed
Update SourceID.ts
1 parent 116c420 commit e9284fd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/internal/model/SourceID.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ export const SourceID = {
77
GO_SERVER: 5,
88
NODE_SERVER: 6,
99
JAVASCRIPT: 7,
10+
FLUTTER: 8,
11+
REACT: 9,
12+
REACT_NATIVE: 10,
13+
OPEN_FEATURE_KOTLIN: 100,
14+
OPEN_FEATURE_SWIFT: 101,
15+
OPEN_FEATURE_JAVASCRIPT: 102,
16+
OPEN_FEATURE_GO: 103,
17+
OPEN_FEATURE_NODEJS: 104,
18+
1019
} as const
1120

1221
export type SourceID = (typeof SourceID)[keyof typeof SourceID]

0 commit comments

Comments
 (0)