Compare commits

...

16 Commits

Author SHA1 Message Date
cb8fc33adb Change CUT_RELEASE_PR to BUILD_RELEASE for out-yml (#4214)
Change CUT_RELEASE_PR to BUILD_RELEASE
2024-10-18 12:46:12 -04:00
2dc8b429ff Cut release v0.26.0 (#4196) 2024-10-18 09:17:13 -07:00
19ffa220e8 Fix reading files from WebAssembly (#4183) 2024-10-18 14:43:01 +00:00
5332ddd88e Add more Machine API capabilities (#4203) 2024-10-18 10:25:54 -04:00
11d9a2ee00 Fix test settings to actually get used (#4191)
* Fix test settings to actually get used

Co-authored-by: Frank Noirot <frank@zoo.dev>

* Export file size changed out from under us again, relax this test to just be above a reasonable size

* Missed on updated export expectation

* Wrong check, should just be greater than

* Fix E2E test, remove console log

* fmt

* A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu-latest)

* Sketchy rectangle commit fix

* A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu-latest)

* Re-run CI

* A snapshot a day keeps the bugs away! 📷🐛 (OS: windows-latest)

* Revert "A snapshot a day keeps the bugs away! 📷🐛 (OS: windows-latest)"

This reverts commit 2ace7a3b0e.

* A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu-latest)

* A snapshot a day keeps the bugs away! 📷🐛 (OS: windows-latest)

* A snapshot a day keeps the bugs away! 📷🐛 (OS: windows-latest)

* Bump timeouts for snapshots

* A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu-latest)

* A snapshot a day keeps the bugs away! 📷🐛 (OS: windows-latest)

* A snapshot a day keeps the bugs away! 📷🐛 (OS: windows-latest)

* Re-run CI

---------

Co-authored-by: Frank Noirot <frank@zoo.dev>
Co-authored-by: Frank Noirot <frank@kittycad.io>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-18 08:31:00 +00:00
bfebc41a5c Franknoirot/adhoc/revert-dedupe-commits (#4213)
* Revert "KCL: Fix duplicate 'type' key"

This reverts commit f650281855.

* Revert "Remove duplicate "type" field in the snapshots (#4211)"

This reverts commit 824b4c823e.
2024-10-18 02:16:44 -04:00
824b4c823e Remove duplicate "type" field in the snapshots (#4211)
* Remove duplicate "type" field in the snapshots

* A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu-latest)

* Confirm

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Tran <jonnytran@gmail.com>
2024-10-18 01:32:03 -04:00
785002fa4e Live reload on file tree changes and project settings changes (#4142)
* Reload FileTree and File when changed externally

* Added tests

* Make file and project creation a bit more reliable
2024-10-17 23:42:24 -04:00
f650281855 KCL: Fix duplicate 'type' key 2024-10-17 20:37:05 -07:00
9f6999829a Fix broken digest code (#4206)
I broke the typescript bindings in https://github.com/KittyCAD/modeling-app/pull/4193 -- basically the `digest: Option<Digest>` fields previously allowed Typescript to not set a value for the `digest` key at all, but somehow my change made it required in the Typescript.

Fix is to apply `#[ts(optional)]`, see docs at https://docs.rs/ts-rs/latest/ts_rs/trait.TS.html#struct-field-attributes
2024-10-17 20:36:40 -07:00
a14bbaa237 Update machine-api spec (#4205)
* YOYO NEW API SPEC!

* New machine-api types

* empty

* Update .codespellrc

* Update .codespellrc

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jess Frazelle <github@jessfraz.com>
Co-authored-by: Jess Frazelle <jessfraz@users.noreply.github.com>
2024-10-17 20:01:34 -07:00
0706624381 KCL: Refactor array-indexing code (#4173)
Neater code, and better error messages.
2024-10-17 16:29:27 -07:00
ef0ae5e06e Add syntax highlighting for comparison operators (#4182)
* Add syntax highlighting for comparison operators

* A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu-latest)

* Confirm

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-17 23:29:13 +00:00
a010743abb KCL: Skip serializing default values for AST nodes (#4193)
This will make our snapshots and JSON representations easier to read (making our tests less verbose).
2024-10-17 16:22:40 -07:00
057ee479c3 Update machine-api spec (#4201)
* YOYO NEW API SPEC!

* New machine-api types

* empt

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jess Frazelle <github@jessfraz.com>
2024-10-17 16:03:55 -07:00
7218efc489 Fix weird machine api behavior/add status (#4186)
* YOYO NEW API SPEC!

* fies

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* add status

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* pass disabled

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* disabled

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* add nozzle diameter

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* ypdates

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* update types

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* update types

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* update types

Signed-off-by: Jess Frazelle <github@jessfraz.com>

---------

Signed-off-by: Jess Frazelle <github@jessfraz.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Paul Tagliamonte <paul@zoo.dev>
2024-10-17 15:30:46 -07:00
122 changed files with 2623 additions and 2588 deletions

View File

@ -1,3 +1,3 @@
[codespell] [codespell]
ignore-words-list: crate,everytime,inout,co-ordinate,ot,nwo,absolutey,atleast,ue,afterall ignore-words-list: crate,everytime,inout,co-ordinate,ot,nwo,absolutey,atleast,ue,afterall
skip: **/target,node_modules,build,**/Cargo.lock,./docs/kcl/*.md,.yarn.lock,**/yarn.lock skip: **/target,node_modules,build,**/Cargo.lock,./docs/kcl/*.md,.yarn.lock,**/yarn.lock,./openapi/*.json,./src/lib/machine-api.d.ts

View File

@ -211,7 +211,7 @@ jobs:
out/*-x86_64-linux.* out/*-x86_64-linux.*
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
if: ${{ env.CUT_RELEASE_PR == 'true' }} if: ${{ env.BUILD_RELEASE == 'true' }}
with: with:
name: out-yml name: out-yml
path: | path: |

View File

@ -82652,7 +82652,6 @@
"required": [ "required": [
"body", "body",
"end", "end",
"nonCodeMeta",
"start" "start"
], ],
"properties": { "properties": {
@ -83209,7 +83208,6 @@
"required": [ "required": [
"body", "body",
"end", "end",
"nonCodeMeta",
"start", "start",
"type" "type"
], ],
@ -86410,7 +86408,6 @@
"required": [ "required": [
"body", "body",
"end", "end",
"nonCodeMeta",
"start" "start"
], ],
"properties": { "properties": {
@ -86967,7 +86964,6 @@
"required": [ "required": [
"body", "body",
"end", "end",
"nonCodeMeta",
"start", "start",
"type" "type"
], ],
@ -90172,7 +90168,6 @@
"required": [ "required": [
"body", "body",
"end", "end",
"nonCodeMeta",
"start" "start"
], ],
"properties": { "properties": {
@ -90729,7 +90724,6 @@
"required": [ "required": [
"body", "body",
"end", "end",
"nonCodeMeta",
"start", "start",
"type" "type"
], ],
@ -114786,7 +114780,6 @@
"required": [ "required": [
"body", "body",
"end", "end",
"nonCodeMeta",
"start" "start"
], ],
"properties": { "properties": {
@ -115343,7 +115336,6 @@
"required": [ "required": [
"body", "body",
"end", "end",
"nonCodeMeta",
"start", "start",
"type" "type"
], ],
@ -118937,7 +118929,6 @@
"required": [ "required": [
"body", "body",
"end", "end",
"nonCodeMeta",
"start" "start"
], ],
"properties": { "properties": {
@ -119494,7 +119485,6 @@
"required": [ "required": [
"body", "body",
"end", "end",
"nonCodeMeta",
"start", "start",
"type" "type"
], ],
@ -122695,7 +122685,6 @@
"required": [ "required": [
"body", "body",
"end", "end",
"nonCodeMeta",
"start" "start"
], ],
"properties": { "properties": {
@ -123252,7 +123241,6 @@
"required": [ "required": [
"body", "body",
"end", "end",
"nonCodeMeta",
"start", "start",
"type" "type"
], ],
@ -126451,7 +126439,6 @@
"required": [ "required": [
"body", "body",
"end", "end",
"nonCodeMeta",
"start" "start"
], ],
"properties": { "properties": {
@ -127008,7 +126995,6 @@
"required": [ "required": [
"body", "body",
"end", "end",
"nonCodeMeta",
"start", "start",
"type" "type"
], ],

View File

@ -313,3 +313,45 @@ test(
await electronApp.close() await electronApp.close()
} }
) )
test(
'external change of file contents are reflected in editor',
{ tag: '@electron' },
async ({ browserName }, testInfo) => {
const PROJECT_DIR_NAME = 'lee-was-here'
const {
electronApp,
page,
dir: projectsDir,
} = await setupElectron({
testInfo,
folderSetupFn: async (dir) => {
const aProjectDir = join(dir, PROJECT_DIR_NAME)
await fsp.mkdir(aProjectDir, { recursive: true })
},
})
const u = await getUtils(page)
await page.setViewportSize({ width: 1200, height: 500 })
await test.step('Open the project', async () => {
await expect(page.getByText(PROJECT_DIR_NAME)).toBeVisible()
await page.getByText(PROJECT_DIR_NAME).click()
await u.waitForPageLoad()
})
await u.openFilePanel()
await u.openKclCodePanel()
await test.step('Write to file externally and check for changed content', async () => {
const content = 'ha he ho ho ha blap scap be dap'
await fsp.writeFile(
join(projectsDir, PROJECT_DIR_NAME, 'main.kcl'),
content
)
await u.editorTextMatches(content)
})
await electronApp.close()
}
)

View File

@ -104,7 +104,7 @@ test(
}, },
{ timeout: 15_000 } { timeout: 15_000 }
) )
.toBe(431341) .toBeGreaterThan(300_000)
// clean up output.gltf // clean up output.gltf
await fsp.rm('output.gltf') await fsp.rm('output.gltf')
@ -179,7 +179,7 @@ test(
}, },
{ timeout: 15_000 } { timeout: 15_000 }
) )
.toBe(102040) .toBeGreaterThan(100_000)
// clean up output.gltf // clean up output.gltf
await fsp.rm('output.gltf') await fsp.rm('output.gltf')

View File

@ -1,6 +1,16 @@
import { test, expect } from '@playwright/test' import { test, expect } from '@playwright/test'
import fsp from 'fs/promises'
import { uuidv4 } from 'lib/utils' import { uuidv4 } from 'lib/utils'
import { getUtils, setup, tearDown } from './test-utils' import {
darkModeBgColor,
darkModePlaneColorXZ,
executorInputPath,
getUtils,
setup,
setupElectron,
tearDown,
} from './test-utils'
import { join } from 'path'
test.beforeEach(async ({ context, page }, testInfo) => { test.beforeEach(async ({ context, page }, testInfo) => {
await setup(context, page, testInfo) await setup(context, page, testInfo)
@ -974,4 +984,84 @@ test.describe('Editor tests', () => {
|> close(%) |> close(%)
|> extrude(5, %)`) |> extrude(5, %)`)
}) })
test(
`Can use the import stdlib function on a local OBJ file`,
{ tag: '@electron' },
async ({ browserName }, testInfo) => {
const { electronApp, page } = await setupElectron({
testInfo,
folderSetupFn: async (dir) => {
const bracketDir = join(dir, 'cube')
await fsp.mkdir(bracketDir, { recursive: true })
await fsp.copyFile(
executorInputPath('cube.obj'),
join(bracketDir, 'cube.obj')
)
await fsp.writeFile(join(bracketDir, 'main.kcl'), '')
},
})
const viewportSize = { width: 1200, height: 500 }
await page.setViewportSize(viewportSize)
// Locators and constants
const u = await getUtils(page)
const projectLink = page.getByRole('link', { name: 'cube' })
const gizmo = page.locator('[aria-label*=gizmo]')
const resetCameraButton = page.getByRole('button', { name: 'Reset view' })
const locationToHavColor = async (
position: { x: number; y: number },
color: [number, number, number]
) => {
return u.getGreatestPixDiff(position, color)
}
const notTheOrigin = {
x: viewportSize.width * 0.55,
y: viewportSize.height * 0.3,
}
const origin = { x: viewportSize.width / 2, y: viewportSize.height / 2 }
const errorIndicators = page.locator('.cm-lint-marker-error')
await test.step(`Open the empty file, see the default planes`, async () => {
await projectLink.click()
await u.waitForPageLoad()
await expect
.poll(
async () => locationToHavColor(notTheOrigin, darkModePlaneColorXZ),
{
timeout: 5000,
message: 'XZ plane color is visible',
}
)
.toBeLessThan(15)
})
await test.step(`Write the import function line`, async () => {
await u.codeLocator.fill(`import('cube.obj')`)
await page.waitForTimeout(800)
})
await test.step(`Reset the camera before checking`, async () => {
await u.doAndWaitForCmd(async () => {
await gizmo.click({ button: 'right' })
await resetCameraButton.click()
}, 'zoom_to_fit')
})
await test.step(`Verify that we see the imported geometry and no errors`, async () => {
await expect(errorIndicators).toHaveCount(0)
await expect
.poll(async () => locationToHavColor(origin, darkModePlaneColorXZ), {
timeout: 3000,
message: 'Plane color should not be visible',
})
.toBeGreaterThan(15)
await expect
.poll(async () => locationToHavColor(origin, darkModeBgColor), {
timeout: 3000,
message: 'Background color should not be visible',
})
.toBeGreaterThan(15)
})
await electronApp.close()
}
)
}) })

View File

@ -960,4 +960,171 @@ _test.describe('Deleting items from the file pane', () => {
'TODO - delete folder we are in, with no main.kcl', 'TODO - delete folder we are in, with no main.kcl',
async () => {} async () => {}
) )
// Copied from tests above.
_test(
`external deletion of project navigates back home`,
{ tag: '@electron' },
async ({ browserName }, testInfo) => {
const TEST_PROJECT_NAME = 'Test Project'
const {
electronApp,
page,
dir: projectsDirName,
} = await setupElectron({
testInfo,
folderSetupFn: async (dir) => {
await fsp.mkdir(join(dir, TEST_PROJECT_NAME), { recursive: true })
await fsp.mkdir(join(dir, TEST_PROJECT_NAME, 'folderToDelete'), {
recursive: true,
})
await fsp.copyFile(
executorInputPath('basic_fillet_cube_end.kcl'),
join(dir, TEST_PROJECT_NAME, 'main.kcl')
)
await fsp.copyFile(
executorInputPath('cylinder.kcl'),
join(dir, TEST_PROJECT_NAME, 'folderToDelete', 'someFileWithin.kcl')
)
},
})
const u = await getUtils(page)
await page.setViewportSize({ width: 1200, height: 500 })
// Constants and locators
const projectCard = page.getByText(TEST_PROJECT_NAME)
const projectMenuButton = page.getByTestId('project-sidebar-toggle')
const folderToDelete = page.getByRole('button', {
name: 'folderToDelete',
})
const fileWithinFolder = page.getByRole('listitem').filter({
has: page.getByRole('button', { name: 'someFileWithin.kcl' }),
})
await _test.step(
'Open project and navigate into folderToDelete',
async () => {
await projectCard.click()
await u.waitForPageLoad()
await _expect(projectMenuButton).toContainText('main.kcl')
await u.closeKclCodePanel()
await u.openFilePanel()
await folderToDelete.click()
await _expect(fileWithinFolder).toBeVisible()
await fileWithinFolder.click()
await _expect(projectMenuButton).toContainText('someFileWithin.kcl')
}
)
// Point of divergence. Delete the project folder and see if it goes back
// to the home view.
await _test.step(
'Delete projectsDirName/<project-name> externally',
async () => {
await fsp.rm(join(projectsDirName, TEST_PROJECT_NAME), {
recursive: true,
force: true,
})
}
)
await _test.step('Check the app is back on the home view', async () => {
const projectsDirLink = page.getByText('Loaded from')
await _expect(projectsDirLink).toBeVisible()
})
await electronApp.close()
}
)
// Similar to the above
_test(
`external deletion of file in sub-directory updates the file tree and recreates it on code editor typing`,
{ tag: '@electron' },
async ({ browserName }, testInfo) => {
const TEST_PROJECT_NAME = 'Test Project'
const {
electronApp,
page,
dir: projectsDirName,
} = await setupElectron({
testInfo,
folderSetupFn: async (dir) => {
await fsp.mkdir(join(dir, TEST_PROJECT_NAME), { recursive: true })
await fsp.mkdir(join(dir, TEST_PROJECT_NAME, 'folderToDelete'), {
recursive: true,
})
await fsp.copyFile(
executorInputPath('basic_fillet_cube_end.kcl'),
join(dir, TEST_PROJECT_NAME, 'main.kcl')
)
await fsp.copyFile(
executorInputPath('cylinder.kcl'),
join(dir, TEST_PROJECT_NAME, 'folderToDelete', 'someFileWithin.kcl')
)
},
})
const u = await getUtils(page)
await page.setViewportSize({ width: 1200, height: 500 })
// Constants and locators
const projectCard = page.getByText(TEST_PROJECT_NAME)
const projectMenuButton = page.getByTestId('project-sidebar-toggle')
const folderToDelete = page.getByRole('button', {
name: 'folderToDelete',
})
const fileWithinFolder = page.getByRole('listitem').filter({
has: page.getByRole('button', { name: 'someFileWithin.kcl' }),
})
await _test.step(
'Open project and navigate into folderToDelete',
async () => {
await projectCard.click()
await u.waitForPageLoad()
await _expect(projectMenuButton).toContainText('main.kcl')
await u.openFilePanel()
await folderToDelete.click()
await _expect(fileWithinFolder).toBeVisible()
await fileWithinFolder.click()
await _expect(projectMenuButton).toContainText('someFileWithin.kcl')
}
)
await _test.step(
'Delete projectsDirName/<project-name> externally',
async () => {
await fsp.rm(
join(
projectsDirName,
TEST_PROJECT_NAME,
'folderToDelete',
'someFileWithin.kcl'
)
)
}
)
await _test.step('Check the file is gone in the file tree', async () => {
await _expect(
page.getByTestId('file-pane-scroll-container')
).not.toContainText('someFileWithin.kcl')
})
await _test.step(
'Check the file is back in the file tree after typing in code editor',
async () => {
await u.pasteCodeInEditor('hello = 1')
await _expect(
page.getByTestId('file-pane-scroll-container')
).toContainText('someFileWithin.kcl')
}
)
await electronApp.close()
}
)
}) })

View File

@ -255,7 +255,7 @@ test.describe('Can export from electron app', () => {
}, },
{ timeout: 15_000 } { timeout: 15_000 }
) )
.toBe(431341) .toBeGreaterThan(300_000)
// clean up output.gltf // clean up output.gltf
await fsp.rm('output.gltf') await fsp.rm('output.gltf')
@ -851,7 +851,7 @@ test(
} }
) )
test( test.fixme(
'When the project folder is empty, user can create new project and open it.', 'When the project folder is empty, user can create new project and open it.',
{ tag: '@electron' }, { tag: '@electron' },
async ({ browserName }, testInfo) => { async ({ browserName }, testInfo) => {
@ -861,6 +861,12 @@ test(
page.on('console', console.log) page.on('console', console.log)
// Locators and constants
const gizmo = page.locator('[aria-label*=gizmo]')
const resetCameraButton = page.getByRole('button', { name: 'Reset view' })
const pointOnModel = { x: 660, y: 250 }
const expectedStartCamZPosition = 15633.47
// expect to see text "No Projects found" // expect to see text "No Projects found"
await expect(page.getByText('No Projects found')).toBeVisible() await expect(page.getByText('No Projects found')).toBeVisible()
@ -873,16 +879,7 @@ test(
await page.getByText('project-000').click() await page.getByText('project-000').click()
await expect(page.getByTestId('loading')).toBeAttached() await u.waitForPageLoad()
await expect(page.getByTestId('loading')).not.toBeAttached({
timeout: 20_000,
})
await expect(
page.getByRole('button', { name: 'Start Sketch' })
).toBeEnabled({
timeout: 20_000,
})
await page.locator('.cm-content').fill(`sketch001 = startSketchOn('XZ') await page.locator('.cm-content').fill(`sketch001 = startSketchOn('XZ')
|> startProfileAt([-87.4, 282.92], %) |> startProfileAt([-87.4, 282.92], %)
@ -892,8 +889,28 @@ test(
|> lineTo([profileStartX(%), profileStartY(%)], %) |> lineTo([profileStartX(%), profileStartY(%)], %)
|> close(%) |> close(%)
extrude001 = extrude(200, sketch001)`) extrude001 = extrude(200, sketch001)`)
await page.waitForTimeout(800)
const pointOnModel = { x: 660, y: 250 } async function getCameraZValue() {
return page
.getByTestId('cam-z-position')
.inputValue()
.then((value) => parseFloat(value))
}
await test.step(`Reset camera`, async () => {
await u.openDebugPanel()
await u.clearCommandLogs()
await u.doAndWaitForCmd(async () => {
await gizmo.click({ button: 'right' })
await resetCameraButton.click()
}, 'zoom_to_fit')
await expect
.poll(getCameraZValue, {
message: 'Camera Z should be at expected position after reset',
})
.toEqual(expectedStartCamZPosition)
})
// gray at this pixel means the stream has loaded in the most // gray at this pixel means the stream has loaded in the most
// user way we can verify it (pixel color) // user way we can verify it (pixel color)
@ -901,7 +918,7 @@ extrude001 = extrude(200, sketch001)`)
.poll(() => u.getGreatestPixDiff(pointOnModel, [143, 143, 143]), { .poll(() => u.getGreatestPixDiff(pointOnModel, [143, 143, 143]), {
timeout: 10_000, timeout: 10_000,
}) })
.toBeLessThan(15) .toBeLessThan(30)
await expect(async () => { await expect(async () => {
await page.mouse.move(0, 0, { steps: 5 }) await page.mouse.move(0, 0, { steps: 5 })

View File

@ -471,7 +471,7 @@ test(
await page.mouse.move(startXPx + PUR * 30, 500 - PUR * 20, { steps: 10 }) await page.mouse.move(startXPx + PUR * 30, 500 - PUR * 20, { steps: 10 })
await page.waitForTimeout(300) await page.waitForTimeout(1000)
await expect(page).toHaveScreenshot({ await expect(page).toHaveScreenshot({
maxDiffPixels: 100, maxDiffPixels: 100,
@ -528,6 +528,7 @@ test(
// Draw the rectangle // Draw the rectangle
await page.mouse.click(startXPx + PUR * 20, 500 - PUR * 30) await page.mouse.click(startXPx + PUR * 20, 500 - PUR * 30)
await page.mouse.move(startXPx + PUR * 10, 500 - PUR * 10, { steps: 5 }) await page.mouse.move(startXPx + PUR * 10, 500 - PUR * 10, { steps: 5 })
await page.waitForTimeout(800)
// Ensure the draft rectangle looks the same as it usually does // Ensure the draft rectangle looks the same as it usually does
await expect(page).toHaveScreenshot({ await expect(page).toHaveScreenshot({
@ -895,7 +896,7 @@ test(
// Wait for the second extrusion to appear // Wait for the second extrusion to appear
// TODO: Find a way to truly know that the objects have finished // TODO: Find a way to truly know that the objects have finished
// rendering, because an execution-done message is not sufficient. // rendering, because an execution-done message is not sufficient.
await page.waitForTimeout(1000) await page.waitForTimeout(2000)
await expect(page).toHaveScreenshot({ await expect(page).toHaveScreenshot({
maxDiffPixels: 100, maxDiffPixels: 100,
@ -939,7 +940,7 @@ test(
// Wait for the second extrusion to appear // Wait for the second extrusion to appear
// TODO: Find a way to truly know that the objects have finished // TODO: Find a way to truly know that the objects have finished
// rendering, because an execution-done message is not sufficient. // rendering, because an execution-done message is not sufficient.
await page.waitForTimeout(1000) await page.waitForTimeout(2000)
await expect(page).toHaveScreenshot({ await expect(page).toHaveScreenshot({
maxDiffPixels: 100, maxDiffPixels: 100,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -47,6 +47,14 @@ export const commonPoints = {
num2: 14.44, num2: 14.44,
} }
/** A semi-reliable color to check the default XZ plane on
* in dark mode in the default camera position
*/
export const darkModePlaneColorXZ: [number, number, number] = [50, 50, 99]
/** A semi-reliable color to check the default dark mode bg color against */
export const darkModeBgColor: [number, number, number] = [27, 27, 27]
export const editorSelector = '[role="textbox"][data-language="kcl"]' export const editorSelector = '[role="textbox"][data-language="kcl"]'
type PaneId = 'variables' | 'code' | 'files' | 'logs' type PaneId = 'variables' | 'code' | 'files' | 'logs'
@ -463,6 +471,9 @@ export async function getUtils(page: Page, test_?: typeof test) {
return test_?.step( return test_?.step(
`Create and select project with text "${hasText}"`, `Create and select project with text "${hasText}"`,
async () => { async () => {
// Without this, we get unreliable project creation. It's probably
// due to a race between the FS being read and clicking doing something.
await page.waitForTimeout(100)
await page.getByTestId('home-new-file').click() await page.getByTestId('home-new-file').click()
const projectLinksPost = page.getByTestId('project-link') const projectLinksPost = page.getByTestId('project-link')
await projectLinksPost.filter({ hasText }).click() await projectLinksPost.filter({ hasText }).click()
@ -492,6 +503,11 @@ export async function getUtils(page: Page, test_?: typeof test) {
createNewFile: async (name: string) => { createNewFile: async (name: string) => {
return test?.step(`Create a file named ${name}`, async () => { return test?.step(`Create a file named ${name}`, async () => {
// If the application is in the middle of connecting a stream
// then creating a new file won't work in the end.
await expect(
page.getByRole('button', { name: 'Start Sketch' })
).not.toBeDisabled()
await page.getByTestId('create-file-button').click() await page.getByTestId('create-file-button').click()
await page.getByTestId('file-rename-field').fill(name) await page.getByTestId('file-rename-field').fill(name)
await page.keyboard.press('Enter') await page.keyboard.press('Enter')
@ -874,8 +890,8 @@ export async function setupElectron({
appSettings appSettings
? { settings: appSettings } ? { settings: appSettings }
: { : {
...TEST_SETTINGS,
settings: { settings: {
...TEST_SETTINGS,
app: { app: {
...TEST_SETTINGS.app, ...TEST_SETTINGS.app,
projectDirectory: projectDirName, projectDirectory: projectDirName,

View File

@ -9,7 +9,7 @@ import {
executorInputPath, executorInputPath,
} from './test-utils' } from './test-utils'
import { SaveSettingsPayload, SettingsLevel } from 'lib/settings/settingsTypes' import { SaveSettingsPayload, SettingsLevel } from 'lib/settings/settingsTypes'
import { SETTINGS_FILE_NAME } from 'lib/constants' import { SETTINGS_FILE_NAME, PROJECT_SETTINGS_FILE_NAME } from 'lib/constants'
import { import {
TEST_SETTINGS_KEY, TEST_SETTINGS_KEY,
TEST_SETTINGS_CORRUPTED, TEST_SETTINGS_CORRUPTED,
@ -445,6 +445,58 @@ test.describe('Testing settings', () => {
} }
) )
test(
'project settings reload on external change',
{ tag: '@electron' },
async ({ browserName }, testInfo) => {
const {
electronApp,
page,
dir: projectDirName,
} = await setupElectron({
testInfo,
})
await page.setViewportSize({ width: 1200, height: 500 })
const logoLink = page.getByTestId('app-logo')
const projectDirLink = page.getByText('Loaded from')
await test.step('Wait for project view', async () => {
await expect(projectDirLink).toBeVisible()
})
const projectLinks = page.getByTestId('project-link')
const oldCount = await projectLinks.count()
await page.getByRole('button', { name: 'New project' }).click()
await expect(projectLinks).toHaveCount(oldCount + 1)
await projectLinks.filter({ hasText: 'project-000' }).first().click()
const changeColorFs = async (color: string) => {
const tempSettingsFilePath = join(
projectDirName,
'project-000',
PROJECT_SETTINGS_FILE_NAME
)
await fsp.writeFile(
tempSettingsFilePath,
`[settings.app]\nthemeColor = "${color}"`
)
}
await test.step('Check the color is first starting as we expect', async () => {
await expect(logoLink).toHaveCSS('--primary-hue', '264.5')
})
await test.step('Check color of logo changed', async () => {
await changeColorFs('99')
await expect(logoLink).toHaveCSS('--primary-hue', '99')
})
await electronApp.close()
}
)
test( test(
`Closing settings modal should go back to the original file being viewed`, `Closing settings modal should go back to the original file being viewed`,
{ tag: '@electron' }, { tag: '@electron' },

7
interface.d.ts vendored
View File

@ -20,10 +20,11 @@ export interface IElectronAPI {
version: typeof process.env.version version: typeof process.env.version
watchFileOn: ( watchFileOn: (
path: string, path: string,
key: string,
callback: (eventType: string, path: string) => void callback: (eventType: string, path: string) => void
) => void ) => void
watchFileOff: (path: string) => void readFile: typeof fs.readFile
readFile: (path: string) => ReturnType<fs.readFile> watchFileOff: (path: string, key: string) => void
writeFile: ( writeFile: (
path: string, path: string,
data: string | Uint8Array data: string | Uint8Array
@ -67,7 +68,7 @@ export interface IElectronAPI {
} }
} }
kittycad: (access: string, args: any) => any kittycad: (access: string, args: any) => any
listMachines: () => Promise<MachinesListing> listMachines: (machineApiIp: string) => Promise<MachinesListing>
getMachineApiIp: () => Promise<string | null> getMachineApiIp: () => Promise<string | null>
onUpdateDownloadStart: ( onUpdateDownloadStart: (
callback: (value: { version: string }) => void callback: (value: { version: string }) => void

View File

@ -36,38 +36,297 @@
"description": "Extra machine-specific information regarding a connected machine.", "description": "Extra machine-specific information regarding a connected machine.",
"oneOf": [ "oneOf": [
{ {
"additionalProperties": false,
"properties": { "properties": {
"Moonraker": { "type": {
"type": "object" "enum": [
"moonraker"
],
"type": "string"
} }
}, },
"required": [ "required": [
"Moonraker" "type"
], ],
"type": "object" "type": "object"
}, },
{ {
"additionalProperties": false,
"properties": { "properties": {
"Usb": { "type": {
"type": "object" "enum": [
"usb"
],
"type": "string"
} }
}, },
"required": [ "required": [
"Usb" "type"
], ],
"type": "object" "type": "object"
}, },
{ {
"additionalProperties": false,
"properties": { "properties": {
"Bambu": { "current_stage": {
"type": "object" "allOf": [
{
"$ref": "#/components/schemas/Stage"
}
],
"description": "The current stage of the machine as defined by Bambu which can include errors, etc.",
"nullable": true
},
"nozzle_diameter": {
"allOf": [
{
"$ref": "#/components/schemas/NozzleDiameter"
}
],
"description": "The nozzle diameter of the machine."
},
"type": {
"enum": [
"bambu"
],
"type": "string"
} }
}, },
"required": [ "required": [
"Bambu" "nozzle_diameter",
"type"
],
"type": "object"
}
]
},
"FdmHardwareConfiguration": {
"description": "Configuration for a FDM-based printer.",
"properties": {
"filaments": {
"description": "The filaments the printer has access to.",
"items": {
"$ref": "#/components/schemas/Filament"
},
"type": "array"
},
"nozzle_diameter": {
"description": "Diameter of the extrusion nozzle, in mm.",
"format": "double",
"type": "number"
}
},
"required": [
"filaments",
"nozzle_diameter"
],
"type": "object"
},
"Filament": {
"description": "Information about the filament being used in a FDM printer.",
"properties": {
"color": {
"description": "The color (as hex without the `#`) of the filament, this is likely specific to the manufacturer.",
"maxLength": 6,
"minLength": 6,
"nullable": true,
"type": "string"
},
"material": {
"allOf": [
{
"$ref": "#/components/schemas/FilamentMaterial"
}
],
"description": "The material that the filament is made of."
},
"name": {
"description": "The name of the filament, this is likely specfic to the manufacturer.",
"nullable": true,
"type": "string"
}
},
"required": [
"material"
],
"type": "object"
},
"FilamentMaterial": {
"description": "The material that the filament is made of.",
"oneOf": [
{
"description": "Polylactic acid based plastics",
"properties": {
"type": {
"enum": [
"pla"
],
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
},
{
"description": "Pla support",
"properties": {
"type": {
"enum": [
"pla_support"
],
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
},
{
"description": "acrylonitrile butadiene styrene based plastics",
"properties": {
"type": {
"enum": [
"abs"
],
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
},
{
"description": "polyethylene terephthalate glycol based plastics",
"properties": {
"type": {
"enum": [
"petg"
],
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
},
{
"description": "unsuprisingly, nylon based",
"properties": {
"type": {
"enum": [
"nylon"
],
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
},
{
"description": "thermoplastic polyurethane based urethane material",
"properties": {
"type": {
"enum": [
"tpu"
],
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
},
{
"description": "polyvinyl alcohol based material",
"properties": {
"type": {
"enum": [
"pva"
],
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
},
{
"description": "high impact polystyrene based material",
"properties": {
"type": {
"enum": [
"hips"
],
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
},
{
"description": "composite material with stuff in other stuff, something like PLA mixed with carbon fiber, kevlar, or fiberglass",
"properties": {
"type": {
"enum": [
"composite"
],
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
]
},
"HardwareConfiguration": {
"description": "The hardware configuration of a machine.",
"oneOf": [
{
"description": "No configuration is possible. This isn't the same conceptually as an `Option<HardwareConfiguration>`, because this indicates we positively know there is no possible configuration changes that are possible with this method of manufcture.",
"properties": {
"type": {
"enum": [
"none"
],
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
},
{
"description": "Hardware configuration specific to FDM based printers",
"properties": {
"config": {
"allOf": [
{
"$ref": "#/components/schemas/FdmHardwareConfiguration"
}
],
"description": "The configuration for the FDM printer."
},
"type": {
"enum": [
"fdm"
],
"type": "string"
}
},
"required": [
"config",
"type"
], ],
"type": "object" "type": "object"
} }
@ -85,6 +344,14 @@
"description": "Additional, per-machine information which is specific to the underlying machine type.", "description": "Additional, per-machine information which is specific to the underlying machine type.",
"nullable": true "nullable": true
}, },
"hardware_configuration": {
"allOf": [
{
"$ref": "#/components/schemas/HardwareConfiguration"
}
],
"description": "Information about how the Machine is currently configured."
},
"id": { "id": {
"description": "Machine Identifier (ID) for the specific Machine.", "description": "Machine Identifier (ID) for the specific Machine.",
"type": "string" "type": "string"
@ -114,6 +381,12 @@
"description": "Maximum part size that can be manufactured by this device. This may be some sort of theoretical upper bound, getting close to this limit seems like maybe a bad idea.\n\nThis may be `None` if the maximum size is not knowable by the Machine API.\n\nWhat \"close\" means is up to you!", "description": "Maximum part size that can be manufactured by this device. This may be some sort of theoretical upper bound, getting close to this limit seems like maybe a bad idea.\n\nThis may be `None` if the maximum size is not knowable by the Machine API.\n\nWhat \"close\" means is up to you!",
"nullable": true "nullable": true
}, },
"progress": {
"description": "Progress of the current print, if printing.",
"format": "double",
"nullable": true,
"type": "number"
},
"state": { "state": {
"allOf": [ "allOf": [
{ {
@ -124,6 +397,7 @@
} }
}, },
"required": [ "required": [
"hardware_configuration",
"id", "id",
"machine_type", "machine_type",
"make_model", "make_model",
@ -157,57 +431,111 @@
"oneOf": [ "oneOf": [
{ {
"description": "If a print state can not be resolved at this time, an Unknown may be returned.", "description": "If a print state can not be resolved at this time, an Unknown may be returned.",
"enum": [
"Unknown"
],
"type": "string"
},
{
"description": "Idle, and ready for another job.",
"enum": [
"Idle"
],
"type": "string"
},
{
"description": "Running a job -- 3D printing or CNC-ing a part.",
"enum": [
"Running"
],
"type": "string"
},
{
"description": "Machine is currently offline or unreachable.",
"enum": [
"Offline"
],
"type": "string"
},
{
"description": "Job is underway but halted, waiting for some action to take place.",
"enum": [
"Paused"
],
"type": "string"
},
{
"description": "Job is finished, but waiting manual action to move back to Idle.",
"enum": [
"Complete"
],
"type": "string"
},
{
"additionalProperties": false,
"description": "The printer has failed and is in an unknown state that may require manual attention to resolve. The inner value is a human readable description of what specifically has failed.",
"properties": { "properties": {
"Failed": { "state": {
"nullable": true, "enum": [
"unknown"
],
"type": "string" "type": "string"
} }
}, },
"required": [ "required": [
"Failed" "state"
],
"type": "object"
},
{
"description": "Idle, and ready for another job.",
"properties": {
"state": {
"enum": [
"idle"
],
"type": "string"
}
},
"required": [
"state"
],
"type": "object"
},
{
"description": "Running a job -- 3D printing or CNC-ing a part.",
"properties": {
"state": {
"enum": [
"running"
],
"type": "string"
}
},
"required": [
"state"
],
"type": "object"
},
{
"description": "Machine is currently offline or unreachable.",
"properties": {
"state": {
"enum": [
"offline"
],
"type": "string"
}
},
"required": [
"state"
],
"type": "object"
},
{
"description": "Job is underway but halted, waiting for some action to take place.",
"properties": {
"state": {
"enum": [
"paused"
],
"type": "string"
}
},
"required": [
"state"
],
"type": "object"
},
{
"description": "Job is finished, but waiting manual action to move back to Idle.",
"properties": {
"state": {
"enum": [
"complete"
],
"type": "string"
}
},
"required": [
"state"
],
"type": "object"
},
{
"description": "The printer has failed and is in an unknown state that may require manual attention to resolve. The inner value is a human readable description of what specifically has failed.",
"properties": {
"message": {
"description": "A human-readable message describing the failure.",
"nullable": true,
"type": "string"
},
"state": {
"enum": [
"failed"
],
"type": "string"
}
},
"required": [
"state"
], ],
"type": "object" "type": "object"
} }
@ -219,21 +547,54 @@
{ {
"description": "Use light to cure a resin to build up layers.", "description": "Use light to cure a resin to build up layers.",
"enum": [ "enum": [
"Stereolithography" "stereolithography"
], ],
"type": "string" "type": "string"
}, },
{ {
"description": "Fused Deposition Modeling, layers of melted plastic.", "description": "Fused Deposition Modeling, layers of melted plastic.",
"enum": [ "enum": [
"FusedDeposition" "fused_deposition"
], ],
"type": "string" "type": "string"
}, },
{ {
"description": "\"Computer numerical control\" - machine that grinds away material from a hunk of material to construct a part.", "description": "\"Computer numerical control\" - machine that grinds away material from a hunk of material to construct a part.",
"enum": [ "enum": [
"Cnc" "cnc"
],
"type": "string"
}
]
},
"NozzleDiameter": {
"description": "A nozzle diameter.",
"oneOf": [
{
"description": "0.2mm.",
"enum": [
"0.2"
],
"type": "string"
},
{
"description": "0.4mm.",
"enum": [
"0.4"
],
"type": "string"
},
{
"description": "0.6mm.",
"enum": [
"0.6"
],
"type": "string"
},
{
"description": "0.8mm.",
"enum": [
"0.8"
], ],
"type": "string" "type": "string"
} }
@ -284,6 +645,15 @@
"machine_id": { "machine_id": {
"description": "The machine id to print to.", "description": "The machine id to print to.",
"type": "string" "type": "string"
},
"slicer_configuration": {
"allOf": [
{
"$ref": "#/components/schemas/SlicerConfiguration"
}
],
"description": "Requested design-specific slicer configurations.",
"nullable": true
} }
}, },
"required": [ "required": [
@ -292,6 +662,283 @@
], ],
"type": "object" "type": "object"
}, },
"SlicerConfiguration": {
"description": "The slicer configuration is a set of parameters that are passed to the slicer to control how the gcode is generated.",
"properties": {
"filament_idx": {
"description": "The filament to use for the print.",
"format": "uint",
"minimum": 0,
"nullable": true,
"type": "integer"
}
},
"type": "object"
},
"Stage": {
"description": "The print stage. These come from: https://github.com/SoftFever/OrcaSlicer/blob/431978baf17961df90f0d01871b0ad1d839d7f5d/src/slic3r/GUI/DeviceManager.cpp#L78",
"oneOf": [
{
"description": "Nothing.",
"enum": [
"nothing"
],
"type": "string"
},
{
"description": "Empty.",
"enum": [
"empty"
],
"type": "string"
},
{
"description": "Auto bed leveling.",
"enum": [
"auto_bed_leveling"
],
"type": "string"
},
{
"description": "Heatbed preheating.",
"enum": [
"heatbed_preheating"
],
"type": "string"
},
{
"description": "Sweeping XY mech mode.",
"enum": [
"sweeping_xy_mech_mode"
],
"type": "string"
},
{
"description": "Changing filament.",
"enum": [
"changing_filament"
],
"type": "string"
},
{
"description": "M400 pause.",
"enum": [
"m400_pause"
],
"type": "string"
},
{
"description": "Paused due to filament runout.",
"enum": [
"paused_due_to_filament_runout"
],
"type": "string"
},
{
"description": "Heating hotend.",
"enum": [
"heating_hotend"
],
"type": "string"
},
{
"description": "Calibrating extrusion.",
"enum": [
"calibrating_extrusion"
],
"type": "string"
},
{
"description": "Scanning bed surface.",
"enum": [
"scanning_bed_surface"
],
"type": "string"
},
{
"description": "Inspecting first layer.",
"enum": [
"inspecting_first_layer"
],
"type": "string"
},
{
"description": "Identifying build plate type.",
"enum": [
"identifying_build_plate_type"
],
"type": "string"
},
{
"description": "Calibrating micro lidar.",
"enum": [
"calibrating_micro_lidar"
],
"type": "string"
},
{
"description": "Homing toolhead.",
"enum": [
"homing_toolhead"
],
"type": "string"
},
{
"description": "Cleaning nozzle tip.",
"enum": [
"cleaning_nozzle_tip"
],
"type": "string"
},
{
"description": "Checking extruder temperature.",
"enum": [
"checking_extruder_temperature"
],
"type": "string"
},
{
"description": "Printing was paused by the user.",
"enum": [
"printing_was_paused_by_the_user"
],
"type": "string"
},
{
"description": "Pause of front cover falling.",
"enum": [
"pause_of_front_cover_falling"
],
"type": "string"
},
{
"description": "Calibrating micro lidar.",
"enum": [
"calibrating_micro_lidar2"
],
"type": "string"
},
{
"description": "Calibrating extrusion flow.",
"enum": [
"calibrating_extrusion_flow"
],
"type": "string"
},
{
"description": "Paused due to nozzle temperature malfunction.",
"enum": [
"paused_due_to_nozzle_temperature_malfunction"
],
"type": "string"
},
{
"description": "Paused due to heat bed temperature malfunction.",
"enum": [
"paused_due_to_heat_bed_temperature_malfunction"
],
"type": "string"
},
{
"description": "Filament unloading.",
"enum": [
"filament_unloading"
],
"type": "string"
},
{
"description": "Skip step pause.",
"enum": [
"skip_step_pause"
],
"type": "string"
},
{
"description": "Filament loading.",
"enum": [
"filament_loading"
],
"type": "string"
},
{
"description": "Motor noise calibration.",
"enum": [
"motor_noise_calibration"
],
"type": "string"
},
{
"description": "Paused due to AMS lost.",
"enum": [
"paused_due_to_ams_lost"
],
"type": "string"
},
{
"description": "Paused due to low speed of the heat break fan.",
"enum": [
"paused_due_to_low_speed_of_the_heat_break_fan"
],
"type": "string"
},
{
"description": "Paused due to chamber temperature control error.",
"enum": [
"paused_due_to_chamber_temperature_control_error"
],
"type": "string"
},
{
"description": "Cooling chamber.",
"enum": [
"cooling_chamber"
],
"type": "string"
},
{
"description": "Paused by the Gcode inserted by the user.",
"enum": [
"paused_by_the_gcode_inserted_by_the_user"
],
"type": "string"
},
{
"description": "Motor noise showoff.",
"enum": [
"motor_noise_showoff"
],
"type": "string"
},
{
"description": "Nozzle filament covered detected pause.",
"enum": [
"nozzle_filament_covered_detected_pause"
],
"type": "string"
},
{
"description": "Cutter error pause.",
"enum": [
"cutter_error_pause"
],
"type": "string"
},
{
"description": "First layer error pause.",
"enum": [
"first_layer_error_pause"
],
"type": "string"
},
{
"description": "Nozzle clog pause.",
"enum": [
"nozzle_clog_pause"
],
"type": "string"
}
]
},
"Volume": { "Volume": {
"description": "Set of three values to represent the extent of a 3-D Volume. This contains the width, depth, and height values, generally used to represent some maximum or minimum.\n\nAll measurements are in millimeters.", "description": "Set of three values to represent the extent of a 3-D Volume. This contains the width, depth, and height values, generally used to represent some maximum or minimum.\n\nAll measurements are in millimeters.",
"properties": { "properties": {

View File

@ -1,6 +1,6 @@
{ {
"name": "zoo-modeling-app", "name": "zoo-modeling-app",
"version": "0.25.6", "version": "0.26.0",
"private": true, "private": true,
"productName": "Zoo Modeling App", "productName": "Zoo Modeling App",
"author": { "author": {

View File

@ -135,7 +135,9 @@ function CommandArgOptionInput({
<Combobox.Input <Combobox.Input
id="option-input" id="option-input"
ref={inputRef} ref={inputRef}
onChange={(event) => setQuery(event.target.value)} onChange={(event) =>
!event.target.disabled && setQuery(event.target.value)
}
className="flex-grow px-2 py-1 border-b border-b-chalkboard-100 dark:border-b-chalkboard-80 !bg-transparent focus:outline-none" className="flex-grow px-2 py-1 border-b border-b-chalkboard-100 dark:border-b-chalkboard-80 !bg-transparent focus:outline-none"
onKeyDown={(event) => { onKeyDown={(event) => {
if (event.metaKey && event.key === 'k') if (event.metaKey && event.key === 'k')
@ -175,9 +177,18 @@ function CommandArgOptionInput({
<Combobox.Option <Combobox.Option
key={option.name} key={option.name}
value={option} value={option}
disabled={option.disabled}
className="flex items-center gap-2 px-4 py-1 first:mt-2 last:mb-2 ui-active:bg-primary/10 dark:ui-active:bg-chalkboard-90" className="flex items-center gap-2 px-4 py-1 first:mt-2 last:mb-2 ui-active:bg-primary/10 dark:ui-active:bg-chalkboard-90"
> >
<p className="flex-grow">{option.name} </p> <p
className={`flex-grow ${
(option.disabled &&
'text-chalkboard-70 dark:text-chalkboard-50 cursor-not-allowed') ||
''
}`}
>
{option.name}
</p>
{option.value === currentOption?.value && ( {option.value === currentOption?.value && (
<small className="text-chalkboard-70 dark:text-chalkboard-50"> <small className="text-chalkboard-70 dark:text-chalkboard-50">
current current

View File

@ -2,7 +2,7 @@ import type { IndexLoaderData } from 'lib/types'
import { PATHS } from 'lib/paths' import { PATHS } from 'lib/paths'
import { ActionButton } from './ActionButton' import { ActionButton } from './ActionButton'
import Tooltip from './Tooltip' import Tooltip from './Tooltip'
import { Dispatch, useCallback, useEffect, useRef, useState } from 'react' import { Dispatch, useCallback, useRef, useState } from 'react'
import { useNavigate, useRouteLoaderData } from 'react-router-dom' import { useNavigate, useRouteLoaderData } from 'react-router-dom'
import { Disclosure } from '@headlessui/react' import { Disclosure } from '@headlessui/react'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
@ -13,7 +13,6 @@ import { sortProject } from 'lib/desktopFS'
import { FILE_EXT } from 'lib/constants' import { FILE_EXT } from 'lib/constants'
import { CustomIcon } from './CustomIcon' import { CustomIcon } from './CustomIcon'
import { codeManager, kclManager } from 'lib/singletons' import { codeManager, kclManager } from 'lib/singletons'
import { useDocumentHasFocus } from 'hooks/useDocumentHasFocus'
import { useLspContext } from './LspProvider' import { useLspContext } from './LspProvider'
import useHotkeyWrapper from 'lib/hotkeyWrapper' import useHotkeyWrapper from 'lib/hotkeyWrapper'
import { useModelingContext } from 'hooks/useModelingContext' import { useModelingContext } from 'hooks/useModelingContext'
@ -21,6 +20,8 @@ import { DeleteConfirmationDialog } from './ProjectCard/DeleteProjectDialog'
import { ContextMenu, ContextMenuItem } from './ContextMenu' import { ContextMenu, ContextMenuItem } from './ContextMenu'
import usePlatform from 'hooks/usePlatform' import usePlatform from 'hooks/usePlatform'
import { FileEntry } from 'lib/project' import { FileEntry } from 'lib/project'
import { useFileSystemWatcher } from 'hooks/useFileSystemWatcher'
import { normalizeLineEndings } from 'lib/codeEditor'
function getIndentationCSS(level: number) { function getIndentationCSS(level: number) {
return `calc(1rem * ${level + 1})` return `calc(1rem * ${level + 1})`
@ -131,6 +132,23 @@ const FileTreeItem = ({
const isCurrentFile = fileOrDir.path === currentFile?.path const isCurrentFile = fileOrDir.path === currentFile?.path
const itemRef = useRef(null) const itemRef = useRef(null)
// Since every file or directory gets its own FileTreeItem, we can do this.
// Because subtrees only render when they are opened, that means this
// only listens when they open. Because this acts like a useEffect, when
// the ReactNodes are destroyed, so is this listener :)
useFileSystemWatcher(
async (eventType, path) => {
// Don't try to read a file that was removed.
if (isCurrentFile && eventType !== 'unlink') {
let code = await window.electron.readFile(path, { encoding: 'utf-8' })
code = normalizeLineEndings(code)
codeManager.updateCodeStateEditor(code)
}
fileSend({ type: 'Refresh' })
},
[fileOrDir.path]
)
const isRenaming = fileContext.itemsBeingRenamed.includes(fileOrDir.path) const isRenaming = fileContext.itemsBeingRenamed.includes(fileOrDir.path)
const removeCurrentItemFromRenaming = useCallback( const removeCurrentItemFromRenaming = useCallback(
() => () =>
@ -154,6 +172,13 @@ const FileTreeItem = ({
}) })
}, [fileContext.itemsBeingRenamed, fileOrDir.path, fileSend]) }, [fileContext.itemsBeingRenamed, fileOrDir.path, fileSend])
const clickDirectory = () => {
fileSend({
type: 'Set selected directory',
directory: fileOrDir,
})
}
function handleKeyUp(e: React.KeyboardEvent<HTMLButtonElement>) { function handleKeyUp(e: React.KeyboardEvent<HTMLButtonElement>) {
if (e.metaKey && e.key === 'Backspace') { if (e.metaKey && e.key === 'Backspace') {
// Open confirmation dialog // Open confirmation dialog
@ -242,18 +267,8 @@ const FileTreeItem = ({
} }
style={{ paddingInlineStart: getIndentationCSS(level) }} style={{ paddingInlineStart: getIndentationCSS(level) }}
onClick={(e) => e.currentTarget.focus()} onClick={(e) => e.currentTarget.focus()}
onClickCapture={(e) => onClickCapture={clickDirectory}
fileSend({ onFocusCapture={clickDirectory}
type: 'Set selected directory',
directory: fileOrDir,
})
}
onFocusCapture={(e) =>
fileSend({
type: 'Set selected directory',
directory: fileOrDir,
})
}
onKeyDown={(e) => e.key === 'Enter' && e.preventDefault()} onKeyDown={(e) => e.key === 'Enter' && e.preventDefault()}
onKeyUp={handleKeyUp} onKeyUp={handleKeyUp}
> >
@ -469,27 +484,30 @@ export const FileTreeInner = ({
const loaderData = useRouteLoaderData(PATHS.FILE) as IndexLoaderData const loaderData = useRouteLoaderData(PATHS.FILE) as IndexLoaderData
const { send: fileSend, context: fileContext } = useFileContext() const { send: fileSend, context: fileContext } = useFileContext()
const { send: modelingSend } = useModelingContext() const { send: modelingSend } = useModelingContext()
const documentHasFocus = useDocumentHasFocus()
// Refresh the file tree when the document gets focus // Refresh the file tree when there are changes.
useEffect(() => { useFileSystemWatcher(
async (eventType, path) => {
fileSend({ type: 'Refresh' }) fileSend({ type: 'Refresh' })
}, [documentHasFocus]) },
[loaderData?.project?.path, fileContext.selectedDirectory.path].filter(
(x: string | undefined) => x !== undefined
)
)
const clickDirectory = () => {
fileSend({
type: 'Set selected directory',
directory: fileContext.project,
})
}
return ( return (
<div <div
className="overflow-auto pb-12 absolute inset-0" className="overflow-auto pb-12 absolute inset-0"
data-testid="file-pane-scroll-container" data-testid="file-pane-scroll-container"
> >
<ul <ul className="m-0 p-0 text-sm" onClickCapture={clickDirectory}>
className="m-0 p-0 text-sm"
onClickCapture={(e) => {
fileSend({
type: 'Set selected directory',
directory: fileContext.project,
})
}}
>
{sortProject(fileContext.project?.children || []).map((fileOrDir) => ( {sortProject(fileContext.project?.children || []).map((fileOrDir) => (
<FileTreeItem <FileTreeItem
project={fileContext.project} project={fileContext.project}

View File

@ -11,6 +11,7 @@ export const NetworkMachineIndicator = ({
}) => { }) => {
const machineCount = machineManager.machineCount() const machineCount = machineManager.machineCount()
const reason = machineManager.noMachinesReason() const reason = machineManager.noMachinesReason()
const machines = machineManager.machines
return isDesktop() ? ( return isDesktop() ? (
<Popover className="relative"> <Popover className="relative">
@ -46,20 +47,34 @@ export const NetworkMachineIndicator = ({
</div> </div>
{machineCount > 0 && ( {machineCount > 0 && (
<ul className="divide-y divide-chalkboard-20 dark:divide-chalkboard-80"> <ul className="divide-y divide-chalkboard-20 dark:divide-chalkboard-80">
{Object.entries(machineManager.machines).map( {machines.map((machine) => {
([hostname, machine]) => ( return (
<li key={hostname} className={'px-2 py-4 gap-1 last:mb-0 '}> <li key={machine.id} className={'px-2 py-4 gap-1 last:mb-0 '}>
<p className=""> <p className="">{machine.id.toUpperCase()}</p>
{machine.make_model.model ||
machine.make_model.manufacturer ||
'Unknown Machine'}
</p>
<p className="text-chalkboard-60 dark:text-chalkboard-50 text-xs"> <p className="text-chalkboard-60 dark:text-chalkboard-50 text-xs">
Hostname {hostname} {machine.make_model.model}
</p>
{machine.extra &&
machine.extra.type === 'bambu' &&
machine.extra.nozzle_diameter && (
<p className="text-chalkboard-60 dark:text-chalkboard-50 text-xs">
Nozzle Diameter: {machine.extra.nozzle_diameter}
</p>
)}
<p className="text-chalkboard-60 dark:text-chalkboard-50 text-xs">
{`Status: ${machine.state.state
.charAt(0)
.toUpperCase()}${machine.state.state.slice(1)}`}
{machine.state.state === 'failed' && machine.state.message
? ` (${machine.state.message})`
: ''}
{machine.state.state === 'running' && machine.progress
? ` (${Math.round(machine.progress)}%)`
: ''}
</p> </p>
</li> </li>
) )
)} })}
</ul> </ul>
)} )}
</Popover.Panel> </Popover.Panel>

View File

@ -221,6 +221,19 @@ export const SettingsAuthProviderBase = ({
useFileSystemWatcher( useFileSystemWatcher(
async () => { async () => {
// If there is a projectPath but it no longer exists it means
// it was exterally removed. If we let the code past this condition
// execute it will recreate the directory due to code in
// loadAndValidateSettings trying to recreate files. I do not
// wish to change the behavior in case anything else uses it.
// Go home.
if (loadedProject?.project?.path) {
if (!window.electron.exists(loadedProject?.project?.path)) {
navigate(PATHS.HOME)
return
}
}
const data = await loadAndValidateSettings(loadedProject?.project?.path) const data = await loadAndValidateSettings(loadedProject?.project?.path)
settingsSend({ settingsSend({
type: 'Set all settings', type: 'Set all settings',
@ -228,7 +241,9 @@ export const SettingsAuthProviderBase = ({
doNotPersist: true, doNotPersist: true,
}) })
}, },
settingsPath ? [settingsPath] : [] [settingsPath, loadedProject?.project?.path].filter(
(x: string | undefined) => x !== undefined
)
) )
// Add settings commands to the command bar // Add settings commands to the command bar

View File

@ -11,7 +11,7 @@ export const kclHighlight = styleTags({
nil: t.null, nil: t.null,
'AddOp MultOp ExpOp': t.arithmeticOperator, 'AddOp MultOp ExpOp': t.arithmeticOperator,
BangOp: t.logicOperator, BangOp: t.logicOperator,
CompOp: t.logicOperator, CompOp: t.compareOperator,
'Equals Arrow': t.definitionOperator, 'Equals Arrow': t.definitionOperator,
PipeOperator: t.controlOperator, PipeOperator: t.controlOperator,
String: t.string, String: t.string,

View File

@ -90,7 +90,7 @@ commaSep1NoTrailingComma<term> { term ("," term)* }
MultOp { "/" | "*" | "\\" } MultOp { "/" | "*" | "\\" }
ExpOp { "^" } ExpOp { "^" }
BangOp { "!" } BangOp { "!" }
CompOp { $[<>] "="? | "!=" | "==" } CompOp { "==" | "!=" | "<=" | ">=" | "<" | ">" }
Equals { "=" } Equals { "=" }
Arrow { "=>" } Arrow { "=>" }
PipeOperator { "|>" } PipeOperator { "|>" }

View File

@ -12,35 +12,51 @@ type Path = string
// watcher.addListener(() => { ... }). // watcher.addListener(() => { ... }).
export const useFileSystemWatcher = ( export const useFileSystemWatcher = (
callback: (path: Path) => Promise<void>, callback: (eventType: string, path: Path) => Promise<void>,
dependencyArray: Path[] paths: Path[]
): void => { ): void => {
// Track a ref to the callback. This is how we get the callback updated // Used to track this instance of useFileSystemWatcher.
// across the NodeJS<->Browser boundary. // Assign to ref so it doesn't change between renders.
const callbackRef = useRef<{ fn: (path: Path) => Promise<void> }>({ const key = useRef(Math.random().toString())
fn: async (_path) => {},
}) const [output, setOutput] = useState<
{ eventType: string; path: string } | undefined
>(undefined)
// Used to track if paths list changes.
const [pathsTracked, setPathsTracked] = useState<Path[]>([])
useEffect(() => { useEffect(() => {
callbackRef.current.fn = callback if (!output) return
}, [callback]) callback(output.eventType, output.path).catch(reportRejection)
}, [output])
// Used to track if dependencyArrray changes.
const [dependencyArrayTracked, setDependencyArrayTracked] = useState<Path[]>(
[]
)
// On component teardown obliterate all watchers. // On component teardown obliterate all watchers.
useEffect(() => { useEffect(() => {
// The hook is useless on web. // The hook is useless on web.
if (!isDesktop()) return if (!isDesktop()) return
const cbWatcher = (eventType: string, path: string) => {
setOutput({ eventType, path })
}
for (let path of pathsTracked) {
// Because functions don't retain refs between NodeJS-Browser I need to
// pass an identifying key so we can later remove it.
// A way to think of the function call is:
// "For this path, add a new handler with this key"
// "There can be many keys (functions) per path"
// Again if refs were preserved, we wouldn't need to do this. Keys
// gives us uniqueness.
window.electron.watchFileOn(path, key.current, cbWatcher)
}
return () => { return () => {
for (let path of dependencyArray) { for (let path of pathsTracked) {
window.electron.watchFileOff(path) window.electron.watchFileOff(path, key.current)
} }
} }
}, []) }, [pathsTracked])
function difference<T>(l1: T[], l2: T[]): [T[], T[]] { function difference<T>(l1: T[], l2: T[]): [T[], T[]] {
return [ return [
@ -49,8 +65,7 @@ export const useFileSystemWatcher = (
] ]
} }
const hasDiff = const hasDiff = difference(paths, pathsTracked)[0].length !== 0
difference(dependencyArray, dependencyArrayTracked)[0].length !== 0
// Removing 1 watcher at a time is only possible because in a filesystem, // Removing 1 watcher at a time is only possible because in a filesystem,
// a path is unique (there can never be two paths with the same name). // a path is unique (there can never be two paths with the same name).
@ -61,19 +76,8 @@ export const useFileSystemWatcher = (
if (!hasDiff) return if (!hasDiff) return
const [pathsRemoved, pathsRemaining] = difference( const [, pathsRemaining] = difference(pathsTracked, paths)
dependencyArrayTracked, const [pathsAdded] = difference(paths, pathsTracked)
dependencyArray setPathsTracked(pathsRemaining.concat(pathsAdded))
)
for (let path of pathsRemoved) {
window.electron.watchFileOff(path)
}
const [pathsAdded] = difference(dependencyArray, dependencyArrayTracked)
for (let path of pathsAdded) {
window.electron.watchFileOn(path, (_eventType: string, path: Path) => {
callbackRef.current.fn(path).catch(reportRejection)
})
}
setDependencyArrayTracked(pathsRemaining.concat(pathsAdded))
}, [hasDiff]) }, [hasDiff])
} }

View File

@ -40,9 +40,7 @@ export class KclManager {
nonCodeMeta: { nonCodeMeta: {
nonCodeNodes: {}, nonCodeNodes: {},
start: [], start: [],
digest: null,
}, },
digest: null,
} }
private _execState: ExecState = emptyExecState() private _execState: ExecState = emptyExecState()
private _programMemory: ProgramMemory = ProgramMemory.empty() private _programMemory: ProgramMemory = ProgramMemory.empty()
@ -208,9 +206,7 @@ export class KclManager {
nonCodeMeta: { nonCodeMeta: {
nonCodeNodes: {}, nonCodeNodes: {},
start: [], start: [],
digest: null,
}, },
digest: null,
} }
} }

File diff suppressed because it is too large Load Diff

View File

@ -172,7 +172,6 @@ const sk2 = startSketchOn('XY')
start: 114, start: 114,
type: 'TagDeclarator', type: 'TagDeclarator',
value: 'p', value: 'p',
digest: null,
}, },
id: expect.any(String), id: expect.any(String),
sourceRange: [95, 117], sourceRange: [95, 117],
@ -223,7 +222,6 @@ const sk2 = startSketchOn('XY')
start: 114, start: 114,
type: 'TagDeclarator', type: 'TagDeclarator',
value: 'p', value: 'p',
digest: null,
}, },
__geoMeta: { __geoMeta: {
id: expect.any(String), id: expect.any(String),
@ -266,7 +264,6 @@ const sk2 = startSketchOn('XY')
start: 417, start: 417,
type: 'TagDeclarator', type: 'TagDeclarator',
value: 'o', value: 'o',
digest: null,
}, },
id: expect.any(String), id: expect.any(String),
sourceRange: [399, 420], sourceRange: [399, 420],
@ -317,7 +314,6 @@ const sk2 = startSketchOn('XY')
start: 417, start: 417,
type: 'TagDeclarator', type: 'TagDeclarator',
value: 'o', value: 'o',
digest: null,
}, },
__geoMeta: { __geoMeta: {
id: expect.any(String), id: expect.any(String),

View File

@ -73,7 +73,6 @@ const newVar = myVar + 1`
start: 89, start: 89,
type: 'TagDeclarator', type: 'TagDeclarator',
value: 'myPath', value: 'myPath',
digest: null,
}, },
}, },
{ {
@ -99,7 +98,6 @@ const newVar = myVar + 1`
start: 143, start: 143,
type: 'TagDeclarator', type: 'TagDeclarator',
value: 'rightPath', value: 'rightPath',
digest: null,
}, },
}, },
]) ])
@ -201,7 +199,6 @@ const newVar = myVar + 1`
start: 109, start: 109,
type: 'TagDeclarator', type: 'TagDeclarator',
value: 'myPath', value: 'myPath',
digest: null,
}, },
}, },
{ {

View File

@ -100,15 +100,15 @@ describe('Testing findUniqueName', () => {
it('should find a unique name', () => { it('should find a unique name', () => {
const result = findUniqueName( const result = findUniqueName(
JSON.stringify([ JSON.stringify([
{ type: 'Identifier', name: 'yo01', start: 0, end: 0, digest: null }, { type: 'Identifier', name: 'yo01', start: 0, end: 0 },
{ type: 'Identifier', name: 'yo02', start: 0, end: 0, digest: null }, { type: 'Identifier', name: 'yo02', start: 0, end: 0 },
{ type: 'Identifier', name: 'yo03', start: 0, end: 0, digest: null }, { type: 'Identifier', name: 'yo03', start: 0, end: 0 },
{ type: 'Identifier', name: 'yo04', start: 0, end: 0, digest: null }, { type: 'Identifier', name: 'yo04', start: 0, end: 0 },
{ type: 'Identifier', name: 'yo05', start: 0, end: 0, digest: null }, { type: 'Identifier', name: 'yo05', start: 0, end: 0 },
{ type: 'Identifier', name: 'yo06', start: 0, end: 0, digest: null }, { type: 'Identifier', name: 'yo06', start: 0, end: 0 },
{ type: 'Identifier', name: 'yo07', start: 0, end: 0, digest: null }, { type: 'Identifier', name: 'yo07', start: 0, end: 0 },
{ type: 'Identifier', name: 'yo08', start: 0, end: 0, digest: null }, { type: 'Identifier', name: 'yo08', start: 0, end: 0 },
{ type: 'Identifier', name: 'yo09', start: 0, end: 0, digest: null }, { type: 'Identifier', name: 'yo09', start: 0, end: 0 },
] satisfies Identifier[]), ] satisfies Identifier[]),
'yo', 'yo',
2 2
@ -123,8 +123,7 @@ describe('Testing addSketchTo', () => {
body: [], body: [],
start: 0, start: 0,
end: 0, end: 0,
nonCodeMeta: { nonCodeNodes: {}, start: [], digest: null }, nonCodeMeta: { nonCodeNodes: {}, start: [] },
digest: null,
}, },
'yz' 'yz'
) )

View File

@ -241,7 +241,6 @@ export function mutateObjExpProp(
value: updateWith, value: updateWith,
start: 0, start: 0,
end: 0, end: 0,
digest: null,
}) })
} }
} }
@ -579,7 +578,6 @@ export function createLiteral(value: string | number): Literal {
end: 0, end: 0,
value, value,
raw: `${value}`, raw: `${value}`,
digest: null,
} }
} }
@ -588,7 +586,7 @@ export function createTagDeclarator(value: string): TagDeclarator {
type: 'TagDeclarator', type: 'TagDeclarator',
start: 0, start: 0,
end: 0, end: 0,
digest: null,
value, value,
} }
} }
@ -598,7 +596,7 @@ export function createIdentifier(name: string): Identifier {
type: 'Identifier', type: 'Identifier',
start: 0, start: 0,
end: 0, end: 0,
digest: null,
name, name,
} }
} }
@ -608,7 +606,6 @@ export function createPipeSubstitution(): PipeSubstitution {
type: 'PipeSubstitution', type: 'PipeSubstitution',
start: 0, start: 0,
end: 0, end: 0,
digest: null,
} }
} }
@ -624,12 +621,11 @@ export function createCallExpressionStdLib(
type: 'Identifier', type: 'Identifier',
start: 0, start: 0,
end: 0, end: 0,
digest: null,
name, name,
}, },
optional: false, optional: false,
arguments: args, arguments: args,
digest: null,
} }
} }
@ -645,12 +641,11 @@ export function createCallExpression(
type: 'Identifier', type: 'Identifier',
start: 0, start: 0,
end: 0, end: 0,
digest: null,
name, name,
}, },
optional: false, optional: false,
arguments: args, arguments: args,
digest: null,
} }
} }
@ -661,7 +656,7 @@ export function createArrayExpression(
type: 'ArrayExpression', type: 'ArrayExpression',
start: 0, start: 0,
end: 0, end: 0,
digest: null,
nonCodeMeta: nonCodeMetaEmpty(), nonCodeMeta: nonCodeMetaEmpty(),
elements, elements,
} }
@ -674,7 +669,7 @@ export function createPipeExpression(
type: 'PipeExpression', type: 'PipeExpression',
start: 0, start: 0,
end: 0, end: 0,
digest: null,
body, body,
nonCodeMeta: nonCodeMetaEmpty(), nonCodeMeta: nonCodeMetaEmpty(),
} }
@ -690,13 +685,13 @@ export function createVariableDeclaration(
type: 'VariableDeclaration', type: 'VariableDeclaration',
start: 0, start: 0,
end: 0, end: 0,
digest: null,
declarations: [ declarations: [
{ {
type: 'VariableDeclarator', type: 'VariableDeclarator',
start: 0, start: 0,
end: 0, end: 0,
digest: null,
id: createIdentifier(varName), id: createIdentifier(varName),
init, init,
}, },
@ -713,14 +708,14 @@ export function createObjectExpression(properties: {
type: 'ObjectExpression', type: 'ObjectExpression',
start: 0, start: 0,
end: 0, end: 0,
digest: null,
nonCodeMeta: nonCodeMetaEmpty(), nonCodeMeta: nonCodeMetaEmpty(),
properties: Object.entries(properties).map(([key, value]) => ({ properties: Object.entries(properties).map(([key, value]) => ({
type: 'ObjectProperty', type: 'ObjectProperty',
start: 0, start: 0,
end: 0, end: 0,
key: createIdentifier(key), key: createIdentifier(key),
digest: null,
value, value,
})), })),
} }
@ -734,7 +729,7 @@ export function createUnaryExpression(
type: 'UnaryExpression', type: 'UnaryExpression',
start: 0, start: 0,
end: 0, end: 0,
digest: null,
operator, operator,
argument, argument,
} }
@ -749,7 +744,7 @@ export function createBinaryExpression([left, operator, right]: [
type: 'BinaryExpression', type: 'BinaryExpression',
start: 0, start: 0,
end: 0, end: 0,
digest: null,
operator, operator,
left, left,
right, right,
@ -1139,5 +1134,5 @@ export async function deleteFromSelection(
} }
const nonCodeMetaEmpty = () => { const nonCodeMetaEmpty = () => {
return { nonCodeNodes: {}, start: [], digest: null } return { nonCodeNodes: {}, start: [] }
} }

View File

@ -41,7 +41,7 @@ beforeAll(async () => {
}, },
}) })
}) })
}, 20_000) }, 30_000)
afterAll(() => { afterAll(() => {
engineCommandManager.tearDown() engineCommandManager.tearDown()

View File

@ -18,7 +18,7 @@ class FileSystemManager {
return Promise.resolve(window.electron.path.join(dir, path)) return Promise.resolve(window.electron.path.join(dir, path))
} }
async readFile(path: string): Promise<Uint8Array | void> { async readFile(path: string): Promise<Uint8Array> {
// Using local file system only works from desktop. // Using local file system only works from desktop.
if (!isDesktop()) { if (!isDesktop()) {
return Promise.reject( return Promise.reject(

View File

@ -1823,11 +1823,10 @@ export const updateStartProfileAtArgs: SketchLineHelper['updateArgs'] = ({
start: 0, start: 0,
end: 0, end: 0,
body: [], body: [],
digest: null,
nonCodeMeta: { nonCodeMeta: {
start: [], start: [],
nonCodeNodes: [], nonCodeNodes: [],
digest: null,
}, },
}, },
pathToNode, pathToNode,

3
src/lib/codeEditor.ts Normal file
View File

@ -0,0 +1,3 @@
export const normalizeLineEndings = (str: string, normalized = '\n') => {
return str.replace(/\r?\n/g, normalized)
}

View File

@ -190,10 +190,31 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig<
options: () => { options: () => {
return Object.entries(machineManager.machines).map( return Object.entries(machineManager.machines).map(
([_, machine]) => ({ ([_, machine]) => ({
name: `${machine.id} (${ name:
`${machine.id} (${
machine.make_model.model || machine.make_model.manufacturer machine.make_model.model || machine.make_model.manufacturer
}) via ${machineManager.machineApiIp || 'the local network'}`, }) (${machine.state.state})` +
(machine.hardware_configuration &&
machine.hardware_configuration.type !== 'none' &&
machine.hardware_configuration.config.nozzle_diameter
? ` - Nozzle Diameter: ${machine.hardware_configuration.config.nozzle_diameter}`
: '') +
(machine.hardware_configuration &&
machine.hardware_configuration.type !== 'none' &&
machine.hardware_configuration.config.filaments &&
machine.hardware_configuration.config.filaments[0]
? ` - ${
machine.hardware_configuration.config.filaments[0].name
} #${
machine.hardware_configuration.config &&
machine.hardware_configuration.config.filaments[0].color?.slice(
0,
6
)
}`
: ''),
isCurrent: false, isCurrent: false,
disabled: machine.state.state !== 'idle',
value: machine as components['schemas']['MachineInfoResponse'], value: machine as components['schemas']['MachineInfoResponse'],
}) })
) )

View File

@ -258,5 +258,6 @@ export type CommandArgumentWithName<
export type CommandArgumentOption<A> = { export type CommandArgumentOption<A> = {
name: string name: string
isCurrent?: boolean isCurrent?: boolean
disabled?: boolean
value: A value: A
} }

View File

@ -448,7 +448,9 @@ export const readProjectSettingsFile = async (
} }
} }
const configToml = await window.electron.readFile(settingsPath) const configToml = await window.electron.readFile(settingsPath, {
encoding: 'utf-8',
})
const configObj = parseProjectSettings(configToml) const configObj = parseProjectSettings(configToml)
if (err(configObj)) { if (err(configObj)) {
return Promise.reject(configObj) return Promise.reject(configObj)
@ -467,7 +469,9 @@ export const readAppSettingsFile = async () => {
// The file exists, read it and parse it. // The file exists, read it and parse it.
if (window.electron.exists(settingsPath)) { if (window.electron.exists(settingsPath)) {
const configToml = await window.electron.readFile(settingsPath) const configToml = await window.electron.readFile(settingsPath, {
encoding: 'utf-8',
})
const parsedAppConfig = parseAppSettings(configToml) const parsedAppConfig = parseAppSettings(configToml)
if (err(parsedAppConfig)) { if (err(parsedAppConfig)) {
return Promise.reject(parsedAppConfig) return Promise.reject(parsedAppConfig)
@ -527,7 +531,9 @@ export const readTokenFile = async () => {
let settingsPath = await getTokenFilePath() let settingsPath = await getTokenFilePath()
if (window.electron.exists(settingsPath)) { if (window.electron.exists(settingsPath)) {
const token: string = await window.electron.readFile(settingsPath) const token: string = await window.electron.readFile(settingsPath, {
encoding: 'utf-8',
})
if (!token) return '' if (!token) return ''
return token return token

View File

@ -119,18 +119,96 @@ export interface components {
/** @description Extra machine-specific information regarding a connected machine. */ /** @description Extra machine-specific information regarding a connected machine. */
ExtraMachineInfoResponse: ExtraMachineInfoResponse:
| { | {
Moonraker: Record<string, never> /** @enum {string} */
type: 'moonraker'
} }
| { | {
Usb: Record<string, never> /** @enum {string} */
type: 'usb'
} }
| { | {
Bambu: Record<string, never> /** @description The current stage of the machine as defined by Bambu which can include errors, etc. */
current_stage?: components['schemas']['Stage'] | null
/** @description The nozzle diameter of the machine. */
nozzle_diameter: components['schemas']['NozzleDiameter']
/** @enum {string} */
type: 'bambu'
}
/** @description Configuration for a FDM-based printer. */
FdmHardwareConfiguration: {
/** @description The filaments the printer has access to. */
filaments: components['schemas']['Filament'][]
/**
* Format: double
* @description Diameter of the extrusion nozzle, in mm.
*/
nozzle_diameter: number
}
/** @description Information about the filament being used in a FDM printer. */
Filament: {
/** @description The color (as hex without the `#`) of the filament, this is likely specific to the manufacturer. */
color?: string | null
/** @description The material that the filament is made of. */
material: components['schemas']['FilamentMaterial']
/** @description The name of the filament, this is likely specfic to the manufacturer. */
name?: string | null
}
/** @description The material that the filament is made of. */
FilamentMaterial:
| {
/** @enum {string} */
type: 'pla'
}
| {
/** @enum {string} */
type: 'pla_support'
}
| {
/** @enum {string} */
type: 'abs'
}
| {
/** @enum {string} */
type: 'petg'
}
| {
/** @enum {string} */
type: 'nylon'
}
| {
/** @enum {string} */
type: 'tpu'
}
| {
/** @enum {string} */
type: 'pva'
}
| {
/** @enum {string} */
type: 'hips'
}
| {
/** @enum {string} */
type: 'composite'
}
/** @description The hardware configuration of a machine. */
HardwareConfiguration:
| {
/** @enum {string} */
type: 'none'
}
| {
/** @description The configuration for the FDM printer. */
config: components['schemas']['FdmHardwareConfiguration']
/** @enum {string} */
type: 'fdm'
} }
/** @description Information regarding a connected machine. */ /** @description Information regarding a connected machine. */
MachineInfoResponse: { MachineInfoResponse: {
/** @description Additional, per-machine information which is specific to the underlying machine type. */ /** @description Additional, per-machine information which is specific to the underlying machine type. */
extra?: components['schemas']['ExtraMachineInfoResponse'] | null extra?: components['schemas']['ExtraMachineInfoResponse'] | null
/** @description Information about how the Machine is currently configured. */
hardware_configuration: components['schemas']['HardwareConfiguration']
/** @description Machine Identifier (ID) for the specific Machine. */ /** @description Machine Identifier (ID) for the specific Machine. */
id: string id: string
/** @description Information regarding the method of manufacture. */ /** @description Information regarding the method of manufacture. */
@ -143,6 +221,11 @@ export interface components {
* *
* What "close" means is up to you! */ * What "close" means is up to you! */
max_part_volume?: components['schemas']['Volume'] | null max_part_volume?: components['schemas']['Volume'] | null
/**
* Format: double
* @description Progress of the current print, if printing.
*/
progress?: number | null
/** @description Status of the printer -- be it printing, idle, or unreachable. This may dictate if a machine is capable of taking a new job. */ /** @description Status of the printer -- be it printing, idle, or unreachable. This may dictate if a machine is capable of taking a new job. */
state: components['schemas']['MachineState'] state: components['schemas']['MachineState']
} }
@ -157,17 +240,40 @@ export interface components {
} }
/** @description Current state of the machine -- be it printing, idle or offline. This can be used to determine if a printer is in the correct state to take a new job. */ /** @description Current state of the machine -- be it printing, idle or offline. This can be used to determine if a printer is in the correct state to take a new job. */
MachineState: MachineState:
| 'Unknown'
| 'Idle'
| 'Running'
| 'Offline'
| 'Paused'
| 'Complete'
| { | {
Failed: string | null /** @enum {string} */
state: 'unknown'
}
| {
/** @enum {string} */
state: 'idle'
}
| {
/** @enum {string} */
state: 'running'
}
| {
/** @enum {string} */
state: 'offline'
}
| {
/** @enum {string} */
state: 'paused'
}
| {
/** @enum {string} */
state: 'complete'
}
| {
/** @description A human-readable message describing the failure. */
message?: string | null
/** @enum {string} */
state: 'failed'
} }
/** @description Specific technique by which this Machine takes a design, and produces a real-world 3D object. */ /** @description Specific technique by which this Machine takes a design, and produces a real-world 3D object. */
MachineType: 'Stereolithography' | 'FusedDeposition' | 'Cnc' MachineType: 'stereolithography' | 'fused_deposition' | 'cnc'
/** @description A nozzle diameter. */
NozzleDiameter: '0.2' | '0.4' | '0.6' | '0.8'
/** @description The response from the `/ping` endpoint. */ /** @description The response from the `/ping` endpoint. */
Pong: { Pong: {
/** @description The pong response. */ /** @description The pong response. */
@ -186,7 +292,56 @@ export interface components {
job_name: string job_name: string
/** @description The machine id to print to. */ /** @description The machine id to print to. */
machine_id: string machine_id: string
/** @description Requested design-specific slicer configurations. */
slicer_configuration?: components['schemas']['SlicerConfiguration'] | null
} }
/** @description The slicer configuration is a set of parameters that are passed to the slicer to control how the gcode is generated. */
SlicerConfiguration: {
/**
* Format: uint
* @description The filament to use for the print.
*/
filament_idx?: number | null
}
/** @description The print stage. These come from: https://github.com/SoftFever/OrcaSlicer/blob/431978baf17961df90f0d01871b0ad1d839d7f5d/src/slic3r/GUI/DeviceManager.cpp#L78 */
Stage:
| 'nothing'
| 'empty'
| 'auto_bed_leveling'
| 'heatbed_preheating'
| 'sweeping_xy_mech_mode'
| 'changing_filament'
| 'm400_pause'
| 'paused_due_to_filament_runout'
| 'heating_hotend'
| 'calibrating_extrusion'
| 'scanning_bed_surface'
| 'inspecting_first_layer'
| 'identifying_build_plate_type'
| 'calibrating_micro_lidar'
| 'homing_toolhead'
| 'cleaning_nozzle_tip'
| 'checking_extruder_temperature'
| 'printing_was_paused_by_the_user'
| 'pause_of_front_cover_falling'
| 'calibrating_micro_lidar2'
| 'calibrating_extrusion_flow'
| 'paused_due_to_nozzle_temperature_malfunction'
| 'paused_due_to_heat_bed_temperature_malfunction'
| 'filament_unloading'
| 'skip_step_pause'
| 'filament_loading'
| 'motor_noise_calibration'
| 'paused_due_to_ams_lost'
| 'paused_due_to_low_speed_of_the_heat_break_fan'
| 'paused_due_to_chamber_temperature_control_error'
| 'cooling_chamber'
| 'paused_by_the_gcode_inserted_by_the_user'
| 'motor_noise_showoff'
| 'nozzle_filament_covered_detected_pause'
| 'cutter_error_pause'
| 'first_layer_error_pause'
| 'nozzle_clog_pause'
/** @description Set of three values to represent the extent of a 3-D Volume. This contains the width, depth, and height values, generally used to represent some maximum or minimum. /** @description Set of three values to represent the extent of a 3-D Volume. This contains the width, depth, and height values, generally used to represent some maximum or minimum.
* *
* All measurements are in millimeters. */ * All measurements are in millimeters. */

View File

@ -85,7 +85,11 @@ export class MachineManager {
return return
} }
this._machines = await window.electron.listMachines() if (this._machineApiIp === null) {
return
}
this._machines = await window.electron.listMachines(this._machineApiIp)
} }
private async updateMachineApiIp(): Promise<void> { private async updateMachineApiIp(): Promise<void> {

View File

@ -14,6 +14,7 @@ import { codeManager } from 'lib/singletons'
import { fileSystemManager } from 'lang/std/fileSystemManager' import { fileSystemManager } from 'lang/std/fileSystemManager'
import { getProjectInfo } from './desktop' import { getProjectInfo } from './desktop'
import { createSettings } from './settings/initialSettings' import { createSettings } from './settings/initialSettings'
import { normalizeLineEndings } from 'lib/codeEditor'
// The root loader simply resolves the settings and any errors that // The root loader simply resolves the settings and any errors that
// occurred during the settings load // occurred during the settings load
@ -108,7 +109,9 @@ export const fileLoader: LoaderFunction = async (
) )
} }
code = await window.electron.readFile(currentFilePath) code = await window.electron.readFile(currentFilePath, {
encoding: 'utf-8',
})
code = normalizeLineEndings(code) code = normalizeLineEndings(code)
// Update both the state and the editor's code. // Update both the state and the editor's code.
@ -182,7 +185,3 @@ export const homeLoader: LoaderFunction = async (): Promise<
} }
return {} return {}
} }
const normalizeLineEndings = (str: string, normalized = '\n') => {
return str.replace(/\r?\n/g, normalized)
}

View File

@ -37,8 +37,6 @@ if (!process.env.NODE_ENV)
// dotenv override when present // dotenv override when present
dotenv.config({ path: [`.env.${NODE_ENV}.local`, `.env.${NODE_ENV}`] }) dotenv.config({ path: [`.env.${NODE_ENV}.local`, `.env.${NODE_ENV}`] })
console.log(process.env)
process.env.VITE_KC_API_WS_MODELING_URL ??= process.env.VITE_KC_API_WS_MODELING_URL ??=
'wss://api.zoo.dev/ws/modeling/commands' 'wss://api.zoo.dev/ws/modeling/commands'
process.env.VITE_KC_API_BASE_URL ??= 'https://api.zoo.dev' process.env.VITE_KC_API_BASE_URL ??= 'https://api.zoo.dev'
@ -238,6 +236,7 @@ ipcMain.handle('find_machine_api', () => {
const ip = service.addresses[0] const ip = service.addresses[0]
const port = service.port const port = service.port
// We want to return the ip address of the machine API. // We want to return the ip address of the machine API.
console.log(`Machine API found at ${ip}:${port}`)
resolve(`${ip}:${port}`) resolve(`${ip}:${port}`)
} }
) )

View File

@ -30,22 +30,51 @@ const isMac = os.platform() === 'darwin'
const isWindows = os.platform() === 'win32' const isWindows = os.platform() === 'win32'
const isLinux = os.platform() === 'linux' const isLinux = os.platform() === 'linux'
let fsWatchListeners = new Map<string, ReturnType<typeof chokidar.watch>>() let fsWatchListeners = new Map<
string,
Map<
string,
{
watcher: ReturnType<typeof chokidar.watch>
callback: (eventType: string, path: string) => void
}
>
>()
const watchFileOn = (path: string, callback: (path: string) => void) => { const watchFileOn = (
const watcherMaybe = fsWatchListeners.get(path) path: string,
if (watcherMaybe) return key: string,
const watcher = chokidar.watch(path) callback: (eventType: string, path: string) => void
) => {
let watchers = fsWatchListeners.get(path)
if (!watchers) {
watchers = new Map()
}
const watcher = chokidar.watch(path, { depth: 1 })
watcher.on('all', callback) watcher.on('all', callback)
fsWatchListeners.set(path, watcher) watchers.set(key, { watcher, callback })
fsWatchListeners.set(path, watchers)
} }
const watchFileOff = (path: string) => { const watchFileOff = (path: string, key: string) => {
const watcher = fsWatchListeners.get(path) const watchers = fsWatchListeners.get(path)
if (!watcher) return if (!watchers) return
watcher.unwatch(path) const data = watchers.get(key)
if (!data) {
console.warn(
"Trying to remove a watcher, callback that doesn't exist anymore. Suspicious."
)
return
}
const { watcher, callback } = data
watcher.off('all', callback)
watchers.delete(key)
if (watchers.size === 0) {
fsWatchListeners.delete(path) fsWatchListeners.delete(path)
} else {
fsWatchListeners.set(path, watchers)
} }
const readFile = (path: string) => fs.readFile(path, 'utf-8') }
const readFile = fs.readFile
// It seems like from the node source code this does not actually block but also // It seems like from the node source code this does not actually block but also
// don't trust me on that (jess). // don't trust me on that (jess).
const exists = (path: string) => fsSync.existsSync(path) const exists = (path: string) => fsSync.existsSync(path)
@ -77,11 +106,12 @@ const kittycad = (access: string, args: any) =>
// We could probably do this from the renderer side, but I fear CORS will // We could probably do this from the renderer side, but I fear CORS will
// bite our butts. // bite our butts.
const listMachines = async (): Promise<MachinesListing> => { const listMachines = async (
const machineApi = await ipcRenderer.invoke('find_machine_api') machineApiAddr: string
if (!machineApi) return [] ): Promise<MachinesListing> => {
return fetch(`http://${machineApiAddr}/machines`).then((resp) => {
return fetch(`http://${machineApi}/machines`).then((resp) => resp.json()) return resp.json()
})
} }
const getMachineApiIp = async (): Promise<String | null> => const getMachineApiIp = async (): Promise<String | null> =>

View File

@ -53,8 +53,11 @@ pub struct Program {
pub start: usize, pub start: usize,
pub end: usize, pub end: usize,
pub body: Vec<BodyItem>, pub body: Vec<BodyItem>,
#[serde(default, skip_serializing_if = "NonCodeMeta::is_empty")]
pub non_code_meta: NonCodeMeta, pub non_code_meta: NonCodeMeta,
#[serde(default, skip_serializing_if = "Option::is_none")]
#[ts(optional)]
pub digest: Option<Digest>, pub digest: Option<Digest>,
} }
@ -837,6 +840,8 @@ pub struct NonCodeNode {
pub end: usize, pub end: usize,
pub value: NonCodeValue, pub value: NonCodeValue,
#[serde(default, skip_serializing_if = "Option::is_none")]
#[ts(optional)]
pub digest: Option<Digest>, pub digest: Option<Digest>,
} }
@ -981,6 +986,8 @@ pub struct NonCodeMeta {
pub non_code_nodes: HashMap<usize, Vec<NonCodeNode>>, pub non_code_nodes: HashMap<usize, Vec<NonCodeNode>>,
pub start: Vec<NonCodeNode>, pub start: Vec<NonCodeNode>,
#[serde(default, skip_serializing_if = "Option::is_none")]
#[ts(optional)]
pub digest: Option<Digest>, pub digest: Option<Digest>,
} }
@ -1053,6 +1060,8 @@ pub struct ImportItem {
pub start: usize, pub start: usize,
pub end: usize, pub end: usize,
#[serde(default, skip_serializing_if = "Option::is_none")]
#[ts(optional)]
pub digest: Option<Digest>, pub digest: Option<Digest>,
} }
@ -1105,6 +1114,8 @@ pub struct ImportStatement {
pub path: String, pub path: String,
pub raw_path: String, pub raw_path: String,
#[serde(default, skip_serializing_if = "Option::is_none")]
#[ts(optional)]
pub digest: Option<Digest>, pub digest: Option<Digest>,
} }
@ -1146,6 +1157,8 @@ pub struct ExpressionStatement {
pub end: usize, pub end: usize,
pub expression: Expr, pub expression: Expr,
#[serde(default, skip_serializing_if = "Option::is_none")]
#[ts(optional)]
pub digest: Option<Digest>, pub digest: Option<Digest>,
} }
@ -1162,6 +1175,8 @@ pub struct CallExpression {
pub arguments: Vec<Expr>, pub arguments: Vec<Expr>,
pub optional: bool, pub optional: bool,
#[serde(default, skip_serializing_if = "Option::is_none")]
#[ts(optional)]
pub digest: Option<Digest>, pub digest: Option<Digest>,
} }
@ -1321,6 +1336,8 @@ pub struct VariableDeclaration {
pub visibility: ItemVisibility, pub visibility: ItemVisibility,
pub kind: VariableKind, // Change to enum if there are specific values pub kind: VariableKind, // Change to enum if there are specific values
#[serde(default, skip_serializing_if = "Option::is_none")]
#[ts(optional)]
pub digest: Option<Digest>, pub digest: Option<Digest>,
} }
@ -1575,6 +1592,8 @@ pub struct VariableDeclarator {
/// The value of the variable. /// The value of the variable.
pub init: Expr, pub init: Expr,
#[serde(default, skip_serializing_if = "Option::is_none")]
#[ts(optional)]
pub digest: Option<Digest>, pub digest: Option<Digest>,
} }
@ -1606,6 +1625,8 @@ pub struct Literal {
pub value: LiteralValue, pub value: LiteralValue,
pub raw: String, pub raw: String,
#[serde(default, skip_serializing_if = "Option::is_none")]
#[ts(optional)]
pub digest: Option<Digest>, pub digest: Option<Digest>,
} }
@ -1662,6 +1683,8 @@ pub struct Identifier {
pub end: usize, pub end: usize,
pub name: String, pub name: String,
#[serde(default, skip_serializing_if = "Option::is_none")]
#[ts(optional)]
pub digest: Option<Digest>, pub digest: Option<Digest>,
} }
@ -1703,6 +1726,8 @@ pub struct TagDeclarator {
#[serde(rename = "value")] #[serde(rename = "value")]
pub name: String, pub name: String,
#[serde(default, skip_serializing_if = "Option::is_none")]
#[ts(optional)]
pub digest: Option<Digest>, pub digest: Option<Digest>,
} }
@ -1821,6 +1846,8 @@ pub struct PipeSubstitution {
pub start: usize, pub start: usize,
pub end: usize, pub end: usize,
#[serde(default, skip_serializing_if = "Option::is_none")]
#[ts(optional)]
pub digest: Option<Digest>, pub digest: Option<Digest>,
} }
@ -1859,6 +1886,8 @@ pub struct ArrayExpression {
#[serde(default, skip_serializing_if = "NonCodeMeta::is_empty")] #[serde(default, skip_serializing_if = "NonCodeMeta::is_empty")]
pub non_code_meta: NonCodeMeta, pub non_code_meta: NonCodeMeta,
#[serde(default, skip_serializing_if = "Option::is_none")]
#[ts(optional)]
pub digest: Option<Digest>, pub digest: Option<Digest>,
} }
@ -1934,6 +1963,8 @@ pub struct ArrayRangeExpression {
/// Is the `end_element` included in the range? /// Is the `end_element` included in the range?
pub end_inclusive: bool, pub end_inclusive: bool,
// TODO (maybe) comments on range components? // TODO (maybe) comments on range components?
#[serde(default, skip_serializing_if = "Option::is_none")]
#[ts(optional)]
pub digest: Option<Digest>, pub digest: Option<Digest>,
} }
@ -2000,6 +2031,8 @@ pub struct ObjectExpression {
#[serde(default, skip_serializing_if = "NonCodeMeta::is_empty")] #[serde(default, skip_serializing_if = "NonCodeMeta::is_empty")]
pub non_code_meta: NonCodeMeta, pub non_code_meta: NonCodeMeta,
#[serde(default, skip_serializing_if = "Option::is_none")]
#[ts(optional)]
pub digest: Option<Digest>, pub digest: Option<Digest>,
} }
@ -2067,6 +2100,8 @@ pub struct ObjectProperty {
pub key: Identifier, pub key: Identifier,
pub value: Expr, pub value: Expr,
#[serde(default, skip_serializing_if = "Option::is_none")]
#[ts(optional)]
pub digest: Option<Digest>, pub digest: Option<Digest>,
} }
@ -2197,6 +2232,8 @@ pub struct MemberExpression {
pub property: LiteralIdentifier, pub property: LiteralIdentifier,
pub computed: bool, pub computed: bool,
#[serde(default, skip_serializing_if = "Option::is_none")]
#[ts(optional)]
pub digest: Option<Digest>, pub digest: Option<Digest>,
} }
@ -2256,6 +2293,8 @@ pub struct BinaryExpression {
pub left: BinaryPart, pub left: BinaryPart,
pub right: BinaryPart, pub right: BinaryPart,
#[serde(default, skip_serializing_if = "Option::is_none")]
#[ts(optional)]
pub digest: Option<Digest>, pub digest: Option<Digest>,
} }
@ -2438,6 +2477,8 @@ pub struct UnaryExpression {
pub operator: UnaryOperator, pub operator: UnaryOperator,
pub argument: BinaryPart, pub argument: BinaryPart,
#[serde(default, skip_serializing_if = "Option::is_none")]
#[ts(optional)]
pub digest: Option<Digest>, pub digest: Option<Digest>,
} }
@ -2513,8 +2554,11 @@ pub struct PipeExpression {
// TODO: Only the first body expression can be any Value. // TODO: Only the first body expression can be any Value.
// The rest will be CallExpression, and the AST type should reflect this. // The rest will be CallExpression, and the AST type should reflect this.
pub body: Vec<Expr>, pub body: Vec<Expr>,
#[serde(default, skip_serializing_if = "NonCodeMeta::is_empty")]
pub non_code_meta: NonCodeMeta, pub non_code_meta: NonCodeMeta,
#[serde(default, skip_serializing_if = "Option::is_none")]
#[ts(optional)]
pub digest: Option<Digest>, pub digest: Option<Digest>,
} }
@ -2650,6 +2694,8 @@ pub struct Parameter {
/// Is the parameter optional? /// Is the parameter optional?
pub optional: bool, pub optional: bool,
#[serde(default, skip_serializing_if = "Option::is_none")]
#[ts(optional)]
pub digest: Option<Digest>, pub digest: Option<Digest>,
} }
@ -2665,6 +2711,8 @@ pub struct FunctionExpression {
#[serde(skip)] #[serde(skip)]
pub return_type: Option<FnArgType>, pub return_type: Option<FnArgType>,
#[serde(default, skip_serializing_if = "Option::is_none")]
#[ts(optional)]
pub digest: Option<Digest>, pub digest: Option<Digest>,
} }
@ -2751,6 +2799,8 @@ pub struct ReturnStatement {
pub end: usize, pub end: usize,
pub argument: Expr, pub argument: Expr,
#[serde(default, skip_serializing_if = "Option::is_none")]
#[ts(optional)]
pub digest: Option<Digest>, pub digest: Option<Digest>,
} }

View File

@ -65,93 +65,9 @@ impl MemberExpression {
})) }))
} }
} }
pub fn get_result(&self, exec_state: &mut ExecState) -> Result<KclValue, KclError> { pub fn get_result(&self, exec_state: &mut ExecState) -> Result<KclValue, KclError> {
#[derive(Debug)] let property = Property::try_from(self.computed, self.property.clone(), exec_state, self.into())?;
enum Property {
Number(usize),
String(String),
}
impl Property {
fn type_name(&self) -> &'static str {
match self {
Property::Number(_) => "number",
Property::String(_) => "string",
}
}
}
let property_src: SourceRange = self.property.clone().into();
let property_sr = vec![property_src];
let property: Property = match self.property.clone() {
LiteralIdentifier::Identifier(identifier) => {
let name = identifier.name;
if !self.computed {
// Treat the property as a literal
Property::String(name.to_string())
} else {
// Actually evaluate memory to compute the property.
let prop = exec_state.memory.get(&name, property_src)?;
let KclValue::UserVal(prop) = prop else {
return Err(KclError::Semantic(KclErrorDetails {
source_ranges: property_sr,
message: format!(
"{name} is not a valid property/index, you can only use a string or int (>= 0) here",
),
}));
};
match prop.value {
JValue::Number(ref num) => {
num
.as_u64()
.and_then(|x| usize::try_from(x).ok())
.map(Property::Number)
.ok_or_else(|| {
KclError::Semantic(KclErrorDetails {
source_ranges: property_sr,
message: format!(
"{name}'s value is not a valid property/index, you can only use a string or int (>= 0) here",
),
})
})?
}
JValue::String(ref x) => Property::String(x.to_owned()),
_ => {
return Err(KclError::Semantic(KclErrorDetails {
source_ranges: property_sr,
message: format!(
"{name} is not a valid property/index, you can only use a string to get the property of an object, or an int (>= 0) to get an item in an array",
),
}));
}
}
}
}
LiteralIdentifier::Literal(literal) => {
let value = literal.value.clone();
match value {
LiteralValue::IInteger(x) => {
if let Ok(x) = u64::try_from(x) {
Property::Number(x.try_into().unwrap())
} else {
return Err(KclError::Semantic(KclErrorDetails {
source_ranges: property_sr,
message: format!("{x} is not a valid index, indices must be whole numbers >= 0"),
}));
}
}
LiteralValue::String(s) => Property::String(s),
_ => {
return Err(KclError::Semantic(KclErrorDetails {
source_ranges: vec![self.into()],
message: "Only strings or ints (>= 0) can be properties/indexes".to_owned(),
}));
}
}
}
};
let object = match &self.object { let object = match &self.object {
// TODO: Don't use recursion here, use a loop. // TODO: Don't use recursion here, use a loop.
MemberObject::MemberExpression(member_expr) => member_expr.get_result(exec_state)?, MemberObject::MemberExpression(member_expr) => member_expr.get_result(exec_state)?,
@ -783,3 +699,105 @@ impl IfExpression {
.map(|expr| expr.unwrap()) .map(|expr| expr.unwrap())
} }
} }
#[derive(Debug)]
enum Property {
Number(usize),
String(String),
}
impl Property {
fn try_from(
computed: bool,
value: LiteralIdentifier,
exec_state: &ExecState,
sr: SourceRange,
) -> Result<Self, KclError> {
let property_sr = vec![sr];
let property_src: SourceRange = value.clone().into();
match value {
LiteralIdentifier::Identifier(identifier) => {
let name = identifier.name;
if !computed {
// Treat the property as a literal
Ok(Property::String(name.to_string()))
} else {
// Actually evaluate memory to compute the property.
let prop = exec_state.memory.get(&name, property_src)?;
let KclValue::UserVal(prop) = prop else {
return Err(KclError::Semantic(KclErrorDetails {
source_ranges: property_sr,
message: format!(
"{name} is not a valid property/index, you can only use a string or int (>= 0) here",
),
}));
};
jvalue_to_prop(&prop.value, property_sr, &name)
}
}
LiteralIdentifier::Literal(literal) => {
let value = literal.value.clone();
match value {
LiteralValue::IInteger(x) => {
if let Ok(x) = u64::try_from(x) {
Ok(Property::Number(x.try_into().unwrap()))
} else {
Err(KclError::Semantic(KclErrorDetails {
source_ranges: property_sr,
message: format!("{x} is not a valid index, indices must be whole numbers >= 0"),
}))
}
}
LiteralValue::String(s) => Ok(Property::String(s)),
_ => Err(KclError::Semantic(KclErrorDetails {
source_ranges: vec![sr],
message: "Only strings or ints (>= 0) can be properties/indexes".to_owned(),
})),
}
}
}
}
}
fn jvalue_to_prop(value: &JValue, property_sr: Vec<SourceRange>, name: &str) -> Result<Property, KclError> {
let make_err = |message: String| {
Err::<Property, _>(KclError::Semantic(KclErrorDetails {
source_ranges: property_sr,
message,
}))
};
const MUST_BE_POSINT: &str = "indices must be whole positive numbers";
const TRY_INT: &str = "try using the int() function to make this a whole number";
match value {
JValue::Number(ref num) => {
let maybe_uint = num.as_u64().and_then(|x| usize::try_from(x).ok());
if let Some(uint) = maybe_uint {
Ok(Property::Number(uint))
} else if let Some(iint) = num.as_i64() {
make_err(format!("'{iint}' is not a valid index, {MUST_BE_POSINT}"))
} else if let Some(fnum) = num.as_f64() {
if fnum < 0.0 {
make_err(format!("'{fnum}' is not a valid index, {MUST_BE_POSINT}"))
} else if fnum.fract() == 0.0 {
make_err(format!("'{fnum:.1}' is stored as a fractional number but indices must be whole numbers, {TRY_INT}"))
} else {
make_err(format!("'{fnum}' is not a valid index, {MUST_BE_POSINT}, {TRY_INT}"))
}
} else {
make_err(format!("'{num}' is not a valid index, {MUST_BE_POSINT}"))
}
}
JValue::String(ref x) => Ok(Property::String(x.to_owned())),
_ => {
make_err(format!("{name} is not a valid property/index, you can only use a string to get the property of an object, or an int (>= 0) to get an item in an array"))
}
}
}
impl Property {
fn type_name(&self) -> &'static str {
match self {
Property::Number(_) => "number",
Property::String(_) => "string",
}
}
}

View File

@ -13,8 +13,7 @@ expression: actual
"start": 0, "start": 0,
"end": 1, "end": 1,
"value": 1, "value": 1,
"raw": "1", "raw": "1"
"digest": null
}, },
"right": { "right": {
"type": "Literal", "type": "Literal",
@ -22,8 +21,6 @@ expression: actual
"start": 4, "start": 4,
"end": 5, "end": 5,
"value": 2, "value": 2,
"raw": "2", "raw": "2"
"digest": null }
},
"digest": null
} }

View File

@ -13,8 +13,7 @@ expression: actual
"start": 0, "start": 0,
"end": 1, "end": 1,
"value": 1, "value": 1,
"raw": "1", "raw": "1"
"digest": null
}, },
"right": { "right": {
"type": "Literal", "type": "Literal",
@ -22,8 +21,6 @@ expression: actual
"start": 2, "start": 2,
"end": 3, "end": 3,
"value": 2, "value": 2,
"raw": "2", "raw": "2"
"digest": null }
},
"digest": null
} }

View File

@ -13,8 +13,7 @@ expression: actual
"start": 0, "start": 0,
"end": 1, "end": 1,
"value": 1, "value": 1,
"raw": "1", "raw": "1"
"digest": null
}, },
"right": { "right": {
"type": "Literal", "type": "Literal",
@ -22,8 +21,6 @@ expression: actual
"start": 3, "start": 3,
"end": 4, "end": 4,
"value": 2, "value": 2,
"raw": "2", "raw": "2"
"digest": null }
},
"digest": null
} }

View File

@ -13,8 +13,7 @@ expression: actual
"start": 0, "start": 0,
"end": 1, "end": 1,
"value": 1, "value": 1,
"raw": "1", "raw": "1"
"digest": null
}, },
"right": { "right": {
"type": "BinaryExpression", "type": "BinaryExpression",
@ -28,8 +27,7 @@ expression: actual
"start": 4, "start": 4,
"end": 5, "end": 5,
"value": 2, "value": 2,
"raw": "2", "raw": "2"
"digest": null
}, },
"right": { "right": {
"type": "Literal", "type": "Literal",
@ -37,10 +35,7 @@ expression: actual
"start": 8, "start": 8,
"end": 9, "end": 9,
"value": 3, "value": 3,
"raw": "3", "raw": "3"
"digest": null }
}, }
"digest": null
},
"digest": null
} }

View File

@ -13,8 +13,7 @@ expression: actual
"start": 0, "start": 0,
"end": 1, "end": 1,
"value": 1, "value": 1,
"raw": "1", "raw": "1"
"digest": null
}, },
"right": { "right": {
"type": "BinaryExpression", "type": "BinaryExpression",
@ -28,8 +27,7 @@ expression: actual
"start": 6, "start": 6,
"end": 7, "end": 7,
"value": 2, "value": 2,
"raw": "2", "raw": "2"
"digest": null
}, },
"right": { "right": {
"type": "Literal", "type": "Literal",
@ -37,10 +35,7 @@ expression: actual
"start": 10, "start": 10,
"end": 11, "end": 11,
"value": 3, "value": 3,
"raw": "3", "raw": "3"
"digest": null }
}, }
"digest": null
},
"digest": null
} }

View File

@ -19,8 +19,7 @@ expression: actual
"start": 0, "start": 0,
"end": 1, "end": 1,
"value": 1, "value": 1,
"raw": "1", "raw": "1"
"digest": null
}, },
"right": { "right": {
"type": "BinaryExpression", "type": "BinaryExpression",
@ -34,8 +33,7 @@ expression: actual
"start": 6, "start": 6,
"end": 7, "end": 7,
"value": 2, "value": 2,
"raw": "2", "raw": "2"
"digest": null
}, },
"right": { "right": {
"type": "Literal", "type": "Literal",
@ -43,12 +41,9 @@ expression: actual
"start": 10, "start": 10,
"end": 11, "end": 11,
"value": 3, "value": 3,
"raw": "3", "raw": "3"
"digest": null }
}, }
"digest": null
},
"digest": null
}, },
"right": { "right": {
"type": "Literal", "type": "Literal",
@ -56,8 +51,6 @@ expression: actual
"start": 16, "start": 16,
"end": 17, "end": 17,
"value": 4, "value": 4,
"raw": "4", "raw": "4"
"digest": null }
},
"digest": null
} }

View File

@ -13,8 +13,7 @@ expression: actual
"start": 0, "start": 0,
"end": 1, "end": 1,
"value": 1, "value": 1,
"raw": "1", "raw": "1"
"digest": null
}, },
"right": { "right": {
"type": "BinaryExpression", "type": "BinaryExpression",
@ -34,8 +33,7 @@ expression: actual
"start": 6, "start": 6,
"end": 7, "end": 7,
"value": 2, "value": 2,
"raw": "2", "raw": "2"
"digest": null
}, },
"right": { "right": {
"type": "Literal", "type": "Literal",
@ -43,10 +41,8 @@ expression: actual
"start": 10, "start": 10,
"end": 11, "end": 11,
"value": 3, "value": 3,
"raw": "3", "raw": "3"
"digest": null }
},
"digest": null
}, },
"right": { "right": {
"type": "Literal", "type": "Literal",
@ -54,10 +50,7 @@ expression: actual
"start": 16, "start": 16,
"end": 17, "end": 17,
"value": 4, "value": 4,
"raw": "4", "raw": "4"
"digest": null }
}, }
"digest": null
},
"digest": null
} }

