2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Rust19,458 stars (19,458 stars)1,353 forks (1,353 forks)batch import
enhancementgood first issue
Description
E.g. for load_files, see https://github.com/copy/v86/search?l=JavaScript&q=.then
Contributor guide
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- refactor
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- JavaScriptasync/awaitv86 codebase
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 70
- Research direction
- Search for .then calls in the JavaScript codebase (use the search link in the issue: https://github.com/copy/v86/search?l=JavaScript&q=.then). For each occurrence, convert to async/await syntax. Check the issue comments for any additional context or discussion. Ensure that the code still works correctly after refactoring. Focus on the load files function and similar patterns.