File tree Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import {
1717 ServiceEndpoints ,
1818} from '@launchdarkly/js-client-sdk-common' ;
1919
20- import { BrowserIdentifyOptions } from '../BrowserIdentifyOptions' ;
20+ import { BrowserIdentifyOptions } from '../src/ BrowserIdentifyOptions' ;
2121import BrowserDataManager from '../src/BrowserDataManager' ;
2222import validateOptions , { ValidatedOptions } from '../src/options' ;
2323import BrowserEncoding from '../src/platform/BrowserEncoding' ;
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import {
1515} from '@launchdarkly/js-client-sdk-common' ;
1616import { EventName } from '@launchdarkly/js-client-sdk-common/dist/LDEmitter' ;
1717
18- import { BrowserIdentifyOptions as LDIdentifyOptions } from '.. /BrowserIdentifyOptions' ;
18+ import { BrowserIdentifyOptions as LDIdentifyOptions } from './BrowserIdentifyOptions' ;
1919import BrowserDataManager from './BrowserDataManager' ;
2020import GoalManager from './goals/GoalManager' ;
2121import { Goal , isClick } from './goals/Goals' ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {
1313 Requestor ,
1414} from '@launchdarkly/js-client-sdk-common' ;
1515
16- import { BrowserIdentifyOptions } from '.. /BrowserIdentifyOptions' ;
16+ import { BrowserIdentifyOptions } from './BrowserIdentifyOptions' ;
1717import { ValidatedOptions } from './options' ;
1818
1919const logTag = '[BrowserDataManager]' ;
File renamed without changes.
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ import {
1616// The exported LDClient and LDOptions are the browser specific implementations.
1717// These shadow the common implementations.
1818import { BrowserClient , LDClient } from './BrowserClient' ;
19+ import { BrowserIdentifyOptions as LDIdentifyOptions } from './BrowserIdentifyOptions' ;
1920import { BrowserOptions as LDOptions } from './options' ;
2021
2122export {
@@ -32,6 +33,7 @@ export {
3233 LDEvaluationDetail ,
3334 LDEvaluationDetailTyped ,
3435 LDEvaluationReason ,
36+ LDIdentifyOptions ,
3537} ;
3638
3739export function init ( clientSideId : string , options ?: LDOptions ) : LDClient {
You can’t perform that action at this time.
0 commit comments