File tree Expand file tree Collapse file tree
x-pack/legacy/plugins/canvas/server/lib Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77import { Filter } from '../../types' ;
88// @ts -ignore Untyped Local
99import { buildBoolArray } from './build_bool_array' ;
10- import { TimeRange , esFilters } from '../../../../../../src/plugins/data/server' ;
10+
11+ // TODO: We should be importing from `data/server` below instead of `data/common`, but
12+ // need to keep `data/common` since the contents of this file are currently imported
13+ // by the browser. This file should probably be refactored so that the pieces required
14+ // on the client live in a `public` directory instead. See kibana/issues/52343
15+ // eslint-disable-next-line @kbn/eslint/no-restricted-paths
16+ import { TimeRange , esFilters } from '../../../../../../src/plugins/data/common' ;
1117
1218export interface EmbeddableFilterInput {
1319 filters : esFilters . Filter [ ] ;
You can’t perform that action at this time.
0 commit comments