Skip to content

Bump braces from 3.0.2 to 3.0.3 in /featurehub-javascript-client-sdk #202

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 16 additions & 34 deletions featurehub-javascript-client-sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.


Unchanged files with check annotations Beta

return 0;
}
public removePostLoadNewFeatureStateAvailableListener(listener: PostLoadNewFeatureStateAvailableListener | CatchReleaseListenerHandler) {

Check warning on line 64 in featurehub-javascript-client-sdk/app/local_context.ts

GitHub Actions / build

'listener' is defined but never used
}
public addReadynessListener(listener: ReadynessListener): number {
return this.addReadinessListener(listener);
}
public addReadinessListener(listener: ReadynessListener, ignoreNotReadyOnRegister?: boolean): number {

Check warning on line 71 in featurehub-javascript-client-sdk/app/local_context.ts

GitHub Actions / build

'ignoreNotReadyOnRegister' is defined but never used
listener(Readyness.Ready, true);
return 0;
}
public removeReadinessListener(listener: ReadynessListener | number) {

Check warning on line 77 in featurehub-javascript-client-sdk/app/local_context.ts

GitHub Actions / build

'listener' is defined but never used
}
notReady(): void {
return 0;
}
removeListener(handle: FeatureListener<T> | FeatureListenerHandle) {

Check warning on line 43 in featurehub-javascript-client-sdk/app/middleware.ts

GitHub Actions / build

'handle' is defined but never used
}
getBoolean(): boolean | undefined {
import { Substitute, Arg, SubstituteOf } from '@fluffy-spoon/substitute';
import { ClientEvalFeatureContext, ServerEvalFeatureContext, InternalFeatureRepository } from '../app';
import { expect } from 'chai';
import { FeatureStateBaseHolder } from '../app/feature_state_holders';

Check warning on line 14 in featurehub-javascript-client-sdk/test/client_context_spec.ts

GitHub Actions / build

'FeatureStateBaseHolder' is defined but never used
import { server } from 'sinon';

Check warning on line 15 in featurehub-javascript-client-sdk/test/client_context_spec.ts

GitHub Actions / build

'server' is defined but never used
describe('Client context should be able to encode as expected', () => {
let repo: SubstituteOf<InternalFeatureRepository>;
RolloutStrategyFieldType,
SSEResultState
} from '../app';
import { Arg, Substitute, SubstituteOf } from '@fluffy-spoon/substitute';

Check warning on line 20 in featurehub-javascript-client-sdk/test/ripple_feature_update_spec.ts

GitHub Actions / build

'Arg' is defined but never used

Check warning on line 20 in featurehub-javascript-client-sdk/test/ripple_feature_update_spec.ts

GitHub Actions / build

'Substitute' is defined but never used

Check warning on line 20 in featurehub-javascript-client-sdk/test/ripple_feature_update_spec.ts

GitHub Actions / build

'SubstituteOf' is defined but never used
import { FeatureStateBaseHolder } from '../app/feature_state_holders';
import { expect } from 'chai';
import { Applied, ApplyFeature } from '../app/strategy_matcher';
throw new Error('Method not implemented.');
}
feature(name: string): FeatureStateHolder<any> {

Check warning on line 30 in featurehub-javascript-client-sdk/test/ripple_feature_update_spec.ts

GitHub Actions / build

'name' is defined but never used
throw new Error('Method not implemented.');
}