-
-
Notifications
You must be signed in to change notification settings - Fork 932
Closed
Labels
C-enhancementCategory - New feature or requestCategory - New feature or request
Description
Generate what files are watched, It is currently manually written here:
Lines 277 to 284 in 82e2f6b
| filters: | | |
| src: | |
| - 'crates/oxc_ast/src/ast/*' # single star is intentional | |
| - 'crates/oxc_ast/src/generated/**' # to potentially cause CI error if generated files are edited manually | |
| - 'crates/oxc_syntax/src/number.rs' | |
| - 'crates/oxc_syntax/src/operator.rs' | |
| - 'tasks/ast_codegen/src/**' | |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-enhancementCategory - New feature or requestCategory - New feature or request
Type
Fields
Give feedbackPriority
None yet