Skip to content

Commit

Permalink
beginParse for exotic cells
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyProgrammist committed Feb 11, 2024
1 parent b9cdba8 commit 764b626
Show file tree
Hide file tree
Showing 4 changed files with 182 additions and 180 deletions.
2 changes: 1 addition & 1 deletion src/generators/typescript/complex_expr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function sliceLoad(slicePrefix: number[], currentSlice: string) {
tFunctionCall(tMemberExpression(id(currentSlice), id("loadRef")), []),
id("beginParse")
),
[]
[id('true')]
)
)
);
Expand Down
Loading

0 comments on commit 764b626

Please sign in to comment.