We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68dd66d commit 2c93ae8Copy full SHA for 2c93ae8
src/modules/codeutils.ts
@@ -30,7 +30,7 @@ const cbcodeutils = {
30
let pathInput= response.projectPath;
31
let parser= new Parser();
32
// Initialize the parser with the JavaScript language
33
- parser.setLanguage(JavaScript as unknown as Parser.Language);
+ parser.setLanguage(JavaScript);
34
const trees = [];
35
const functionNodes = [];
36
0 commit comments