Skip to content

Commit 2c93ae8

Browse files
changes
1 parent 68dd66d commit 2c93ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/codeutils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const cbcodeutils = {
3030
let pathInput= response.projectPath;
3131
let parser= new Parser();
3232
// Initialize the parser with the JavaScript language
33-
parser.setLanguage(JavaScript as unknown as Parser.Language);
33+
parser.setLanguage(JavaScript);
3434
const trees = [];
3535
const functionNodes = [];
3636

0 commit comments

Comments
 (0)