View File

@ -13,8 +13,7 @@ expression: actual
"start": 0, "start": 0,
"end": 1, "end": 1,
"value": 1, "value": 1,
"raw": "1", "raw": "1"
"digest": null
}, },
"right": { "right": {
"type": "BinaryExpression", "type": "BinaryExpression",
@ -40,8 +39,7 @@ expression: actual
"start": 7, "start": 7,
"end": 8, "end": 8,
"value": 2, "value": 2,
"raw": "2", "raw": "2"
"digest": null
}, },
"right": { "right": {
"type": "Literal", "type": "Literal",
@ -49,10 +47,8 @@ expression: actual
"start": 11, "start": 11,
"end": 12, "end": 12,
"value": 3, "value": 3,
"raw": "3", "raw": "3"
"digest": null }
},
"digest": null
}, },
"right": { "right": {
"type": "Literal", "type": "Literal",
@ -60,10 +56,8 @@ expression: actual
"start": 17, "start": 17,
"end": 18, "end": 18,
"value": 4, "value": 4,
"raw": "4", "raw": "4"
"digest": null }
},
"digest": null
}, },
"right": { "right": {
"type": "Literal", "type": "Literal",
@ -71,10 +65,7 @@ expression: actual
"start": 21, "start": 21,
"end": 22, "end": 22,
"value": 5, "value": 5,
"raw": "5", "raw": "5"
"digest": null }
}, }
"digest": null
},
"digest": null
} }

