We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9057bb4 commit 3a8e59aCopy full SHA for 3a8e59a
1 file changed
src/slang-utils/create-hug-function.ts
@@ -18,20 +18,20 @@ export function createHugFunction(
18
{
19
kind: NonterminalKind.TupleExpression,
20
loc: { ...loc },
21
- comments: [],
+ comments: undefined,
22
items: Object.assign(
23
Object.create(TupleValues.prototype) as TupleValues,
24
25
kind: NonterminalKind.TupleValues,
26
27
28
items: [
29
Object.assign(
30
Object.create(TupleValue.prototype) as TupleValue,
31
32
kind: NonterminalKind.TupleValue,
33
34
35
expression: node
36
}
37
)
0 commit comments