Skip to content

Commit dc88e49

Browse files
committed
refactor: simplify queries with flowR 2.6.2
1 parent b19da65 commit dc88e49

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"typescript": "^5.9.3"
1515
},
1616
"dependencies": {
17-
"@eagleoutice/flowr": "^2.6.1"
17+
"@eagleoutice/flowr": "^2.6.2"
1818
}
1919
}

src/main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ async function main(folder: string, outputFile: string) {
1414
.setEngine('tree-sitter')
1515
.add(fileProtocol + folder)
1616
.build();
17-
18-
await analyzer.runFull();
1917

2018
try {
2119
const time = Date.now();

0 commit comments

Comments
 (0)