-
### Describe the Issue
transferred from https://github.com/dotnet/vscode-csharp/issues/7617, filed by @glen-84
Type: Bug
## Issue Description ##
There is an excessive amount of logging in th…
-
We've added two new compiler features, but haven't done much in the way of project restructuring to accommodate this change. Referencing #33, the new compiler pipeline should be:
- lex
- parse
- …
-
## Language name
Winglang
## URL of example repository
* https://github.com/fl0wo/wing-cloud-examples/tree/main/pokemon-list
* https://github.com/eladb/wing-containers
## URL of syntax …
eladb updated
10 months ago
-
```
Description:
Goal:
1. Make it more reasonable
2. Run faster
Issues:
1. Remove syntax tree usage in semantic tree.
2. Function type and function should be separated.
3. More semantic ch…
-
As the VS Code team is considering integrating tree-sitter in the UI thread (https://github.com/microsoft/vscode/pull/161479 and more recently https://github.com/microsoft/vscode/issues/2074…
-
**Describe the bug**
First off, a HUGE thank you for making this project available. It's been so incredibly helpful!
I appear to have broken the tree view and code when attempting to using JSX sy…
jvivs updated
3 years ago
-
Hi,
I am trying to grow a syntax tree that contains a list of variables such as `[X1, X2, ..., Xn]`. My main requirement is that all of the listed variables are used somewhere in the tree (other co…
-
Hi @s-panferov,
Given that TypeScript 2 now supports leaving ES2015 module syntax intact (whilst transpiling the rest), and Webpack 2 is able to perform tree-shaking on ES2015 module syntax, I was wo…
-
I believe that people may have like me old projects that has legacy code tie to webpack, or like me, vite is not working like webpack.
when I tried to migrate from Vite to webpack, and use this too…
-
## Current errors
The current errors are insuficient to learn how to resolve the issue when the parser is complaining, and lack a bit of context, they are classified by:
### Lexing/Parsing error…