-
-
Notifications
You must be signed in to change notification settings - Fork 936
Closed
Labels
C-enhancementCategory - New feature or requestCategory - New feature or request
Description
oxc/crates/oxc_transformer/src/lib.rs
Line 78 in a579011
| pub fn new(allocator: &'a Allocator, source_path: &Path, options: TransformOptions) -> Self { |
TransformOptions has a initialization cost, ideally we should initialize it once and share it across files.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-enhancementCategory - New feature or requestCategory - New feature or request
Type
Fields
Give feedbackPriority
None yet