Rewrite solcjs to use functions/callbacks
Open
good first issue
help wanted
refactor
- Dominant language
- TypeScript
- Stars
- 1.5k
- Forks
- 349
- Avg merge
- 8m
- Merged PRs (30d)
- 1
Description
And in that case stdio reading can be done properly using:
```
process.stdin.on('data', function(chunk) {
})
process.stdin.on('end', function() {
})
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the solcjs command-line entry point that reads process.stdin and trace how input and completion are currently handled. Compare that flow with the data and end callbacks shown in the issue, then identify existing tests for standard-input compilation. Done means stdin is consumed reliably through callbacks and the CLI still produces the expected compiler output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript
- Domain
- cli, compilers
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100