View File

@ -13,8 +13,7 @@ expression: actual
"start": 0, "start": 0,
"end": 1, "end": 1,
"value": 1, "value": 1,
"raw": "1", "raw": "1"
"digest": null
}, },
"right": { "right": {
"type": "BinaryExpression", "type": "BinaryExpression",
@ -28,8 +27,7 @@ expression: actual
"start": 8, "start": 8,
"end": 9, "end": 9,
"value": 2, "value": 2,
"raw": "2", "raw": "2"
"digest": null
}, },
"right": { "right": {
"type": "Literal", "type": "Literal",
@ -37,10 +35,7 @@ expression: actual
"start": 12, "start": 12,
"end": 13, "end": 13,
"value": 3, "value": 3,
"raw": "3", "raw": "3"
"digest": null }
}, }
"digest": null
},
"digest": null
} }

View File

@ -30,28 +30,23 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 0, "start": 0,
"end": 8, "end": 8,
"name": "distance", "name": "distance"
"digest": null
}, },
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"type": "Identifier", "type": "Identifier",
"start": 11, "start": 11,
"end": 12, "end": 12,
"name": "p", "name": "p"
"digest": null }
},
"digest": null
}, },
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"type": "Identifier", "type": "Identifier",
"start": 15, "start": 15,
"end": 18, "end": 18,
"name": "FOS", "name": "FOS"
"digest": null }
},
"digest": null
}, },
"right": { "right": {
"type": "Literal", "type": "Literal",
@ -59,10 +54,8 @@ expression: actual
"start": 21, "start": 21,
"end": 22, "end": 22,
"value": 6, "value": 6,
"raw": "6", "raw": "6"
"digest": null }
},
"digest": null
}, },
"right": { "right": {
"type": "BinaryExpression", "type": "BinaryExpression",
@ -75,18 +68,14 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 26, "start": 26,
"end": 36, "end": 36,
"name": "sigmaAllow", "name": "sigmaAllow"
"digest": null
}, },
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"type": "Identifier", "type": "Identifier",
"start": 39, "start": 39,
"end": 44, "end": 44,
"name": "width", "name": "width"
"digest": null }
}, }
"digest": null
},
"digest": null
} }

