circle-ir 3.16.7 → 3.16.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12735,6 +12735,8 @@ var ExpressionEvaluator = class {
12735
12735
  this.source = source;
12736
12736
  this.getSymbol = getSymbol;
12737
12737
  }
12738
+ source;
12739
+ getSymbol;
12738
12740
  /**
12739
12741
  * Evaluate an expression node to determine its constant value.
12740
12742
  */
@@ -17637,6 +17639,7 @@ var ConstantPropagationPass = class {
17637
17639
  constructor(tree) {
17638
17640
  this.tree = tree;
17639
17641
  }
17642
+ tree;
17640
17643
  name = "constant-propagation";
17641
17644
  category = "security";
17642
17645
  run(ctx) {
@@ -11528,6 +11528,8 @@ var ExpressionEvaluator = class {
11528
11528
  this.source = source;
11529
11529
  this.getSymbol = getSymbol;
11530
11530
  }
11531
+ source;
11532
+ getSymbol;
11531
11533
  /**
11532
11534
  * Evaluate an expression node to determine its constant value.
11533
11535
  */
@@ -11463,6 +11463,8 @@ var ExpressionEvaluator = class {
11463
11463
  this.source = source;
11464
11464
  this.getSymbol = getSymbol;
11465
11465
  }
11466
+ source;
11467
+ getSymbol;
11466
11468
  /**
11467
11469
  * Evaluate an expression node to determine its constant value.
11468
11470
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "circle-ir",
3
- "version": "3.16.7",
3
+ "version": "3.16.8",
4
4
  "description": "High-performance Static Application Security Testing (SAST) library for detecting security vulnerabilities through taint analysis",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -95,7 +95,7 @@
95
95
  "devDependencies": {
96
96
  "@types/node": "^25.5.0",
97
97
  "@vitest/coverage-v8": "^4.1.2",
98
- "esbuild": "^0.27.4",
98
+ "esbuild": "^0.28.0",
99
99
  "tree-sitter-bash": "^0.25.1",
100
100
  "tree-sitter-java": "^0.23.5",
101
101
  "tree-sitter-python": "^0.25.0",