We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a7b05 commit f4d650eCopy full SHA for f4d650e
x-pack/legacy/plugins/canvas/server/lib/build_embeddable_filters.ts
@@ -7,6 +7,11 @@
7
import { Filter } from '../../types';
8
// @ts-ignore Untyped Local
9
import { buildBoolArray } from './build_bool_array';
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';
17
0 commit comments