-
Some of the output is missing commas, which makes invalid JSON.
![image](https://github.com/user-attachments/assets/8154c931-d37d-4045-9955-0aca4e73cb40)
-
Constants seem to not be emitted into the JSON at all, when they should be.
-
Functions only have their qualified name, parameters and return type emitted at the moment.
-
Only print the json for a scope up to this module depth. I'm requesting this because the json files can quickly get way too huge to manage.
Also, should the ast printer maybe be split out into a di…
-
Is there a way to parse mermaid text into an AST? I want to render mermaid diagrams in an environment that uses its own elements, not svg. I believe having an AST representation would make this easier…
-
### Steps to Reproduce
1- Post something in asturianu https://www.localeplanet.com/icu/ast-ES/index.html like "Ye cierto, ensin embargo nun sé por qué sí me sal automáticamente esta etiqueta:" and th…
-
Environment:
> ktreesitter 0.23.0
> Kotlin 1.9
> JDK 17
Description:
ktreesitter takes 20 seconds to initialize a 13 MB string. All other stuffs, like incremental updating or querying the A…
-
In #678, we've got a manual AST generator for verification purposes.
For now, it is fully manually written, and I believe this is far from productive.
Let's consider automating it somehow. Some …
-
Considering this example
```
const test = {
timezones: () => import('@/timezones.json', { assert: { type: 'json' } }).then((module) => module.default),
test: () => import('../../timezon…
-
**Is your feature request related to a problem? Please describe.**
My feature request is not related to a problem with slang.
**Describe the solution you'd like**
For completeness, here is a mini…