rhys-vdw / rhys-vdw/lua-doc-extractor
Table literal not interpreted as literal
Open
Nobody has claimed this yet.
pretty output
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 3
- Avg merge
- 2m
- Merged PRs (30d)
- 1
Description
/*** @global Spring.MoveCtrl {} */
actual:
---@type {}
Spring.MoveCtrl = nil
expected:
Spring.MoveCtrl = {}
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 by reproducing the documented C-style comment containing Spring.MoveCtrl {} and compare the extractor's actual Lua output with the expected table assignment. Done means the generated output preserves Spring.MoveCtrl = {} instead of assigning nil.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua, typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100