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
When processing JS files of proper format, a header comment at the top of the file (like the sort used for copyright) gets included as the comment on the first string. I observed this when there was otherwise no comment on the first string.
Potential Solution
Don't start parsing strings from the file until the line with "export" on it, or some other representative token where the hash begins.
(I'm not blocked on this, as I believe our project can remove the header comment, so no urgency from me!)
The text was updated successfully, but these errors were encountered:
Hi! Thanks for this project!
Very low priority "bug":
When processing JS files of proper format, a header comment at the top of the file (like the sort used for copyright) gets included as the comment on the first string. I observed this when there was otherwise no comment on the first string.
Potential Solution
Don't start parsing strings from the file until the line with "export" on it, or some other representative token where the hash begins.
(I'm not blocked on this, as I believe our project can remove the header comment, so no urgency from me!)
The text was updated successfully, but these errors were encountered: