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
We had some legacy code that we were converting, and a dynamic snippet of javascript generation was migrated from old style formatting that new .format uses.
Since it has javascript code with "{" and "}" literals
functiontest(){}
that needs to be changed to
functiontest(){{}}
We think it would be a nice addition to warn about this situation of literals in pyformat.info. We just don't know where is the best place to put it.
The text was updated successfully, but these errors were encountered:
We had some legacy code that we were converting, and a dynamic snippet of javascript generation was migrated from old style formatting that new .format uses.
Since it has javascript code with "{" and "}" literals
that needs to be changed to
We think it would be a nice addition to warn about this situation of literals in pyformat.info. We just don't know where is the best place to put it.
The text was updated successfully, but these errors were encountered: