rflib-plugin 0.14.0 → 0.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -74,6 +74,22 @@ Enable verbose output.
74
74
 
75
75
  When provided with --dryrun, prints the paths of the files that would be modified.
76
76
 
77
+ # flags.exclude.summary
78
+
79
+ Exclude files or directories from instrumentation based on a glob pattern.
80
+
81
+ # flags.exclude.description
82
+
83
+ Exclude specific files or directories that match the provided glob pattern. For example, use --exclude "**/Generated_*.js" to skip auto-generated components.
84
+
85
+ # flags.concurrency.summary
86
+
87
+ Limits the number of files processed concurrently.
88
+
89
+ # flags.concurrency.description
90
+
91
+ Controls the maximum number of files to process at the same time. This is useful in very large codebases to prevent excessive memory usage or file descriptor exhaustion. Defaults to 10.
92
+
77
93
  # examples
78
94
 
79
95
  - Add logging to all LWC files: