improve type inferencing + fix bug in CallBlock suggestion priorities

This commit is contained in:
Joeri Exelmans 2025-05-18 10:33:43 +02:00
parent 24689b3783
commit c45f19143b
6 changed files with 156 additions and 765 deletions

View file

@ -10,6 +10,11 @@
display: inline-block;
}
*:hover:not(:has(> *:hover)) {
/* useful for debugging: */
/* border-width: 2px !important; */
}
.offending .error {
background-color: transparent;
}