You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
skip-target (which skips the whole target if one file fails) - skip-file (which skips the file but keeps parsing the rest of the files for the same target)
The E2E currently works around this by running Mitosis separately for each target. Though that causes additional difficulties because of how Mitosis handles the output path, which I will put in a separate issue.
Add an
errors
flag with settings likeskip-target
(which skips the whole target if one file fails) -skip-file
(which skips the file but keeps parsing the rest of the files for the same target)Originally posted by @samijaber in #500 (comment)
The text was updated successfully, but these errors were encountered: