File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 88* ` FIX ` reimplement section ` luals.config ` in file doc.json
99* ` FIX ` incorrect file names in file doc.json
1010* ` FIX ` remove extra ` ./ ` path prefix in the check report when using ` --check=. `
11+ * ` FIX ` fix type annotations for bit module
1112
1213## 3.13.6
1314` 2025-2-6 `
Original file line number Diff line number Diff line change @@ -22,25 +22,22 @@ function bit.tohex(x, n) end
2222function bit .bnot (x ) end
2323
2424--- @param x integer
25- --- @param x2 integer
2625--- @param ... integer
2726--- @return integer y
2827--- @nodiscard
29- function bit .bor (x , x2 , ...) end
28+ function bit .bor (x , ...) end
3029
3130--- @param x integer
32- --- @param x2 integer
3331--- @param ... integer
3432--- @return integer y
3533--- @nodiscard
36- function bit .band (x , x2 , ...) end
34+ function bit .band (x , ...) end
3735
3836--- @param x integer
39- --- @param x2 integer
4037--- @param ... integer
4138--- @return integer y
4239--- @nodiscard
43- function bit .bxor (x , x2 , ...) end
40+ function bit .bxor (x , ...) end
4441
4542--- @param x integer
4643--- @param n integer
You can’t perform that action at this time.
0 commit comments