Andrei Neamtu

Results 14 comments of Andrei Neamtu

Thank you for the test too! From there I understood that it's important to include the "res" object too so it works! Also that line "If the function returns the...

Yes that's how I did, but this means to load it from HuggingFace. I wanted to load it from my local machine. Is that possible?

> > This PR introduces Svelte language support by integrating it into the existing cpg-language-typescript module. Key Changes: > > > > * Unified Deno Parser: The Deno parser script...

Hello @oxisto, As you suggested, I'm currently working on integrating Svelte language support into the CPG by extending the existing cpg-language-typescript module. I've created the necessary Kotlin files for the...

> There is nothing wrong with the class path. You simple did not import the `TypeManager` class... By looking at this, I can only suspect that large parts of this...

Hi @oxisto, We've been working on parsing the svelte files and have hit a roadblock with the current Deno-based unified parser (src/main/typescript/src/parser.ts). **Problem:** The Deno script, even when updated to...

> Nope, this has nothing to do with deno vs. node. You are using an extremely old version of the Svelte compiler. Try upgrading from `4.2.12` to the recent `5.2.28`...

Hi @oxisto, We made more progress on adding Svelte support to cpg-language-typescript. Basic parsing and top-level CPG node creation (vars, function signatures) for .svelte files work, and initial tests pass....

Hello @oxisto, I wanted to give you a progress update. We've made significant progress on Svelte language support in cpg-language-typescript! I pushed it on this branch. ✨ **Current Status:** -...

I get the same error after it worked a few times. is there a fix for this?