Improved documentation & types#1849
Conversation
|
I have pushed the changes, they appear on my fork but not appearing here... @ai |
| export { Comment_ as default } | ||
| } | ||
|
|
||
|
|
|
|
||
| /** | ||
| * `true` if the declaration has an `!important` annotation. | ||
| * The `important` property represents a boolean value. If true, |
There was a problem hiding this comment.
Need to remove name duplication here as well
Strange. What we can try to fix the problem:
|
@vikaskaliramna07 - can you expand on the reasoning behind this? When an instance of Also you changed the jsdoc on the clone function to:
From what I can see in the code, there is no specific handling of |
thistoNode, reason:thisis the reference to the original node, and having type of original node instance on a duplicated node instance is not correct method. click here to view