@@ -93,7 +93,7 @@ Note: The built-in formatter is not stylua, but emmyluacodestyle. This feature s
9393--- @param f1 fun ( ... : T... ): any
9494--- @param ... T ...
9595function invoke (f1 , ...)
96-
96+
9797end
9898
9999invoke (function (a , b , c ) -- infer as: integer, integer, integer
@@ -279,7 +279,7 @@ Also supports immutability checks for iterator variables in for loop statements.
279279## [ 0.8.0] - 2025-5-30
280280
281281### ✨ Added
282- - ** New Standard Types** :
282+ - ** New Standard Types** :
283283 - ` std.Unpack ` type for better ` unpack ` function inference
284284 - ` std.Rawget ` type for better ` rawget ` function inference
285285- ** Generator Support** : Implementation similar to ` luals `
@@ -397,7 +397,7 @@ Global configuration have less priority than the local one
397397- ** Flow Analyze Algorithm** : Refactor flow analyze algorithm
398398
399399### 🐛 Fixed
400- - ** Self Inference** : Fix some self infer issue
400+ - ** Self Inference** : Fix some self infer issue
401401- ** Diagnostic Action** : Fix some diagnostic action issue
402402- ** Type Check and Completion** : Optimize some type check and completion
403403
@@ -429,7 +429,7 @@ Global configuration have less priority than the local one
429429
430430### ✨ Added
431431- ** Re-index Control** : Disable re-index in default, need to enable by ` workspace.enableReindex `
432- - ** New Diagnostics** : Add New Diagnostics ` inject_field ` , ` missing_fields ` , ` redefined_local ` , ` undefined_field ` , ` inject-field ` , ` missing-global-doc ` ,
432+ - ** New Diagnostics** : Add New Diagnostics ` inject_field ` , ` missing_fields ` , ` redefined_local ` , ` undefined_field ` , ` inject-field ` , ` missing-global-doc ` ,
433433` incomplete-signature-doc ` , ` circle-doc-class ` , ` assign-type-mismatch ` , ` unbalanced_assignments ` , ` check_return_count ` , ` duplicate_require ` , ` circle_doc_class ` , ` incomplete_signature_doc ` , ` unnecessary_assert `
434434- ** Boolean Type Support** : Support ` true ` and ` false ` as type
435435- ** Compact Fun Return Syntax** : Compact luals fun return syntax like: ` (name: string, age: number) `
@@ -497,7 +497,7 @@ Global configuration have less priority than the local one
497497 ```
498498- ** Enum Type Check Fix** : Fix enum type check
499499- ** Custom Operator Infer Fix** : Fix custom operator infer
500- - ** Select Function Fix and Std.Select Type Addition** : Fix select function and add std.Select type
500+ - ** Select Function Fix and Std.Select Type Addition** : Fix select function and add std.Select type
501501- ** Union Type Refactor** : Refactor Union type
502502- ** Description Support for Type** : Add description to type
503503- ** Multi Union Description Support** : Support description without '#' on multi union
@@ -541,7 +541,7 @@ Global configuration have less priority than the local one
541541
542542---
543543
544- ## [ 0.4.6]
544+ ## [ 0.4.6]
545545
546546### 🐛 Fixed
547547- ** Executable File Directory Hierarchy Issue** : Fix issue with executable file directory hierarchy being too deep.
0 commit comments