klei / klei/gulp-angular-filesort
Processing should not fail for a single parsing error
Open
- Dominant language
- JavaScript
- Stars
- 131
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/klei/gulp-angular-filesort/blob/master/index.js#L24
Does this make sense to through this error instead of continuing ? If there is about 100 javascript files to sort, why breaking the whole processing just because of one file ?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at index.js line 24 and trace how a parsing error is handled during file sorting. Determine whether one malformed JavaScript file can be skipped while processing continues, and verify the behavior with the repository’s existing test or processing command.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100