-
Currently when the rewriter encounters nested accessors and methods it will only convert the outermost to its original:
```
const pathLength = url.pathname.length;
const expressionName = node.get…
-
When using `Equations` with name mangling enabled, I am seeing the following error:
```
Error:
Anomaly "Uncaught exception Failure("Could not generate a permutation")."
Please report at http://coq…
-
**Describe the bug**
Version: 13.0.2
I *believe* this is a bug, but I'm not 100% sure. I'm getting results from `SourceFile.getReferencingSourceFiles()` as well as `SourceFile.getReferen…
-
**Describe the bug**
Version: 9.1.0
Hey @dsherret. I'm getting a weird formatting issue when trying to add some whitespace before a `JsxAttribute` node.
I'm trying to get a new attribute to …
-
I have a `Vec2` class with typical property accessors (`.x`, `.y`) and of course the typical methods you'd expect (`add`, `subtract`, `normalize`, etc.)
I'd like to run a series of morphs on this, …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Ignored or Blocked
These are…
-
Seems that most cosmos-kit published packages is using the convention to split CommonJS and ESM sources to separate directories (https://unpkg.com/browse/@cosmos-kit/react@0.26.0/). This results in po…
-
For example, if I have a type that is:
```
type Company = {
name: string
employees: Person[]
}
type Person = {
name: string
age: number
}
```
How can I get the deeply interpret…
-
Instead of #512, there could instead be an option to traverse in post order.
For example:
```ts
enum TreeOrder {
Pre = "pre",
Post = "post"
}
node.forEachDescendant(TreeOrder.Post…
-
There is a bunch of stuff that uses the logic `JSON.parse(Config.LOGGERCOLORS) || true` and LOGGERCOLORS (amongst others) are `undefined`. This is just from setting the NODE_ENV to development after …