We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c9a14 commit b7b580eCopy full SHA for b7b580e
packages/kbn-esql-ast/src/ast_helpers.ts
@@ -41,7 +41,7 @@ import type {
41
FunctionSubtype,
42
ESQLNumericLiteral,
43
} from './types';
44
-import { formatIdentifierParts, parseIdentifier } from './parser/helpers';
+import { parseIdentifier } from './parser/helpers';
45
46
export function nonNullable<T>(v: T): v is NonNullable<T> {
47
return v != null;
0 commit comments