File tree Expand file tree Collapse file tree 4 files changed +269
-269
lines changed Expand file tree Collapse file tree 4 files changed +269
-269
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
19
19
20
20
-
uses :
calcit-lang/[email protected]
21
21
with :
22
- version : " 0.8.50 "
22
+ version : " 0.9.0-a1 "
23
23
24
24
- name : " compiles to js"
25
25
run : >
26
- caps --ci && cr --emit-js -- once
26
+ caps --ci && cr --once js
27
27
&& yarn && yarn vite build --base=./
28
28
29
29
- name : Deploy to server
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ cargo install calcit
10
10
11
11
Command line called ` cr ` is avaliable, which stands for "Calcit Runner". Eval snippets via:
12
12
13
- ```
14
- cr -e 'println "|a demo"'
13
+ ``` bash
14
+ cr eval ' println "|a demo"'
15
15
```
16
16
17
- ```
18
- cr -e '
17
+ ``` bash
18
+ cr eval '
19
19
->
20
20
range 100
21
21
map $ fn (x)
@@ -25,8 +25,8 @@ cr -e '
25
25
'
26
26
```
27
27
28
- ```
29
- cr -e '
28
+ ``` bash
29
+ cr eval '
30
30
println $ {}
31
31
:a 100
32
32
:b $ {}
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
- "@calcit/procs" : " ^0.8.50 " ,
3
+ "@calcit/procs" : " ^0.9.0-a1 " ,
4
4
"cirru-color" : " ^0.2.4" ,
5
5
"copy-text-to-clipboard" : " ^3.2.0"
6
6
},
7
7
"devDependencies" : {
8
8
"bottom-tip" : " ^0.1.5" ,
9
- "vite" : " ^5.2.10 "
9
+ "vite" : " ^5.3.3 "
10
10
},
11
11
"version" : " 0.0.1"
12
12
}
You can’t perform that action at this time.
0 commit comments