View File

@ -13,8 +13,7 @@ expression: actual
"start": 0, "start": 0,
"end": 1, "end": 1,
"value": 2, "value": 2,
"raw": "2", "raw": "2"
"digest": null
}, },
"right": { "right": {
"type": "Literal", "type": "Literal",
@ -22,8 +21,6 @@ expression: actual
"start": 7, "start": 7,
"end": 8, "end": 8,
"value": 3, "value": 3,
"raw": "3", "raw": "3"
"digest": null }
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 6, "start": 6,
"end": 15, "end": 15,
"name": "boxSketch", "name": "boxSketch"
"digest": null
}, },
"init": { "init": {
"type": "PipeExpression", "type": "PipeExpression",
@ -38,8 +37,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 18, "start": 18,
"end": 31, "end": 31,
"name": "startSketchAt", "name": "startSketchAt"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -54,8 +52,7 @@ expression: actual
"start": 33, "start": 33,
"end": 34, "end": 34,
"value": 0, "value": 0,
"raw": "0", "raw": "0"
"digest": null
}, },
{ {
"type": "Literal", "type": "Literal",
@ -63,15 +60,12 @@ expression: actual
"start": 36, "start": 36,
"end": 37, "end": 37,
"value": 0, "value": 0,
"raw": "0", "raw": "0"
"digest": null }
]
} }
], ],
"digest": null "optional": false
}
],
"optional": false,
"digest": null
}, },
{ {
"type": "CallExpression", "type": "CallExpression",
@ -82,8 +76,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 47, "start": 47,
"end": 51, "end": 51,
"name": "line", "name": "line"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -98,8 +91,7 @@ expression: actual
"start": 53, "start": 53,
"end": 54, "end": 54,
"value": 0, "value": 0,
"raw": "0", "raw": "0"
"digest": null
}, },
{ {
"type": "Literal", "type": "Literal",
@ -107,22 +99,18 @@ expression: actual
"start": 56, "start": 56,
"end": 58, "end": 58,
"value": 10, "value": 10,
"raw": "10", "raw": "10"
"digest": null
} }
], ]
"digest": null
}, },
{ {
"type": "PipeSubstitution", "type": "PipeSubstitution",
"type": "PipeSubstitution", "type": "PipeSubstitution",
"start": 61, "start": 61,
"end": 62, "end": 62
"digest": null
} }
], ],
"optional": false, "optional": false
"digest": null
}, },
{ {
"type": "CallExpression", "type": "CallExpression",
@ -133,8 +121,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 71, "start": 71,
"end": 84, "end": 84,
"name": "tangentialArc", "name": "tangentialArc"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -155,10 +142,8 @@ expression: actual
"start": 87, "start": 87,
"end": 88, "end": 88,
"value": 5, "value": 5,
"raw": "5", "raw": "5"
"digest": null }
},
"digest": null
}, },
{ {
"type": "Literal", "type": "Literal",
@ -166,22 +151,18 @@ expression: actual
"start": 90, "start": 90,
"end": 91, "end": 91,
"value": 5, "value": 5,
"raw": "5", "raw": "5"
"digest": null
} }
], ]
"digest": null
}, },
{ {
"type": "PipeSubstitution", "type": "PipeSubstitution",
"type": "PipeSubstitution", "type": "PipeSubstitution",
"start": 94, "start": 94,
"end": 95, "end": 95
"digest": null
} }
], ],
"optional": false, "optional": false
"digest": null
}, },
{ {
"type": "CallExpression", "type": "CallExpression",
@ -192,8 +173,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 104, "start": 104,
"end": 108, "end": 108,
"name": "line", "name": "line"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -208,8 +188,7 @@ expression: actual
"start": 110, "start": 110,
"end": 111, "end": 111,
"value": 5, "value": 5,
"raw": "5", "raw": "5"
"digest": null
}, },
{ {
"type": "UnaryExpression", "type": "UnaryExpression",
@ -223,24 +202,19 @@ expression: actual
"start": 114, "start": 114,
"end": 116, "end": 116,
"value": 15, "value": 15,
"raw": "15", "raw": "15"
"digest": null
},
"digest": null
} }
], }
"digest": null ]
}, },
{ {
"type": "PipeSubstitution", "type": "PipeSubstitution",
"type": "PipeSubstitution", "type": "PipeSubstitution",
"start": 119, "start": 119,
"end": 120, "end": 120
"digest": null
} }
], ],
"optional": false, "optional": false
"digest": null
}, },
{ {
"type": "CallExpression", "type": "CallExpression",
@ -251,8 +225,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 129, "start": 129,
"end": 136, "end": 136,
"name": "extrude", "name": "extrude"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -261,39 +234,22 @@ expression: actual
"start": 137, "start": 137,
"end": 139, "end": 139,
"value": 10, "value": 10,
"raw": "10", "raw": "10"
"digest": null
}, },
{ {
"type": "PipeSubstitution", "type": "PipeSubstitution",
"type": "PipeSubstitution", "type": "PipeSubstitution",
"start": 141, "start": 141,
"end": 142, "end": 142
"digest": null
} }
], ],
"optional": false, "optional": false
"digest": null }
]
}
} }
], ],
"nonCodeMeta": { "kind": "const"
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
},
"digest": null
} }
], ]
"kind": "const",
"digest": null
}
],
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 6, "start": 6,
"end": 8, "end": 8,
"name": "sg", "name": "sg"
"digest": null
}, },
"init": { "init": {
"type": "UnaryExpression", "type": "UnaryExpression",
@ -34,22 +33,12 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 12, "start": 12,
"end": 17, "end": 17,
"name": "scale", "name": "scale"
"digest": null }
}, }
"digest": null
},
"digest": null
} }
], ],
"kind": "const", "kind": "const"
"digest": null
} }
], ]
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 0, "start": 0,
"end": 6, "end": 6,
"name": "lineTo", "name": "lineTo"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -38,8 +37,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 9, "start": 9,
"end": 11, "end": 11,
"name": "to", "name": "to"
"digest": null
}, },
"value": { "value": {
"type": "ArrayExpression", "type": "ArrayExpression",
@ -53,8 +51,7 @@ expression: actual
"start": 14, "start": 14,
"end": 15, "end": 15,
"value": 0, "value": 0,
"raw": "0", "raw": "0"
"digest": null
}, },
{ {
"type": "UnaryExpression", "type": "UnaryExpression",
@ -68,30 +65,17 @@ expression: actual
"start": 18, "start": 18,
"end": 19, "end": 19,
"value": 1, "value": 1,
"raw": "1", "raw": "1"
"digest": null }
}, }
"digest": null ]
}
}
]
} }
], ],
"digest": null "optional": false
},
"digest": null
} }
],
"digest": null
} }
], ]
"optional": false,
"digest": null
},
"digest": null
}
],
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 6, "start": 6,
"end": 13, "end": 13,
"name": "myArray", "name": "myArray"
"digest": null
}, },
"init": { "init": {
"type": "ArrayRangeExpression", "type": "ArrayRangeExpression",
@ -34,8 +33,7 @@ expression: actual
"start": 17, "start": 17,
"end": 18, "end": 18,
"value": 0, "value": 0,
"raw": "0", "raw": "0"
"digest": null
}, },
"endElement": { "endElement": {
"type": "Literal", "type": "Literal",
@ -43,23 +41,13 @@ expression: actual
"start": 20, "start": 20,
"end": 22, "end": 22,
"value": 10, "value": 10,
"raw": "10", "raw": "10"
"digest": null
}, },
"endInclusive": true, "endInclusive": true
"digest": null }
},
"digest": null
} }
], ],
"kind": "const", "kind": "const"
"digest": null
} }
], ]
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 8, "start": 8,
"end": 24, "end": 24,
"name": "firstPrimeNumber", "name": "firstPrimeNumber"
"digest": null
}, },
"init": { "init": {
"type": "FunctionExpression", "type": "FunctionExpression",
@ -44,26 +43,15 @@ expression: actual
"start": 50, "start": 50,
"end": 51, "end": 51,
"value": 2, "value": 2,
"raw": "2", "raw": "2"
"digest": null }
}, }
"digest": null ]
}
}
} }
], ],
"nonCodeMeta": { "kind": "fn"
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
},
"digest": null
},
"digest": null
}
],
"kind": "fn",
"digest": null
}, },
{ {
"type": "ExpressionStatement", "type": "ExpressionStatement",
@ -79,20 +67,11 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 62, "start": 62,
"end": 78, "end": 78,
"name": "firstPrimeNumber", "name": "firstPrimeNumber"
"digest": null
}, },
"arguments": [], "arguments": [],
"optional": false, "optional": false
"digest": null
},
"digest": null
} }
], }
"nonCodeMeta": { ]
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 3, "start": 3,
"end": 8, "end": 8,
"name": "thing", "name": "thing"
"digest": null
}, },
"init": { "init": {
"type": "FunctionExpression", "type": "FunctionExpression",
@ -35,11 +34,9 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 12, "start": 12,
"end": 17, "end": 17,
"name": "param", "name": "param"
"digest": null
}, },
"optional": false, "optional": false
"digest": null
} }
], ],
"body": { "body": {
@ -57,26 +54,15 @@ expression: actual
"start": 39, "start": 39,
"end": 43, "end": 43,
"value": true, "value": true,
"raw": "true", "raw": "true"
"digest": null }
}, }
"digest": null ]
}
}
} }
], ],
"nonCodeMeta": { "kind": "fn"
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
},
"digest": null
},
"digest": null
}
],
"kind": "fn",
"digest": null
}, },
{ {
"type": "ExpressionStatement", "type": "ExpressionStatement",
@ -92,8 +78,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 54, "start": 54,
"end": 59, "end": 59,
"name": "thing", "name": "thing"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -102,20 +87,11 @@ expression: actual
"start": 60, "start": 60,
"end": 65, "end": 65,
"value": false, "value": false,
"raw": "false", "raw": "false"
"digest": null
} }
], ],
"optional": false, "optional": false
"digest": null
},
"digest": null
} }
], }
"nonCodeMeta": { ]
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 6, "start": 6,
"end": 14, "end": 14,
"name": "mySketch", "name": "mySketch"
"digest": null
}, },
"init": { "init": {
"type": "PipeExpression", "type": "PipeExpression",
@ -38,8 +37,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 17, "start": 17,
"end": 30, "end": 30,
"name": "startSketchAt", "name": "startSketchAt"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -54,8 +52,7 @@ expression: actual
"start": 32, "start": 32,
"end": 33, "end": 33,
"value": 0, "value": 0,
"raw": "0", "raw": "0"
"digest": null
}, },
{ {
"type": "Literal", "type": "Literal",
@ -63,15 +60,12 @@ expression: actual
"start": 34, "start": 34,
"end": 35, "end": 35,
"value": 0, "value": 0,
"raw": "0", "raw": "0"
"digest": null }
]
} }
], ],
"digest": null "optional": false
}
],
"optional": false,
"digest": null
}, },
{ {
"type": "CallExpression", "type": "CallExpression",
@ -82,8 +76,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 49, "start": 49,
"end": 55, "end": 55,
"name": "lineTo", "name": "lineTo"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -98,8 +91,7 @@ expression: actual
"start": 57, "start": 57,
"end": 58, "end": 58,
"value": 0, "value": 0,
"raw": "0", "raw": "0"
"digest": null
}, },
{ {
"type": "Literal", "type": "Literal",
@ -107,30 +99,25 @@ expression: actual
"start": 60, "start": 60,
"end": 61, "end": 61,
"value": 1, "value": 1,
"raw": "1", "raw": "1"
"digest": null
} }
], ]
"digest": null
}, },
{ {
"type": "PipeSubstitution", "type": "PipeSubstitution",
"type": "PipeSubstitution", "type": "PipeSubstitution",
"start": 64, "start": 64,
"end": 65, "end": 65
"digest": null
}, },
{ {
"type": "TagDeclarator", "type": "TagDeclarator",
"type": "TagDeclarator", "type": "TagDeclarator",
"start": 67, "start": 67,
"end": 74, "end": 74,
"value": "myPath", "value": "myPath"
"digest": null
} }
], ],
"optional": false, "optional": false
"digest": null
}, },
{ {
"type": "CallExpression", "type": "CallExpression",
@ -141,8 +128,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 87, "start": 87,
"end": 93, "end": 93,
"name": "lineTo", "name": "lineTo"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -157,8 +143,7 @@ expression: actual
"start": 95, "start": 95,
"end": 96, "end": 96,
"value": 1, "value": 1,
"raw": "1", "raw": "1"
"digest": null
}, },
{ {
"type": "Literal", "type": "Literal",
@ -166,22 +151,18 @@ expression: actual
"start": 98, "start": 98,
"end": 99, "end": 99,
"value": 1, "value": 1,
"raw": "1", "raw": "1"
"digest": null
} }
], ]
"digest": null
}, },
{ {
"type": "PipeSubstitution", "type": "PipeSubstitution",
"type": "PipeSubstitution", "type": "PipeSubstitution",
"start": 102, "start": 102,
"end": 103, "end": 103
"digest": null
} }
], ],
"optional": false, "optional": false
"digest": null
}, },
{ {
"type": "CallExpression", "type": "CallExpression",
@ -192,8 +173,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 116, "start": 116,
"end": 122, "end": 122,
"name": "lineTo", "name": "lineTo"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -208,8 +188,7 @@ expression: actual
"start": 124, "start": 124,
"end": 125, "end": 125,
"value": 1, "value": 1,
"raw": "1", "raw": "1"
"digest": null
}, },
{ {
"type": "Literal", "type": "Literal",
@ -217,30 +196,25 @@ expression: actual
"start": 127, "start": 127,
"end": 128, "end": 128,
"value": 0, "value": 0,
"raw": "0", "raw": "0"
"digest": null
} }
], ]
"digest": null
}, },
{ {
"type": "PipeSubstitution", "type": "PipeSubstitution",
"type": "PipeSubstitution", "type": "PipeSubstitution",
"start": 131, "start": 131,
"end": 132, "end": 132
"digest": null
}, },
{ {
"type": "TagDeclarator", "type": "TagDeclarator",
"type": "TagDeclarator", "type": "TagDeclarator",
"start": 134, "start": 134,
"end": 144, "end": 144,
"value": "rightPath", "value": "rightPath"
"digest": null
} }
], ],
"optional": false, "optional": false
"digest": null
}, },
{ {
"type": "CallExpression", "type": "CallExpression",
@ -251,40 +225,23 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 157, "start": 157,
"end": 162, "end": 162,
"name": "close", "name": "close"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
"type": "PipeSubstitution", "type": "PipeSubstitution",
"type": "PipeSubstitution", "type": "PipeSubstitution",
"start": 163, "start": 163,
"end": 164, "end": 164
"digest": null
} }
], ],
"optional": false, "optional": false
"digest": null }
]
}
} }
], ],
"nonCodeMeta": { "kind": "const"
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
},
"digest": null
} }
], ]
"kind": "const",
"digest": null
}
],
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 6, "start": 6,
"end": 14, "end": 14,
"name": "mySketch", "name": "mySketch"
"digest": null
}, },
"init": { "init": {
"type": "PipeExpression", "type": "PipeExpression",
@ -38,8 +37,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 17, "start": 17,
"end": 30, "end": 30,
"name": "startSketchAt", "name": "startSketchAt"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -54,8 +52,7 @@ expression: actual
"start": 32, "start": 32,
"end": 33, "end": 33,
"value": 0, "value": 0,
"raw": "0", "raw": "0"
"digest": null
}, },
{ {
"type": "Literal", "type": "Literal",
@ -63,15 +60,12 @@ expression: actual
"start": 34, "start": 34,
"end": 35, "end": 35,
"value": 0, "value": 0,
"raw": "0", "raw": "0"
"digest": null }
]
} }
], ],
"digest": null "optional": false
}
],
"optional": false,
"digest": null
}, },
{ {
"type": "CallExpression", "type": "CallExpression",
@ -82,8 +76,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 41, "start": 41,
"end": 47, "end": 47,
"name": "lineTo", "name": "lineTo"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -98,8 +91,7 @@ expression: actual
"start": 49, "start": 49,
"end": 50, "end": 50,
"value": 1, "value": 1,
"raw": "1", "raw": "1"
"digest": null
}, },
{ {
"type": "Literal", "type": "Literal",
@ -107,22 +99,18 @@ expression: actual
"start": 52, "start": 52,
"end": 53, "end": 53,
"value": 1, "value": 1,
"raw": "1", "raw": "1"
"digest": null
} }
], ]
"digest": null
}, },
{ {
"type": "PipeSubstitution", "type": "PipeSubstitution",
"type": "PipeSubstitution", "type": "PipeSubstitution",
"start": 56, "start": 56,
"end": 57, "end": 57
"digest": null
} }
], ],
"optional": false, "optional": false
"digest": null
}, },
{ {
"type": "CallExpression", "type": "CallExpression",
@ -133,40 +121,23 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 62, "start": 62,
"end": 67, "end": 67,
"name": "close", "name": "close"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
"type": "PipeSubstitution", "type": "PipeSubstitution",
"type": "PipeSubstitution", "type": "PipeSubstitution",
"start": 68, "start": 68,
"end": 69, "end": 69
"digest": null
} }
], ],
"optional": false, "optional": false
"digest": null }
]
}
} }
], ],
"nonCodeMeta": { "kind": "const"
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
},
"digest": null
} }
], ]
"kind": "const",
"digest": null
}
],
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 6, "start": 6,
"end": 11, "end": 11,
"name": "myBox", "name": "myBox"
"digest": null
}, },
"init": { "init": {
"type": "CallExpression", "type": "CallExpression",
@ -32,8 +31,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 14, "start": 14,
"end": 27, "end": 27,
"name": "startSketchAt", "name": "startSketchAt"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -41,24 +39,14 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 28, "start": 28,
"end": 29, "end": 29,
"name": "p", "name": "p"
"digest": null
} }
], ],
"optional": false, "optional": false
"digest": null }
},
"digest": null
} }
], ],
"kind": "const", "kind": "const"
"digest": null
} }
], ]
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 6, "start": 6,
"end": 11, "end": 11,
"name": "myBox", "name": "myBox"
"digest": null
}, },
"init": { "init": {
"type": "PipeExpression", "type": "PipeExpression",
@ -38,8 +37,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 14, "start": 14,
"end": 15, "end": 15,
"name": "f", "name": "f"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -48,12 +46,10 @@ expression: actual
"start": 16, "start": 16,
"end": 17, "end": 17,
"value": 1, "value": 1,
"raw": "1", "raw": "1"
"digest": null
} }
], ],
"optional": false, "optional": false
"digest": null
}, },
{ {
"type": "CallExpression", "type": "CallExpression",
@ -64,8 +60,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 22, "start": 22,
"end": 23, "end": 23,
"name": "g", "name": "g"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -74,39 +69,22 @@ expression: actual
"start": 24, "start": 24,
"end": 25, "end": 25,
"value": 2, "value": 2,
"raw": "2", "raw": "2"
"digest": null
}, },
{ {
"type": "PipeSubstitution", "type": "PipeSubstitution",
"type": "PipeSubstitution", "type": "PipeSubstitution",
"start": 27, "start": 27,
"end": 28, "end": 28
"digest": null
} }
], ],
"optional": false, "optional": false
"digest": null }
]
}
} }
], ],
"nonCodeMeta": { "kind": "const"
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
},
"digest": null
} }
], ]
"kind": "const",
"digest": null
}
],
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 6, "start": 6,
"end": 11, "end": 11,
"name": "myBox", "name": "myBox"
"digest": null
}, },
"init": { "init": {
"type": "PipeExpression", "type": "PipeExpression",
@ -38,8 +37,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 14, "start": 14,
"end": 27, "end": 27,
"name": "startSketchAt", "name": "startSketchAt"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -47,12 +45,10 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 28, "start": 28,
"end": 29, "end": 29,
"name": "p", "name": "p"
"digest": null
} }
], ],
"optional": false, "optional": false
"digest": null
}, },
{ {
"type": "CallExpression", "type": "CallExpression",
@ -63,8 +59,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 34, "start": 34,
"end": 38, "end": 38,
"name": "line", "name": "line"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -79,50 +74,31 @@ expression: actual
"start": 40, "start": 40,
"end": 41, "end": 41,
"value": 0, "value": 0,
"raw": "0", "raw": "0"
"digest": null
}, },
{ {
"type": "Identifier", "type": "Identifier",
"type": "Identifier", "type": "Identifier",
"start": 43, "start": 43,
"end": 44, "end": 44,
"name": "l", "name": "l"
"digest": null
} }
], ]
"digest": null
}, },
{ {
"type": "PipeSubstitution", "type": "PipeSubstitution",
"type": "PipeSubstitution", "type": "PipeSubstitution",
"start": 47, "start": 47,
"end": 48, "end": 48
"digest": null
} }
], ],
"optional": false, "optional": false
"digest": null }
]
}
} }
], ],
"nonCodeMeta": { "kind": "const"
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
},
"digest": null
} }
], ]
"kind": "const",
"digest": null
}
],
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 0, "start": 0,
"end": 6, "end": 6,
"name": "lineTo", "name": "lineTo"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -38,8 +37,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 9, "start": 9,
"end": 11, "end": 11,
"name": "to", "name": "to"
"digest": null
}, },
"value": { "value": {
"type": "ArrayExpression", "type": "ArrayExpression",
@ -53,8 +51,7 @@ expression: actual
"start": 14, "start": 14,
"end": 15, "end": 15,
"value": 0, "value": 0,
"raw": "0", "raw": "0"
"digest": null
}, },
{ {
"type": "Literal", "type": "Literal",
@ -62,28 +59,16 @@ expression: actual
"start": 17, "start": 17,
"end": 18, "end": 18,
"value": 1, "value": 1,
"raw": "1", "raw": "1"
"digest": null }
]
}
}
]
} }
], ],
"digest": null "optional": false
},
"digest": null
} }
],
"digest": null
} }
], ]
"optional": false,
"digest": null
},
"digest": null
}
],
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 0, "start": 0,
"end": 6, "end": 6,
"name": "lineTo", "name": "lineTo"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -38,8 +37,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 9, "start": 9,
"end": 11, "end": 11,
"name": "to", "name": "to"
"digest": null
}, },
"value": { "value": {
"type": "ArrayExpression", "type": "ArrayExpression",
@ -53,8 +51,7 @@ expression: actual
"start": 14, "start": 14,
"end": 15, "end": 15,
"value": 0, "value": 0,
"raw": "0", "raw": "0"
"digest": null
}, },
{ {
"type": "Literal", "type": "Literal",
@ -62,13 +59,10 @@ expression: actual
"start": 17, "start": 17,
"end": 18, "end": 18,
"value": 1, "value": 1,
"raw": "1", "raw": "1"
"digest": null }
]
} }
],
"digest": null
},
"digest": null
}, },
{ {
"type": "ObjectProperty", "type": "ObjectProperty",
@ -78,8 +72,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 21, "start": 21,
"end": 25, "end": 25,
"name": "from", "name": "from"
"digest": null
}, },
"value": { "value": {
"type": "ArrayExpression", "type": "ArrayExpression",
@ -93,8 +86,7 @@ expression: actual
"start": 28, "start": 28,
"end": 29, "end": 29,
"value": 3, "value": 3,
"raw": "3", "raw": "3"
"digest": null
}, },
{ {
"type": "Literal", "type": "Literal",
@ -102,28 +94,16 @@ expression: actual
"start": 31, "start": 31,
"end": 32, "end": 32,
"value": 3, "value": 3,
"raw": "3", "raw": "3"
"digest": null }
]
}
}
]
} }
], ],
"digest": null "optional": false
},
"digest": null
} }
],
"digest": null
} }
], ]
"optional": false,
"digest": null
},
"digest": null
}
],
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 0, "start": 0,
"end": 6, "end": 6,
"name": "lineTo", "name": "lineTo"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -38,8 +37,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 8, "start": 8,
"end": 10, "end": 10,
"name": "to", "name": "to"
"digest": null
}, },
"value": { "value": {
"type": "ArrayExpression", "type": "ArrayExpression",
@ -53,8 +51,7 @@ expression: actual
"start": 12, "start": 12,
"end": 13, "end": 13,
"value": 0, "value": 0,
"raw": "0", "raw": "0"
"digest": null
}, },
{ {
"type": "Literal", "type": "Literal",
@ -62,28 +59,16 @@ expression: actual
"start": 15, "start": 15,
"end": 16, "end": 16,
"value": 1, "value": 1,
"raw": "1", "raw": "1"
"digest": null }
]
}
}
]
} }
], ],
"digest": null "optional": false
},
"digest": null
} }
],
"digest": null
} }
], ]
"optional": false,
"digest": null
},
"digest": null
}
],
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 0, "start": 0,
"end": 6, "end": 6,
"name": "lineTo", "name": "lineTo"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -38,8 +37,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 9, "start": 9,
"end": 11, "end": 11,
"name": "to", "name": "to"
"digest": null
}, },
"value": { "value": {
"type": "ArrayExpression", "type": "ArrayExpression",
@ -53,8 +51,7 @@ expression: actual
"start": 14, "start": 14,
"end": 15, "end": 15,
"value": 0, "value": 0,
"raw": "0", "raw": "0"
"digest": null
}, },
{ {
"type": "Literal", "type": "Literal",
@ -62,13 +59,10 @@ expression: actual
"start": 17, "start": 17,
"end": 18, "end": 18,
"value": 1, "value": 1,
"raw": "1", "raw": "1"
"digest": null }
]
} }
],
"digest": null
},
"digest": null
}, },
{ {
"type": "ObjectProperty", "type": "ObjectProperty",
@ -78,8 +72,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 21, "start": 21,
"end": 25, "end": 25,
"name": "from", "name": "from"
"digest": null
}, },
"value": { "value": {
"type": "ArrayExpression", "type": "ArrayExpression",
@ -93,8 +86,7 @@ expression: actual
"start": 28, "start": 28,
"end": 29, "end": 29,
"value": 3, "value": 3,
"raw": "3", "raw": "3"
"digest": null
}, },
{ {
"type": "Literal", "type": "Literal",
@ -102,28 +94,16 @@ expression: actual
"start": 31, "start": 31,
"end": 32, "end": 32,
"value": 3, "value": 3,
"raw": "3", "raw": "3"
"digest": null }
]
}
}
]
} }
], ],
"digest": null "optional": false
},
"digest": null
} }
],
"digest": null
} }
], ]
"optional": false,
"digest": null
},
"digest": null
}
],
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 0, "start": 0,
"end": 6, "end": 6,
"name": "lineTo", "name": "lineTo"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -38,8 +37,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 9, "start": 9,
"end": 11, "end": 11,
"name": "to", "name": "to"
"digest": null
}, },
"value": { "value": {
"type": "ArrayExpression", "type": "ArrayExpression",
@ -53,8 +51,7 @@ expression: actual
"start": 14, "start": 14,
"end": 15, "end": 15,
"value": 0, "value": 0,
"raw": "0", "raw": "0"
"digest": null
}, },
{ {
"type": "Literal", "type": "Literal",
@ -62,13 +59,10 @@ expression: actual
"start": 17, "start": 17,
"end": 18, "end": 18,
"value": 1, "value": 1,
"raw": "1", "raw": "1"
"digest": null }
]
} }
],
"digest": null
},
"digest": null
}, },
{ {
"type": "ObjectProperty", "type": "ObjectProperty",
@ -78,8 +72,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 20, "start": 20,
"end": 24, "end": 24,
"name": "from", "name": "from"
"digest": null
}, },
"value": { "value": {
"type": "ArrayExpression", "type": "ArrayExpression",
@ -93,8 +86,7 @@ expression: actual
"start": 27, "start": 27,
"end": 28, "end": 28,
"value": 3, "value": 3,
"raw": "3", "raw": "3"
"digest": null
}, },
{ {
"type": "Literal", "type": "Literal",
@ -102,28 +94,16 @@ expression: actual
"start": 30, "start": 30,
"end": 31, "end": 31,
"value": 3, "value": 3,
"raw": "3", "raw": "3"
"digest": null }
]
}
}
]
} }
], ],
"digest": null "optional": false
},
"digest": null
} }
],
"digest": null
} }
], ]
"optional": false,
"digest": null
},
"digest": null
}
],
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 6, "start": 6,
"end": 14, "end": 14,
"name": "mySketch", "name": "mySketch"
"digest": null
}, },
"init": { "init": {
"type": "CallExpression", "type": "CallExpression",
@ -32,8 +31,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 17, "start": 17,
"end": 30, "end": 30,
"name": "startSketchAt", "name": "startSketchAt"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -48,8 +46,7 @@ expression: actual
"start": 32, "start": 32,
"end": 33, "end": 33,
"value": 0, "value": 0,
"raw": "0", "raw": "0"
"digest": null
}, },
{ {
"type": "Literal", "type": "Literal",
@ -57,27 +54,16 @@ expression: actual
"start": 34, "start": 34,
"end": 35, "end": 35,
"value": 0, "value": 0,
"raw": "0", "raw": "0"
"digest": null }
]
} }
], ],
"digest": null "optional": false
}
} }
], ],
"optional": false, "kind": "const"
"digest": null
},
"digest": null
} }
], ]
"kind": "const",
"digest": null
}
],
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 0, "start": 0,
"end": 3, "end": 3,
"name": "log", "name": "log"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -30,8 +29,7 @@ expression: actual
"start": 4, "start": 4,
"end": 5, "end": 5,
"value": 5, "value": 5,
"raw": "5", "raw": "5"
"digest": null
}, },
{ {
"type": "Literal", "type": "Literal",
@ -39,28 +37,18 @@ expression: actual
"start": 7, "start": 7,
"end": 14, "end": 14,
"value": "hello", "value": "hello",
"raw": "\"hello\"", "raw": "\"hello\""
"digest": null
}, },
{ {
"type": "Identifier", "type": "Identifier",
"type": "Identifier", "type": "Identifier",
"start": 16, "start": 16,
"end": 27, "end": 27,
"name": "aIdentifier", "name": "aIdentifier"
"digest": null
} }
], ],
"optional": false, "optional": false
"digest": null
},
"digest": null
} }
], }
"nonCodeMeta": { ]
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -23,8 +23,7 @@ expression: actual
"start": 0, "start": 0,
"end": 1, "end": 1,
"value": 5, "value": 5,
"raw": "5", "raw": "5"
"digest": null
}, },
"right": { "right": {
"type": "Literal", "type": "Literal",
@ -32,18 +31,9 @@ expression: actual
"start": 4, "start": 4,
"end": 7, "end": 7,
"value": "a", "value": "a",
"raw": "\"a\"", "raw": "\"a\""
"digest": null
},
"digest": null
},
"digest": null
} }
], }
"nonCodeMeta": { }
"nonCodeNodes": {}, ]
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 0, "start": 0,
"end": 4, "end": 4,
"name": "line", "name": "line"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -36,38 +35,26 @@ expression: actual
"start": 6, "start": 6,
"end": 7, "end": 7,
"value": 0, "value": 0,
"raw": "0", "raw": "0"
"digest": null
}, },
{ {
"type": "Identifier", "type": "Identifier",
"type": "Identifier", "type": "Identifier",
"start": 9, "start": 9,
"end": 10, "end": 10,
"name": "l", "name": "l"
"digest": null
} }
], ]
"digest": null
}, },
{ {
"type": "PipeSubstitution", "type": "PipeSubstitution",
"type": "PipeSubstitution", "type": "PipeSubstitution",
"start": 13, "start": 13,
"end": 14, "end": 14
"digest": null
} }
], ],
"optional": false, "optional": false
"digest": null
},
"digest": null
} }
], }
"nonCodeMeta": { ]
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 6, "start": 6,
"end": 14, "end": 14,
"name": "cylinder", "name": "cylinder"
"digest": null
}, },
"init": { "init": {
"type": "PipeExpression", "type": "PipeExpression",
@ -38,8 +37,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 17, "start": 17,
"end": 30, "end": 30,
"name": "startSketchOn", "name": "startSketchOn"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -48,12 +46,10 @@ expression: actual
"start": 31, "start": 31,
"end": 35, "end": 35,
"value": "XY", "value": "XY",
"raw": "'XY'", "raw": "'XY'"
"digest": null
} }
], ],
"optional": false, "optional": false
"digest": null
}, },
{ {
"type": "CallExpression", "type": "CallExpression",
@ -64,8 +60,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 44, "start": 44,
"end": 50, "end": 50,
"name": "circle", "name": "circle"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -82,8 +77,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 53, "start": 53,
"end": 59, "end": 59,
"name": "center", "name": "center"
"digest": null
}, },
"value": { "value": {
"type": "ArrayExpression", "type": "ArrayExpression",
@ -97,8 +91,7 @@ expression: actual
"start": 62, "start": 62,
"end": 63, "end": 63,
"value": 0, "value": 0,
"raw": "0", "raw": "0"
"digest": null
}, },
{ {
"type": "Literal", "type": "Literal",
@ -106,13 +99,10 @@ expression: actual
"start": 65, "start": 65,
"end": 66, "end": 66,
"value": 0, "value": 0,
"raw": "0", "raw": "0"
"digest": null }
]
} }
],
"digest": null
},
"digest": null
}, },
{ {
"type": "ObjectProperty", "type": "ObjectProperty",
@ -122,8 +112,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 69, "start": 69,
"end": 75, "end": 75,
"name": "radius", "name": "radius"
"digest": null
}, },
"value": { "value": {
"type": "Literal", "type": "Literal",
@ -131,24 +120,19 @@ expression: actual
"start": 77, "start": 77,
"end": 79, "end": 79,
"value": 22, "value": 22,
"raw": "22", "raw": "22"
"digest": null
},
"digest": null
} }
], }
"digest": null ]
}, },
{ {
"type": "PipeSubstitution", "type": "PipeSubstitution",
"type": "PipeSubstitution", "type": "PipeSubstitution",
"start": 83, "start": 83,
"end": 84, "end": 84
"digest": null
} }
], ],
"optional": false, "optional": false
"digest": null
}, },
{ {
"type": "CallExpression", "type": "CallExpression",
@ -159,8 +143,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 93, "start": 93,
"end": 100, "end": 100,
"name": "extrude", "name": "extrude"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -169,39 +152,22 @@ expression: actual
"start": 101, "start": 101,
"end": 103, "end": 103,
"value": 14, "value": 14,
"raw": "14", "raw": "14"
"digest": null
}, },
{ {
"type": "PipeSubstitution", "type": "PipeSubstitution",
"type": "PipeSubstitution", "type": "PipeSubstitution",
"start": 105, "start": 105,
"end": 106, "end": 106
"digest": null
} }
], ],
"optional": false, "optional": false
"digest": null }
]
}
} }
], ],
"nonCodeMeta": { "kind": "const"
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
},
"digest": null
} }
], ]
"kind": "const",
"digest": null
}
],
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 3, "start": 3,
"end": 4, "end": 4,
"name": "f", "name": "f"
"digest": null
}, },
"init": { "init": {
"type": "FunctionExpression", "type": "FunctionExpression",
@ -35,11 +34,9 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 8, "start": 8,
"end": 13, "end": 13,
"name": "angle", "name": "angle"
"digest": null
}, },
"optional": true, "optional": true
"digest": null
} }
], ],
"body": { "body": {
@ -60,8 +57,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 28, "start": 28,
"end": 35, "end": 35,
"name": "default", "name": "default"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -69,8 +65,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 36, "start": 36,
"end": 41, "end": 41,
"name": "angle", "name": "angle"
"digest": null
}, },
{ {
"type": "Literal", "type": "Literal",
@ -78,36 +73,18 @@ expression: actual
"start": 43, "start": 43,
"end": 46, "end": 46,
"value": 360, "value": 360,
"raw": "360", "raw": "360"
"digest": null
} }
], ],
"optional": false, "optional": false
"digest": null }
}, }
"digest": null ]
}
}
} }
], ],
"nonCodeMeta": { "kind": "fn"
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
},
"digest": null
},
"digest": null
} }
], ]
"kind": "fn",
"digest": null
}
],
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 4, "start": 4,
"end": 11, "end": 11,
"name": "numbers", "name": "numbers"
"digest": null
}, },
"init": { "init": {
"type": "ArrayExpression", "type": "ArrayExpression",
@ -35,8 +34,7 @@ expression: actual
"start": 28, "start": 28,
"end": 29, "end": 29,
"value": 1, "value": 1,
"raw": "1", "raw": "1"
"digest": null
}, },
{ {
"type": "Literal", "type": "Literal",
@ -44,8 +42,7 @@ expression: actual
"start": 79, "start": 79,
"end": 80, "end": 80,
"value": 3, "value": 3,
"raw": "3", "raw": "3"
"digest": null
} }
], ],
"nonCodeMeta": { "nonCodeMeta": {
@ -59,8 +56,7 @@ expression: actual
"type": "blockComment", "type": "blockComment",
"value": "A,", "value": "A,",
"style": "line" "style": "line"
}, }
"digest": null
} }
], ],
"2": [ "2": [
@ -72,27 +68,16 @@ expression: actual
"type": "blockComment", "type": "blockComment",
"value": "B,", "value": "B,",
"style": "line" "style": "line"
}, }
"digest": null
} }
] ]
}, },
"start": [], "start": []
"digest": null }
}, }
"digest": null
},
"digest": null
} }
], ],
"kind": "const", "kind": "const"
"digest": null
} }
], ]
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 4, "start": 4,
"end": 11, "end": 11,
"name": "numbers", "name": "numbers"
"digest": null
}, },
"init": { "init": {
"type": "ArrayExpression", "type": "ArrayExpression",
@ -35,8 +34,7 @@ expression: actual
"start": 28, "start": 28,
"end": 29, "end": 29,
"value": 1, "value": 1,
"raw": "1", "raw": "1"
"digest": null
}, },
{ {
"type": "Literal", "type": "Literal",
@ -44,8 +42,7 @@ expression: actual
"start": 43, "start": 43,
"end": 44, "end": 44,
"value": 2, "value": 2,
"raw": "2", "raw": "2"
"digest": null
} }
], ],
"nonCodeMeta": { "nonCodeMeta": {
@ -59,8 +56,7 @@ expression: actual
"type": "blockComment", "type": "blockComment",
"value": "A,", "value": "A,",
"style": "line" "style": "line"
}, }
"digest": null
} }
], ],
"3": [ "3": [
@ -72,27 +68,16 @@ expression: actual
"type": "blockComment", "type": "blockComment",
"value": "B,", "value": "B,",
"style": "line" "style": "line"
}, }
"digest": null
} }
] ]
}, },
"start": [], "start": []
"digest": null }
}, }
"digest": null
},
"digest": null
} }
], ],
"kind": "const", "kind": "const"
"digest": null
} }
], ]
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 4, "start": 4,
"end": 9, "end": 9,
"name": "props", "name": "props"
"digest": null
}, },
"init": { "init": {
"type": "ObjectExpression", "type": "ObjectExpression",
@ -37,8 +36,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 26, "start": 26,
"end": 27, "end": 27,
"name": "a", "name": "a"
"digest": null
}, },
"value": { "value": {
"type": "Literal", "type": "Literal",
@ -46,10 +44,8 @@ expression: actual
"start": 29, "start": 29,
"end": 30, "end": 30,
"value": 1, "value": 1,
"raw": "1", "raw": "1"
"digest": null }
},
"digest": null
}, },
{ {
"type": "ObjectProperty", "type": "ObjectProperty",
@ -59,8 +55,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 65, "start": 65,
"end": 66, "end": 66,
"name": "c", "name": "c"
"digest": null
}, },
"value": { "value": {
"type": "Literal", "type": "Literal",
@ -68,10 +63,8 @@ expression: actual
"start": 68, "start": 68,
"end": 69, "end": 69,
"value": 3, "value": 3,
"raw": "3", "raw": "3"
"digest": null }
},
"digest": null
} }
], ],
"nonCodeMeta": { "nonCodeMeta": {
@ -85,27 +78,16 @@ expression: actual
"type": "blockComment", "type": "blockComment",
"value": "b: 2,", "value": "b: 2,",
"style": "line" "style": "line"
}, }
"digest": null
} }
] ]
}, },
"start": [], "start": []
"digest": null }
}, }
"digest": null
},
"digest": null
} }
], ],
"kind": "const", "kind": "const"
"digest": null
} }
], ]
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 4, "start": 4,
"end": 9, "end": 9,
"name": "props", "name": "props"
"digest": null
}, },
"init": { "init": {
"type": "ObjectExpression", "type": "ObjectExpression",
@ -37,8 +36,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 26, "start": 26,
"end": 27, "end": 27,
"name": "a", "name": "a"
"digest": null
}, },
"value": { "value": {
"type": "Literal", "type": "Literal",
@ -46,10 +44,8 @@ expression: actual
"start": 29, "start": 29,
"end": 30, "end": 30,
"value": 1, "value": 1,
"raw": "1", "raw": "1"
"digest": null }
},
"digest": null
}, },
{ {
"type": "ObjectProperty", "type": "ObjectProperty",
@ -59,8 +55,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 65, "start": 65,
"end": 66, "end": 66,
"name": "c", "name": "c"
"digest": null
}, },
"value": { "value": {
"type": "Literal", "type": "Literal",
@ -68,10 +63,8 @@ expression: actual
"start": 68, "start": 68,
"end": 69, "end": 69,
"value": 3, "value": 3,
"raw": "3", "raw": "3"
"digest": null }
},
"digest": null
} }
], ],
"nonCodeMeta": { "nonCodeMeta": {
@ -85,27 +78,16 @@ expression: actual
"type": "blockComment", "type": "blockComment",
"value": "b: 2,", "value": "b: 2,",
"style": "line" "style": "line"
}, }
"digest": null
} }
] ]
}, },
"start": [], "start": []
"digest": null }
}, }
"digest": null
},
"digest": null
} }
], ],
"kind": "const", "kind": "const"
"digest": null
} }
], ]
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 6, "start": 6,
"end": 11, "end": 11,
"name": "myVar", "name": "myVar"
"digest": null
}, },
"init": { "init": {
"type": "CallExpression", "type": "CallExpression",
@ -32,8 +31,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 14, "start": 14,
"end": 17, "end": 17,
"name": "min", "name": "min"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -42,8 +40,7 @@ expression: actual
"start": 18, "start": 18,
"end": 19, "end": 19,
"value": 5, "value": 5,
"raw": "5", "raw": "5"
"digest": null
}, },
{ {
"type": "UnaryExpression", "type": "UnaryExpression",
@ -60,8 +57,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 23, "start": 23,
"end": 29, "end": 29,
"name": "legLen", "name": "legLen"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -70,8 +66,7 @@ expression: actual
"start": 30, "start": 30,
"end": 31, "end": 31,
"value": 5, "value": 5,
"raw": "5", "raw": "5"
"digest": null
}, },
{ {
"type": "Literal", "type": "Literal",
@ -79,30 +74,18 @@ expression: actual
"start": 33, "start": 33,
"end": 34, "end": 34,
"value": 4, "value": 4,
"raw": "4", "raw": "4"
"digest": null
} }
], ],
"optional": false, "optional": false
"digest": null }
},
"digest": null
} }
], ],
"optional": false, "optional": false
"digest": null }
},
"digest": null
} }
], ],
"kind": "const", "kind": "const"
"digest": null
} }
], ]
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 7, "start": 7,
"end": 16, "end": 16,
"name": "sketch001", "name": "sketch001"
"digest": null
}, },
"init": { "init": {
"type": "PipeExpression", "type": "PipeExpression",
@ -38,8 +37,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 19, "start": 19,
"end": 32, "end": 32,
"name": "startSketchOn", "name": "startSketchOn"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -48,12 +46,10 @@ expression: actual
"start": 33, "start": 33,
"end": 37, "end": 37,
"value": "XY", "value": "XY",
"raw": "'XY'", "raw": "'XY'"
"digest": null
} }
], ],
"optional": false, "optional": false
"digest": null
}, },
{ {
"type": "CallExpression", "type": "CallExpression",
@ -64,20 +60,17 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 115, "start": 115,
"end": 129, "end": 129,
"name": "startProfileAt", "name": "startProfileAt"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
"type": "PipeSubstitution", "type": "PipeSubstitution",
"type": "PipeSubstitution", "type": "PipeSubstitution",
"start": 130, "start": 130,
"end": 131, "end": 131
"digest": null
} }
], ],
"optional": false, "optional": false
"digest": null
} }
], ],
"nonCodeMeta": { "nonCodeMeta": {
@ -91,8 +84,7 @@ expression: actual
"type": "blockComment", "type": "blockComment",
"value": "|> arc({", "value": "|> arc({",
"style": "line" "style": "line"
}, }
"digest": null
}, },
{ {
"type": "NonCodeNode", "type": "NonCodeNode",
@ -102,8 +94,7 @@ expression: actual
"type": "blockComment", "type": "blockComment",
"value": "angleEnd: 270,", "value": "angleEnd: 270,",
"style": "line" "style": "line"
}, }
"digest": null
}, },
{ {
"type": "NonCodeNode", "type": "NonCodeNode",
@ -113,8 +104,7 @@ expression: actual
"type": "blockComment", "type": "blockComment",
"value": "angleStart: 450,", "value": "angleStart: 450,",
"style": "line" "style": "line"
}, }
"digest": null
}, },
{ {
"type": "NonCodeNode", "type": "NonCodeNode",
@ -124,27 +114,16 @@ expression: actual
"type": "blockComment", "type": "blockComment",
"value": "}, %)", "value": "}, %)",
"style": "line" "style": "line"
}, }
"digest": null
} }
] ]
}, },
"start": [], "start": []
"digest": null }
}, }
"digest": null
},
"digest": null
} }
], ],
"kind": "const", "kind": "const"
"digest": null
} }
], ]
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 7, "start": 7,
"end": 11, "end": 11,
"name": "my14", "name": "my14"
"digest": null
}, },
"init": { "init": {
"type": "BinaryExpression", "type": "BinaryExpression",
@ -41,8 +40,7 @@ expression: actual
"start": 14, "start": 14,
"end": 15, "end": 15,
"value": 4, "value": 4,
"raw": "4", "raw": "4"
"digest": null
}, },
"right": { "right": {
"type": "Literal", "type": "Literal",
@ -50,10 +48,8 @@ expression: actual
"start": 18, "start": 18,
"end": 19, "end": 19,
"value": 2, "value": 2,
"raw": "2", "raw": "2"
"digest": null }
},
"digest": null
}, },
"right": { "right": {
"type": "BinaryExpression", "type": "BinaryExpression",
@ -73,8 +69,7 @@ expression: actual
"start": 22, "start": 22,
"end": 23, "end": 23,
"value": 3, "value": 3,
"raw": "3", "raw": "3"
"digest": null
}, },
"right": { "right": {
"type": "Literal", "type": "Literal",
@ -82,10 +77,8 @@ expression: actual
"start": 26, "start": 26,
"end": 27, "end": 27,
"value": 2, "value": 2,
"raw": "2", "raw": "2"
"digest": null }
},
"digest": null
}, },
"right": { "right": {
"type": "Literal", "type": "Literal",
@ -93,24 +86,13 @@ expression: actual
"start": 30, "start": 30,
"end": 31, "end": 31,
"value": 2, "value": 2,
"raw": "2", "raw": "2"
"digest": null }
}, }
"digest": null }
},
"digest": null
},
"digest": null
} }
], ],
"kind": "const", "kind": "const"
"digest": null
} }
], ]
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 6, "start": 6,
"end": 7, "end": 7,
"name": "x", "name": "x"
"digest": null
}, },
"init": { "init": {
"type": "IfExpression", "type": "IfExpression",
@ -34,8 +33,7 @@ expression: actual
"start": 13, "start": 13,
"end": 17, "end": 17,
"value": true, "value": true,
"raw": "true", "raw": "true"
"digest": null
}, },
"then_val": { "then_val": {
"start": 32, "start": 32,
@ -52,18 +50,10 @@ expression: actual
"start": 32, "start": 32,
"end": 33, "end": 33,
"value": 3, "value": 3,
"raw": "3", "raw": "3"
"digest": null
},
"digest": null
} }
], }
"nonCodeMeta": { ]
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
}, },
"else_ifs": [], "else_ifs": [],
"final_else": { "final_else": {
@ -81,32 +71,16 @@ expression: actual
"start": 63, "start": 63,
"end": 64, "end": 64,
"value": 4, "value": 4,
"raw": "4", "raw": "4"
"digest": null }
}
]
}, },
"digest": null "digest": null
} }
}
], ],
"nonCodeMeta": { "kind": "const"
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
},
"digest": null
},
"digest": null
} }
], ]
"kind": "const",
"digest": null
}
],
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 6, "start": 6,
"end": 7, "end": 7,
"name": "x", "name": "x"
"digest": null
}, },
"init": { "init": {
"type": "IfExpression", "type": "IfExpression",
@ -34,8 +33,7 @@ expression: actual
"start": 13, "start": 13,
"end": 17, "end": 17,
"value": true, "value": true,
"raw": "true", "raw": "true"
"digest": null
}, },
"then_val": { "then_val": {
"start": 32, "start": 32,
@ -52,18 +50,10 @@ expression: actual
"start": 32, "start": 32,
"end": 33, "end": 33,
"value": 3, "value": 3,
"raw": "3", "raw": "3"
"digest": null
},
"digest": null
} }
], }
"nonCodeMeta": { ]
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
}, },
"else_ifs": [ "else_ifs": [
{ {
@ -79,8 +69,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 52, "start": 52,
"end": 56, "end": 56,
"name": "func", "name": "func"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -88,12 +77,10 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 57, "start": 57,
"end": 63, "end": 63,
"name": "radius", "name": "radius"
"digest": null
} }
], ],
"optional": false, "optional": false
"digest": null
}, },
"then_val": { "then_val": {
"start": 65, "start": 65,
@ -110,18 +97,10 @@ expression: actual
"start": 79, "start": 79,
"end": 80, "end": 80,
"value": 4, "value": 4,
"raw": "4", "raw": "4"
"digest": null
},
"digest": null
} }
], }
"nonCodeMeta": { ]
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
}, },
"digest": null "digest": null
} }
@ -141,32 +120,16 @@ expression: actual
"start": 110, "start": 110,
"end": 111, "end": 111,
"value": 5, "value": 5,
"raw": "5", "raw": "5"
"digest": null }
}
]
}, },
"digest": null "digest": null
} }
}
], ],
"nonCodeMeta": { "kind": "const"
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
},
"digest": null
},
"digest": null
} }
], ]
"kind": "const",
"digest": null
}
],
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 4, "start": 4,
"end": 5, "end": 5,
"name": "x", "name": "x"
"digest": null
}, },
"init": { "init": {
"type": "BinaryExpression", "type": "BinaryExpression",
@ -35,8 +34,7 @@ expression: actual
"start": 8, "start": 8,
"end": 9, "end": 9,
"value": 3, "value": 3,
"raw": "3", "raw": "3"
"digest": null
}, },
"right": { "right": {
"type": "Literal", "type": "Literal",
@ -44,22 +42,12 @@ expression: actual
"start": 13, "start": 13,
"end": 14, "end": 14,
"value": 3, "value": 3,
"raw": "3", "raw": "3"
"digest": null }
}, }
"digest": null
},
"digest": null
} }
], ],
"kind": "const", "kind": "const"
"digest": null
} }
], ]
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 4, "start": 4,
"end": 5, "end": 5,
"name": "x", "name": "x"
"digest": null
}, },
"init": { "init": {
"type": "BinaryExpression", "type": "BinaryExpression",
@ -35,8 +34,7 @@ expression: actual
"start": 8, "start": 8,
"end": 9, "end": 9,
"value": 3, "value": 3,
"raw": "3", "raw": "3"
"digest": null
}, },
"right": { "right": {
"type": "Literal", "type": "Literal",
@ -44,22 +42,12 @@ expression: actual
"start": 13, "start": 13,
"end": 14, "end": 14,
"value": 3, "value": 3,
"raw": "3", "raw": "3"
"digest": null }
}, }
"digest": null
},
"digest": null
} }
], ],
"kind": "const", "kind": "const"
"digest": null
} }
], ]
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 0, "start": 0,
"end": 1, "end": 1,
"name": "x", "name": "x"
"digest": null
}, },
"init": { "init": {
"type": "Literal", "type": "Literal",
@ -29,20 +28,11 @@ expression: actual
"start": 4, "start": 4,
"end": 5, "end": 5,
"value": 4, "value": 4,
"raw": "4", "raw": "4"
"digest": null }
},
"digest": null
} }
], ],
"kind": "const", "kind": "const"
"digest": null
} }
], ]
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -1,6 +1,5 @@
--- ---
source: kcl/src/parser/parser_impl.rs source: kcl/src/parser/parser_impl.rs
assertion_line: 3718
expression: actual expression: actual
--- ---
{ {
@ -21,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 6, "start": 6,
"end": 9, "end": 9,
"name": "obj", "name": "obj"
"digest": null
}, },
"init": { "init": {
"type": "ObjectExpression", "type": "ObjectExpression",
@ -38,8 +36,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 13, "start": 13,
"end": 19, "end": 19,
"name": "center", "name": "center"
"digest": null
}, },
"value": { "value": {
"type": "ArrayExpression", "type": "ArrayExpression",
@ -53,8 +50,7 @@ expression: actual
"start": 23, "start": 23,
"end": 25, "end": 25,
"value": 10, "value": 10,
"raw": "10", "raw": "10"
"digest": null
}, },
{ {
"type": "Literal", "type": "Literal",
@ -62,13 +58,10 @@ expression: actual
"start": 27, "start": 27,
"end": 29, "end": 29,
"value": 10, "value": 10,
"raw": "10", "raw": "10"
"digest": null }
]
} }
],
"digest": null
},
"digest": null
}, },
{ {
"type": "ObjectProperty", "type": "ObjectProperty",
@ -78,8 +71,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 32, "start": 32,
"end": 38, "end": 38,
"name": "radius", "name": "radius"
"digest": null
}, },
"value": { "value": {
"type": "Literal", "type": "Literal",
@ -87,25 +79,14 @@ expression: actual
"start": 40, "start": 40,
"end": 41, "end": 41,
"value": 5, "value": 5,
"raw": "5", "raw": "5"
"digest": null }
}, }
"digest": null ]
}
} }
], ],
"digest": null "kind": "const"
},
"digest": null
} }
], ]
"kind": "const",
"digest": null
}
],
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 6, "start": 6,
"end": 11, "end": 11,
"name": "myVar", "name": "myVar"
"digest": null
}, },
"init": { "init": {
"type": "CallExpression", "type": "CallExpression",
@ -32,8 +31,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 14, "start": 14,
"end": 17, "end": 17,
"name": "min", "name": "min"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -51,8 +49,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 19, "start": 19,
"end": 25, "end": 25,
"name": "legLen", "name": "legLen"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -61,8 +58,7 @@ expression: actual
"start": 26, "start": 26,
"end": 27, "end": 27,
"value": 5, "value": 5,
"raw": "5", "raw": "5"
"digest": null
}, },
{ {
"type": "Literal", "type": "Literal",
@ -70,14 +66,11 @@ expression: actual
"start": 29, "start": 29,
"end": 30, "end": 30,
"value": 4, "value": 4,
"raw": "4", "raw": "4"
"digest": null
} }
], ],
"optional": false, "optional": false
"digest": null }
},
"digest": null
}, },
{ {
"type": "Literal", "type": "Literal",
@ -85,24 +78,14 @@ expression: actual
"start": 33, "start": 33,
"end": 34, "end": 34,
"value": 5, "value": 5,
"raw": "5", "raw": "5"
"digest": null
} }
], ],
"optional": false, "optional": false
"digest": null }
},
"digest": null
} }
], ],
"kind": "const", "kind": "const"
"digest": null
} }
], ]
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 6, "start": 6,
"end": 11, "end": 11,
"name": "myVar", "name": "myVar"
"digest": null
}, },
"init": { "init": {
"type": "PipeExpression", "type": "PipeExpression",
@ -41,8 +40,7 @@ expression: actual
"start": 14, "start": 14,
"end": 15, "end": 15,
"value": 5, "value": 5,
"raw": "5", "raw": "5"
"digest": null
}, },
"right": { "right": {
"type": "Literal", "type": "Literal",
@ -50,10 +48,8 @@ expression: actual
"start": 18, "start": 18,
"end": 19, "end": 19,
"value": 6, "value": 6,
"raw": "6", "raw": "6"
"digest": null }
},
"digest": null
}, },
{ {
"type": "CallExpression", "type": "CallExpression",
@ -64,8 +60,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 23, "start": 23,
"end": 29, "end": 29,
"name": "myFunc", "name": "myFunc"
"digest": null
}, },
"arguments": [ "arguments": [
{ {
@ -74,39 +69,22 @@ expression: actual
"start": 30, "start": 30,
"end": 32, "end": 32,
"value": 45, "value": 45,
"raw": "45", "raw": "45"
"digest": null
}, },
{ {
"type": "PipeSubstitution", "type": "PipeSubstitution",
"type": "PipeSubstitution", "type": "PipeSubstitution",
"start": 34, "start": 34,
"end": 35, "end": 35
"digest": null
} }
], ],
"optional": false, "optional": false
"digest": null }
]
}
} }
], ],
"nonCodeMeta": { "kind": "const"
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
},
"digest": null
} }
], ]
"kind": "const",
"digest": null
}
],
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 6, "start": 6,
"end": 7, "end": 7,
"name": "x", "name": "x"
"digest": null
}, },
"init": { "init": {
"type": "BinaryExpression", "type": "BinaryExpression",
@ -40,32 +39,20 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 11, "start": 11,
"end": 15, "end": 15,
"name": "leg2", "name": "leg2"
"digest": null }
},
"digest": null
}, },
"right": { "right": {
"type": "Identifier", "type": "Identifier",
"type": "Identifier", "type": "Identifier",
"start": 18, "start": 18,
"end": 27, "end": 27,
"name": "thickness", "name": "thickness"
"digest": null }
}, }
"digest": null
},
"digest": null
} }
], ],
"kind": "const", "kind": "const"
"digest": null
} }
], ]
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

