Remove CallExpression support (#6639)
Users MUST use keyword call syntax now. Closes https://github.com/KittyCAD/modeling-app/issues/4600
This commit is contained in:
@ -3,7 +3,7 @@ import * as fsp from 'fs/promises'
|
||||
|
||||
import { expect, test } from '@e2e/playwright/zoo-test'
|
||||
|
||||
const FEATURE_TREE_EXAMPLE_CODE = `export fn timesFive(x) {
|
||||
const FEATURE_TREE_EXAMPLE_CODE = `export fn timesFive(@x) {
|
||||
return 5 * x
|
||||
}
|
||||
export fn triangle() {
|
||||
|
Reference in New Issue
Block a user