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
This is because the comments are stored per config value, not for the value's content. So the comments inside the array are ignored.
They could be kept by changing the comments' storage to a slightly more complicated one. In particular, getComment(path) would return a CommentInfos object instead of a String, and this object would contain the comments of the array's elements.
Makes sense. This (along with the related issues) aren't a deal breaker, so it's probably not worth implementing if the comment storage would be too complex.
I found one more place where comments are not being kept, but I'm honestly not sure where they would be kept. The following
loses its comment and becomes
Tested in 3.0.1
(Sorry for all the issues, but I really do like your library)
The text was updated successfully, but these errors were encountered: