Skip to content

Commit fcb23b5

Browse files
authored
chore(deps): update typst.ts version to 0.5.5-rc7 (#13)
1 parent 41ed828 commit fcb23b5

File tree

7 files changed

+95
-95
lines changed

7 files changed

+95
-95
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ bun add textlint-plugin-typst
4040

4141
## Syntax support
4242

43-
This plugin supports the syntax of Typst [v0.12.0](https://github.com/typst/typst/releases/tag/v0.12.0).
43+
This plugin supports the syntax of Typst [v0.13.0](https://github.com/typst/typst/releases/tag/v0.13.0).
4444

4545
Legend for syntax support:
4646

bun.lockb

18 Bytes
Binary file not shown.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"update-fixtures": "bun ./test/update-fixtures.ts && biome check --write ./test/fixtures"
2727
},
2828
"dependencies": {
29-
"@myriaddreamin/typst-ts-web-compiler": "^0.5.1"
29+
"@myriaddreamin/typst-ts-web-compiler": "^0.5.5-rc7"
3030
},
3131
"devDependencies": {
3232
"@biomejs/biome": "^1.9.2",
33-
"@myriaddreamin/typst.ts": "^0.5.1",
33+
"@myriaddreamin/typst.ts": "^0.5.5-rc7",
3434
"@textlint/ast-node-types": "^14.0.4",
3535
"@textlint/ast-tester": "^14.0.4",
3636
"@textlint/types": "^14.0.4",

test/paragraphizedTextlintAstObject.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@
780780
"column": 22
781781
}
782782
},
783-
"type": "Str"
783+
"type": "Marked::MathText"
784784
},
785785
{
786786
"value": "_",
@@ -812,7 +812,7 @@
812812
"column": 24
813813
}
814814
},
815-
"type": "Str"
815+
"type": "Marked::MathText"
816816
}
817817
],
818818
"raw": "F_n",
@@ -859,7 +859,7 @@
859859
"column": 26
860860
}
861861
},
862-
"type": "Str"
862+
"type": "Marked::MathText"
863863
},
864864
{
865865
"type": "Str",
@@ -893,7 +893,7 @@
893893
"column": 28
894894
}
895895
},
896-
"type": "Str"
896+
"type": "Marked::MathText"
897897
},
898898
{
899899
"value": "_",
@@ -945,7 +945,7 @@
945945
"column": 31
946946
}
947947
},
948-
"type": "Str"
948+
"type": "Marked::MathText"
949949
},
950950
{
951951
"value": "-",
@@ -977,7 +977,7 @@
977977
"column": 33
978978
}
979979
},
980-
"type": "Str"
980+
"type": "Marked::MathText"
981981
}
982982
],
983983
"raw": "n-1",
@@ -1070,7 +1070,7 @@
10701070
"column": 36
10711071
}
10721072
},
1073-
"type": "Str"
1073+
"type": "Marked::MathText"
10741074
},
10751075
{
10761076
"type": "Str",
@@ -1104,7 +1104,7 @@
11041104
"column": 38
11051105
}
11061106
},
1107-
"type": "Str"
1107+
"type": "Marked::MathText"
11081108
},
11091109
{
11101110
"value": "_",
@@ -1156,7 +1156,7 @@
11561156
"column": 41
11571157
}
11581158
},
1159-
"type": "Str"
1159+
"type": "Marked::MathText"
11601160
},
11611161
{
11621162
"value": "-",
@@ -1188,7 +1188,7 @@
11881188
"column": 43
11891189
}
11901190
},
1191-
"type": "Str"
1191+
"type": "Marked::MathText"
11921192
}
11931193
],
11941194
"raw": "n-2",
@@ -1511,7 +1511,7 @@
15111511
"column": 3
15121512
}
15131513
},
1514-
"type": "Str"
1514+
"type": "Marked::MathText"
15151515
},
15161516
{
15171517
"value": "_",
@@ -1543,7 +1543,7 @@
15431543
"column": 5
15441544
}
15451545
},
1546-
"type": "Str"
1546+
"type": "Marked::MathText"
15471547
}
15481548
],
15491549
"raw": "F_n",
@@ -1590,7 +1590,7 @@
15901590
"column": 7
15911591
}
15921592
},
1593-
"type": "Str"
1593+
"type": "Marked::MathText"
15941594
},
15951595
{
15961596
"type": "Str",
@@ -1662,7 +1662,7 @@
16621662
"column": 15
16631663
}
16641664
},
1665-
"type": "Str"
1665+
"type": "Marked::MathText"
16661666
},
16671667
{
16681668
"type": "Str",
@@ -1762,7 +1762,7 @@
17621762
"column": 24
17631763
}
17641764
},
1765-
"type": "Str"
1765+
"type": "Marked::MathText"
17661766
},
17671767
{
17681768
"value": ")",
@@ -1938,7 +1938,7 @@
19381938
"column": 35
19391939
}
19401940
},
1941-
"type": "Str"
1941+
"type": "Marked::MathText"
19421942
}
19431943
],
19441944
"raw": "phi.alt^n",
@@ -2030,7 +2030,7 @@
20302030
"column": 37
20312031
}
20322032
},
2033-
"type": "Str"
2033+
"type": "Marked::MathText"
20342034
},
20352035
{
20362036
"type": "Str",
@@ -2175,7 +2175,7 @@
21752175
"column": 11
21762176
}
21772177
},
2178-
"type": "Str"
2178+
"type": "Marked::MathText"
21792179
},
21802180
{
21812181
"type": "Str",
@@ -2229,7 +2229,7 @@
22292229
"column": 14
22302230
}
22312231
},
2232-
"type": "Str"
2232+
"type": "Marked::MathText"
22332233
},
22342234
{
22352235
"type": "Str",
@@ -2261,7 +2261,7 @@
22612261
"column": 16
22622262
}
22632263
},
2264-
"type": "Str"
2264+
"type": "Marked::MathText"
22652265
},
22662266
{
22672267
"type": "Str",
@@ -2329,7 +2329,7 @@
23292329
"column": 23
23302330
}
23312331
},
2332-
"type": "Str"
2332+
"type": "Marked::MathText"
23332333
},
23342334
{
23352335
"value": ")",
@@ -2485,7 +2485,7 @@
24852485
"column": 29
24862486
}
24872487
},
2488-
"type": "Str"
2488+
"type": "Marked::MathText"
24892489
}
24902490
],
24912491
"raw": "(1 + sqrt(5)) / 2",
@@ -4900,7 +4900,7 @@
49004900
"column": 20
49014901
}
49024902
},
4903-
"type": "Str"
4903+
"type": "Marked::MathText"
49044904
},
49054905
{
49064906
"value": "_",

0 commit comments

Comments
 (0)