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
{{ message }}
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.
I’m using https://pythex.org with this search = \((.*)\) => { and this string Date.now = () => 1; and it does not match. However, when using that in codemod it is matched. How can I tell codemod to respect the { character.
I’m using https://pythex.org with this search
= \((.*)\) => {
and this stringDate.now = () => 1;
and it does not match. However, when using that in codemod it is matched. How can I tell codemod to respect the{
character.The text was updated successfully, but these errors were encountered: