-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[Feature Request] Verbose log mangled and skipped props due to regex mismatch #5618
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Please try #5621 and see if it works for you. As for your proposed patch − for starters there's no need for Lines 188 to 206 in 8602d1b
|
Thank you for looking into it. Actually this gives excessive verbosity. I don't think one would be interested in mangling
I was after getting a list of properties and variables which shows if regex was applied or not (with But I think it's not possible at the moment. |
Since For the record, |
DOM props are preserved. My point is that they are unnecessarily logged:
There's no way to prevent logging of preserved
Correct. I was referring to the regex part i.e. get a list of top-level variables which have or have not been gone through " |
IMHO there are merits in reporting properties which are affected by Please take a look at #5622 which also logs actions related to |
Patches released in |
Please consider if it makes sense. Excuse my ignorance if this can already be done in a better way.
The text was updated successfully, but these errors were encountered: