matthewmueller / matthewmueller/duo-builder
include module name in `json`
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
for transforms.
builder().transform('js', function(js, json){
if ('my-module' == json.module) return js;
return '(function(){ ' + src + ' });';
});
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 at the builder().transform('js', ...) entry point shown in the issue and trace the json argument passed to the transform callback. Confirm how the module name is represented there, then verify that json.module is available to distinguish 'my-module' from other transforms.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100