fix: nimcheck improvements for generics, JS operators, Python 3.10+ syntax
- Add tolerantMode for generic Nim code with < > brackets - Fix JS ?. and ?? operator tokenization - Add Python 3.10 match/case keywords, underscore prefix support - Fix f-string parsing operator precedence bug - Fix duplicate foundClosing assignments in JS/PHP tokenizers - Treat unknown flavors as info instead of error - Add comprehensive test coverage for all fixes
This commit is contained in:
Vendored
+3
@@ -1,2 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
echo "Hello, world!"
|
||||
if [[ "$a" = "$b" ]]; then
|
||||
echo "a equals b"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user