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
/* * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing,*/namespacec_glibTTest
The comment block is parsed to:
{
"type": "CommentBlock",
"value": [
"with the License. You may obtain a copy of the License at",
"*",
" http://www.apache.org/licenses/LICENSE-2.0",
"*",
" Unless required by applicable law or agreed to in writing,"
]
}
The indent of http://www.apache.org/licenses/LICENSE-2.0 is intended, which is lost. Maybe it is better to keep block comments' original content?
The text was updated successfully, but these errors were encountered:
pd4d10
changed the title
[discussion] keep comments' original content?
[discussion] keep block comments' original content?
Sep 25, 2018
Trying to parse the comment body was probably a mistake. Something I can look to add quickly is a new property rawValue that would have the unparsed comment.
Take part of this file as example:
The comment block is parsed to:
The indent of
http://www.apache.org/licenses/LICENSE-2.0
is intended, which is lost. Maybe it is better to keep block comments' original content?The text was updated successfully, but these errors were encountered: