-
-
Notifications
You must be signed in to change notification settings - Fork 931
Closed
Labels
C-enhancementCategory - New feature or requestCategory - New feature or request
Description
oxc/crates/oxc_parser/src/js/expression.rs
Lines 348 to 351 in afe728a
| let _pattern = self | |
| .options | |
| .parse_regular_expression | |
| .then(|| self.parse_regex_pattern(pattern_start, pattern, flags)); |
This pattern node cannot be added to the AST due to not having CloneIn implemented. cc @rzvxa
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-enhancementCategory - New feature or requestCategory - New feature or request
Type
Fields
Give feedbackPriority
None yet