benjamn / benjamn/recast

visitAssignment: can I get the "full name" of the LHS?

Open
#672 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
5.3k
Forks
363
Avg merge
3d 8h
Merged PRs (30d)
3

Description

I'm trying to detect assignments such as

```
CSL.XmlJSON.prototype.children = function() { ... }
```

how can I reconstruct the `CSL.XmlJSON.prototype.children` left hand side when i'm in `visitAssignment`?

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue names visitAssignment as the entry point; start there and inspect how the assignment node exposes its left-hand side. Done means determining whether the qualified name can be reconstructed and documenting or implementing the supported approach, with any relevant tests identified during that investigation.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, typescript
Domain
tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
32/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.