Skip to content

Commit afb3b49

Browse files
committed
Actualizar compilador y documentacion a 0.0.43
1 parent 39fe585 commit afb3b49

25 files changed

+56
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"dompurify": "^2.0.11",
11-
"kscript": "0.0.42",
11+
"kscript": "0.0.43",
1212
"marked": "^1.1.0",
1313
"pug": "^2.0.3",
1414
"pug-plain-loader": "^1.0.0",

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/textos/es/docs/indice.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
versiones:
22
- next
3-
- v0.0.42
3+
- v0.0.43

public/textos/es/docs/next/funciones/funciones-anonimas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Usa la siguiente sintaxis:
88

99
```
10-
fun x y -> x + y
10+
fn x y -> x + y
1111
```
1212

1313
Los parametros son `x` y `y`, y devuelve `x + y`.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)