microsoft / microsoft/TypeScript-TmLanguage
JSX. Does not detect scopes in tag name
Open
Nobody has claimed this yet.
Suggestion
- Dominant language
- TypeScript
- Stars
- 471
- Forks
- 149
- PR merge metrics
- No merged PRs in 30d
Description
TS and JS Grammar Extension version: 0.0.41 / latest
Code
Does not assign scope to point symbol
Does not detect 'comps' variable access
import comps from './mycomps'
const element = <comps.MyComp />
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the TS and JS Grammar Extension and reproduce the example using the shown import and JSX tag. Trace how scopes are assigned inside the tag name; done means the point symbol and the comps variable access receive the expected scopes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100