View File

@ -20,8 +20,7 @@ expression: actual
"type": "Identifier", "type": "Identifier",
"start": 4, "start": 4,
"end": 5, "end": 5,
"name": "x", "name": "x"
"digest": null
}, },
"init": { "init": {
"type": "BinaryExpression", "type": "BinaryExpression",
@ -35,8 +34,7 @@ expression: actual
"start": 8, "start": 8,
"end": 9, "end": 9,
"value": 1, "value": 1,
"raw": "1", "raw": "1"
"digest": null
}, },
"right": { "right": {
"type": "BinaryExpression", "type": "BinaryExpression",
@ -50,8 +48,7 @@ expression: actual
"start": 13, "start": 13,
"end": 14, "end": 14,
"value": 3, "value": 3,
"raw": "3", "raw": "3"
"digest": null
}, },
"right": { "right": {
"type": "Literal", "type": "Literal",
@ -59,24 +56,13 @@ expression: actual
"start": 17, "start": 17,
"end": 18, "end": 18,
"value": 4, "value": 4,
"raw": "4", "raw": "4"
"digest": null }
}, }
"digest": null }
},
"digest": null
},
"digest": null
} }
], ],
"kind": "const", "kind": "const"
"digest": null
} }
], ]
"nonCodeMeta": {
"nonCodeNodes": {},
"start": [],
"digest": null
},
"digest": null
} }

Some files were not shown because too many files have changed in this diff Show More