-
Notifications
You must be signed in to change notification settings - Fork 937
Remove remote-config-types-exp #4496
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
Conversation
|
Size Analysis Report |
@@ -21,7 +21,6 @@ import { stub } from 'sinon'; | |||
import { RemoteConfigCompatImpl } from './remoteConfig'; | |||
import { getFakeApp, getFakeModularRemoteConfig } from '../test/util'; | |||
import * as modularApi from '@firebase/remote-config-exp'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know this isn't in the scope of the PR but this isn't a potential tree-shaking problem is it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a test, so no tree-shaking concerns. It's imported this way to allow stubbing.
No description provided.