Stop parsing CallExpression positional

This commit is contained in:
Adam Chalmers
2025-04-28 21:02:41 -05:00
parent f1fdf48834
commit 320740cfb7
64 changed files with 5386 additions and 6104 deletions

View File

@ -39,7 +39,6 @@ description: Result of parsing pattern_linear_in_module.kcl
"commentStart": 0,
"end": 0,
"expression": {
"arguments": [],
"callee": {
"abs_path": false,
"commentStart": 0,
@ -58,8 +57,9 @@ description: Result of parsing pattern_linear_in_module.kcl
"commentStart": 0,
"end": 0,
"start": 0,
"type": "CallExpression",
"type": "CallExpression"
"type": "CallExpressionKw",
"type": "CallExpressionKw",
"unlabeled": null
},
"start": 0,
"type": "ExpressionStatement",