rhys-vdw / rhys-vdw/lua-doc-extractor
Support custom attribute that splits output into specific files
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 3
- Avg merge
- 2m
- Merged PRs (30d)
- 1
Description
So that we can create one library per "environment" in BAR. synced/unsynced etc.
---@env synced, unsynced
function Spring.Whatever(); end
The definition should end up in both outputs, and ideally be able to be imported separately into each file.
Need to make a proof-of-concept to test how this can work.
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 issue's Lua example and inspect the repository to find the parser and output-generation entry points; no files or tests are named in the report. Use the ---@env synced, unsynced case to define the proof of concept, including duplicated definitions and separate imports, then document or test the resulting behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua, typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100