Skip to content

Commit 39105bb

Browse files
committed
chore(diagnostics): add note about blocking feature for no-unknown-operations
1 parent 4b2a927 commit 39105bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

script/core/diagnostics/no-unknown-operations.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,8 @@ return function (uri, callback)
5151
}
5252
return
5353
end
54+
55+
-- TODO: it seems that if the operator is defined and the other arg is unkown it is always inferred as the
56+
-- return type of the operator, so we can't check that case currently
5457
end)
5558
end

0 commit comments

Comments
 (0)