-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Explicit exports from search service #59620
Explicit exports from search service #59620
Conversation
Pinging @elastic/kibana-app-arch (Team:AppArch) |
@@ -19,7 +19,8 @@ | |||
|
|||
import { getIndices } from './get_indices'; | |||
import { IndexPatternCreationConfig } from './../../../../../../../management/public'; | |||
import { LegacyApiCaller } from '../../../../../../../../../plugins/data/public'; | |||
// eslint-disable-next-line @kbn/eslint/no-restricted-paths | |||
import { LegacyApiCaller } from '../../../../../../../../../plugins/data/public/search'; |
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 changed the import to an internal one here, as this should go away anyway.
I will do a cleanup of other unnecessary imports in follow up PRs as we move the rest of the search \ agg config code into the plugin.
💚 Build SucceededTo update your PR or re-run it, just comment with: |
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.
code LGTM
Summary
Part of #57434
Explicit exports from search service
Checklist
Delete any items that are not applicable to this PR.
For maintainers