Skip to content

Commit

Permalink
Merge pull request #59 from calcit-lang/perf
Browse files Browse the repository at this point in the history
use :class-mapper ; optimize parse-all-deps a bit
  • Loading branch information
NoEgAm authored Apr 16, 2024
2 parents 2fbc862 + 05e753a commit 31e17c4
Show file tree
Hide file tree
Showing 8 changed files with 859 additions and 731 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: calcit-lang/[email protected]
with:
version: "0.8.43"
version: "0.8.50"

- run: caps --ci && yarn && yarn compile-server && yarn compile-page && yarn release-page

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: calcit-lang/[email protected]
with:
version: "0.8.44"
version: "0.8.50"

- run: caps --ci && yarn && yarn compile-server && yarn compile-page && yarn release-page

Expand Down
1,153 changes: 643 additions & 510 deletions calcit.cirru

Large diffs are not rendered by default.

178 changes: 96 additions & 82 deletions compact.cirru

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.cirru
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
:dependencies $ {}
|calcit-lang/lilac |main
|calcit-lang/memof |main
|Respo/respo.calcit |0.16.9
|Respo/respo.calcit |0.16.10
|Respo/respo-ui.calcit |main
|Respo/respo-markdown.calcit |main
|calcit-lang/recollect |main
|calcit-lang/bisection-key |main
|Respo/respo-message.calcit |main
|Respo/respo-feather.calcit |main
|Respo/alerts.calcit |main
|mvc-works/ws-edn.calcit |main
|mvc-works/ws-edn.calcit |0.0.10
|Cumulo/cumulo-util.calcit |main
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@calcit/editor",
"version": "0.9.0-a1",
"version": "0.9.1",
"description": "Tree Editor for Calcit Language",
"bin": {
"ct": "server.mjs"
Expand All @@ -24,15 +24,14 @@
"copy-text-to-clipboard": "^3.2.0",
"feather-icons": "^4.29.1",
"url-parse": "^1.5.10",
"vite": "^5.2.6"
"vite": "^5.2.8"
},
"dependencies": {
"@calcit/procs": "^0.8.45",
"@calcit/procs": "^0.8.50",
"chalk": "^5.3.0",
"dayjs": "^1.11.10",
"gaze": "^1.1.3",
"latest-version": "^9.0.0",
"md5": "^2.3.0",
"nanoid": "^5.0.6",
"ws": "^8.16.0"
}
Expand Down
2 changes: 1 addition & 1 deletion server.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node
#!/usr/bin/env node --no-warnings=ExperimentalWarning

import { main_$x_, reload_$x_ } from "./js-out/app.server.mjs"

Expand Down
242 changes: 112 additions & 130 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 31e17c4

Please sign in to comment.