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
While working on SAP/openui5@c782ce9 , I encountered the following issue with the ui5-migration tooling:
A missing dependency to a jQuery plugin was added with an explaining comment, but the single line comment preceded the dependency and the closing bracket and comma, which broke the syntax of the source.
jquery plugin imports are added as dependency
with a comment.
This comment was a line comment which could break
the code during re-formatting. Therefore the
comment was changed to a block comment which cannot
break the code during re-formatting.
Fixes: #29
jquery plugin imports are added as dependency
with a comment.
This comment was a line comment which could break
the code during re-formatting. Therefore the
comment was changed to a block comment which cannot
break the code during re-formatting.
Fixes: #29
While working on SAP/openui5@c782ce9 , I encountered the following issue with the ui5-migration tooling:
A missing dependency to a jQuery plugin was added with an explaining comment, but the single line comment preceded the dependency and the closing bracket and comma, which broke the syntax of the source.
Before
After
To reproduce, you can execute the following commands
The text was updated successfully, but these errors were encountered: