@lezer/cpp
Advanced tools
+6
-0
@@ -0,1 +1,7 @@ | ||
| ## 1.1.5 (2026-01-05) | ||
| ### Bug fixes | ||
| Improve handling of unclosed block comments. | ||
| ## 1.1.4 (2025-12-09) | ||
@@ -2,0 +8,0 @@ |
+1
-1
| { | ||
| "name": "@lezer/cpp", | ||
| "version": "1.1.4", | ||
| "version": "1.1.5", | ||
| "description": "lezer-based C++ grammar", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs", |
@@ -320,1 +320,9 @@ # Returning braced initializer lists | ||
| CompoundStatement)) | ||
| # Prefers Call Expression to Function Declaration | ||
| foo(a, b | ||
| ==> | ||
| Program(ExpressionStatement(CallExpression(Identifier,ArgumentList(Identifier,",",Identifier,⚠)),⚠)) |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
50
-1.96%439361
-0.56%1774
-0.67%