-
First of all, great project. Had fun using it!
Maybe someone knows a better way to do this, I found it a bit inconvenient for something I would expect to be easier.
Let's take this input file:
…
-
Since the AST has changed in Svelte 5 (and is [not](https://svelte.dev/docs/svelte-compiler#parse) a public API guarantee), currently sveld's [ComponentParser](https://github.com/carbon-design-system/…
-
**Describe the bug**
Version: 17.0.1
When trying to call the remove-Method ([following the docs](https://ts-morph.com/manipulation/removing)) on DeclareKeyword- or ExportKeyword-Nodes, the s…
-
**Describe the bug**
Version: 20.0.0
The `.getChildSyntaxList()` method on UnionTypeNode does not work - it returns undefined even though UnionTypeNode has a direct SyntaxList child node…
-
Hi, here is another question.
(Would be nice to start documenting all of that) ;-)
I am doing static computations and I would like to unwrap this statement (replace the original `IFStatement` wit…
-
I have noticed this issue recently in projects.
In TypeScript files, whenever a type from a different module is exclusively used in `satsifies` type assertions, the `organize-imports` CLI strips th…
-
例えば`publish:draft`みたいなイベント名の場合、引用符で囲まないとprop名にできない。
オブジェクトの組み立てをきちんとASTでやるようにすれば解決しそう
-
Hello,
Using v1.0.0-alpha.24.
I'm using a yarn monorepo, with two packages, in a directory structure similar to this:
```
./package-a/
./package-b/
./node_modules/
```
package-b has a depe…
-
**Is your feature request related to a problem? Please describe.**
Currently generated files often have imports that are not used anywhere
![image](https://user-images.githubusercontent.com/1305378/…
capaj updated
3 years ago
-
Currently, the `Strict Alphabetical` setting is extremely slow on a large interface or culture file - it removes every property or property assignment and then inserts them in the correct order. See i…