-
-
Notifications
You must be signed in to change notification settings - Fork 930
Closed
Labels
C-enhancementCategory - New feature or requestCategory - New feature or requestC-performanceCategory - Solution not expected to change functional behavior, only performanceCategory - Solution not expected to change functional behavior, only performancegood first issueExperience Level - Good for newcomersExperience Level - Good for newcomers
Description
Our code to change is:
oxc/crates/oxc_linter/src/service.rs
Lines 179 to 183 in 666282a
| let file_result = fs::read_to_string(path).map_err(|e| { | |
| Error::new(OxcDiagnostic::error(format!( | |
| "Failed to open file {path:?} with error \"{e}\"" | |
| ))) | |
| }); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-enhancementCategory - New feature or requestCategory - New feature or requestC-performanceCategory - Solution not expected to change functional behavior, only performanceCategory - Solution not expected to change functional behavior, only performancegood first issueExperience Level - Good for newcomersExperience Level - Good for newcomers
Type
Fields
Give feedbackPriority
None yet