Skip to content

Commit 3e9953b

Browse files
committed
implementing status based scheduled transitions and backoff support
1 parent 285fc9f commit 3e9953b

File tree

9 files changed

+511
-234
lines changed

9 files changed

+511
-234
lines changed

packages/sdk/browser/src/platform/DefaultBrowserEventSource.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
EventSource as LDEventSource,
77
} from '@launchdarkly/js-client-sdk-common';
88

9-
import Backoff from './Backoff';
9+
import Backoff from '../../../../shared/common/src/datasource/Backoff';
1010

1111
/**
1212
* Implementation Notes:

packages/sdk/browser/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"types": ["node", "jest"],
1919
"allowJs": true
2020
},
21-
"include": ["src"],
21+
"include": ["src", "../../shared/common/src/datasource/Backoff.ts"],
2222
"exclude": [
2323
"vite.config.ts",
2424
"__tests__",

0 commit comments

Comments
 (0)