@@ -398,7 +398,6 @@ object<string, string>
398398 */
399399 " global" : " Fallback" ,
400400 /*
401- * cast-type-mismatch
402401 * circle-doc-class
403402 * doc-field-no-class
404403 * duplicate-doc-alias
@@ -517,7 +516,6 @@ object<string, string>
517516 */
518517 " global" : " Fallback" ,
519518 /*
520- * cast-type-mismatch
521519 * circle-doc-class
522520 * doc-field-no-class
523521 * duplicate-doc-alias
@@ -659,7 +657,7 @@ object<string, string>
659657 " assign-type-mismatch" : " Opened" ,
660658 " await-in-sync" : " None" ,
661659 " cast-local-type" : " Opened" ,
662- " cast-type-mismatch" : " Any " ,
660+ " cast-type-mismatch" : " Opened " ,
663661 " circle-doc-class" : " Any" ,
664662 " close-non-object" : " Any" ,
665663 " code-after-break" : " Opened" ,
@@ -694,7 +692,7 @@ object<string, string>
694692 " missing-return-value" : " Any" ,
695693 " need-check-nil" : " Opened" ,
696694 /*
697- 在字面量表中,2行代码之间缺少分隔符,在语法上被解析为了一次索引操作
695+ Enable newfield call diagnostics. It is raised when the parenthesis of a function call appear on the following line when defining a field in a table.
698696 */
699697 " newfield-call" : " Any" ,
700698 /*
@@ -830,7 +828,7 @@ object<string, string>
830828 " missing-return-value" : " Warning" ,
831829 " need-check-nil" : " Warning" ,
832830 /*
833- 在字面量表中,2行代码之间缺少分隔符,在语法上被解析为了一次索引操作
831+ Enable newfield call diagnostics. It is raised when the parenthesis of a function call appear on the following line when defining a field in a table.
834832 */
835833 " newfield-call" : " Warning" ,
836834 /*
@@ -1413,17 +1411,17 @@ string
14131411
14141412# runtime.pluginArgs
14151413
1416- Arguments to pass to to the runtime plug .
1414+ Additional arguments for the plugin .
14171415
14181416## type
14191417
14201418``` ts
1421- array < string >
1419+ Array < string >
14221420```
14231421
1424- ## default
1422+ ## default
14251423
1426- ``` json
1424+ ``` jsonc
14271425[]
14281426```
14291427
@@ -1616,7 +1614,7 @@ boolean
16161614## default
16171615
16181616``` jsonc
1619- false
1617+ true
16201618```
16211619
16221620# type.weakNilCheck
@@ -1839,4 +1837,4 @@ Array<string>
18391837
18401838``` jsonc
18411839[]
1842- ```
1840+ ```
0 commit comments