-
Stack trace
```
java.lang.IllegalArgumentException
at org.eclipse.jdt.core.dom.ASTNode.setSourceRange(ASTNode.java:3449)
at org.eclipse.jdt.core.dom.ASTConverter.convert(ASTConverter.java:1836…
-
### Describe the bug
The script part of AST specifically imports are missing `importKind` type
### Reproduction
```ts
import { parse } from 'svelte/compiler';
const ast = parse(`
i…
-
The [executable plugins documentation for directives](https://mystmd.org/guide/executable-plugins#defining-a-new-directive) shows how you can return MyST AST by _printing to `stdout`_ in order to gene…
-
-
Alex Nemish [reports](https://x.com/atlanter/status/1846158276917899676) on X:
> Validators are glorified IfThenElses.
> Blockchain space is very expensive.
>
> IfThenElse is one of the most us…
-
Consider the following code:
```
public class X {
static int foo(int i) {
int tw = 0;
switch (i) {
case 1 : {
int z = 100;
b…
-
$ go generate
2024/10/10 18:16:20 flutter-go-bridge generator
2024/10/10 18:16:22 Parsing
2024/10/10 18:16:22 - Package github.com/openimsdk/openim-sdk-core/v3/open_im_sdk_callback
2024/10/10 18:…
-
In example, as I understood, edits are applied only on textual/string data, can this be enhanced to other built-in types, such as lists? For example:
```python
import sqloxide
query = """
with m…
-
Hello,
How can I use Highcharts.AST.allowedAttributes with /usr/local/bin/highcharts-export-server (v4) please ?
I tryed using --customCode "AST.allowedAttributes.js"
but it does not work.
T…
-
When working on a new grammar / language, I see the issue that in Linking and other situations, Langium fails with
Error: AST node has no document.
at getDocument (c:\Users\agraf\.vscode\exten…