Thank you for your work, but I am really sorry I would not merge this.
I will add some document about property tagName, not rawTagName, because rawTagName is not meant to be used by end users.
Actually I should make rawTagName private, but I won't because Typescript is not sopport friend yet.
Because I used toUppercase in tagName (as the same behavior in browser), so use rawTagName in parse is a little faster then tagName. If ts support friend I would use it, But for now, I would like to use public, and hide it from document.
Thanks again. Let me know if you have any other idea about this.
Thank you for your work, but I am really sorry I would not merge this. I will add some document about property
tagName
, notrawTagName
, becauserawTagName
is not meant to be used by end users. Actually I should makerawTagName
private, but I won't because Typescript is not sopportfriend
yet. Because I usedtoUppercase
intagName
(as the same behavior in browser), so userawTagName
inparse
is a little faster thentagName
. If ts supportfriend
I would use it, But for now, I would like to usepublic
, and hide it from document. Thanks again. Let me know if you have any other idea about this.