@lezer/python
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -0,1 +1,9 @@ | ||
## 1.1.3 (2023-03-13) | ||
### Bug fixes | ||
Fix parsing of empty tuple expressions. | ||
Allow `:=` in subscript index expressions. | ||
## 1.1.2 (2023-02-03) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "@lezer/python", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Lezer-based Python grammar", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
173201
1000