We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00eea30 commit 7343ab7Copy full SHA for 7343ab7
1 file changed
src/slang-utils/create-hug-function.ts
@@ -5,7 +5,7 @@ import { TupleValue } from '../slang-nodes/TupleValue.js';
5
import { TerminalNode } from '../slang-nodes/TerminalNode.js';
6
import { isBinaryOperation } from './is-binary-operation.js';
7
8
-import type { Expression } from '../slang-nodes/Expression.js';
+import type { Expression } from '../slang-nodes/Expression.ts';
9
10
export function createHugFunction(
11
huggableOperators: string[]
0 commit comments