Change the array type in DOMOutputSpec to readonly #73
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As shown above, I think that the type of
toDOM2is assignable toDOMOutputSpec,but in the current version it is not assignable .Would it be better to add a readonly array type for
DOMOutputSpec?Could you change this to just have the readonly array, not both readonly and read-write, in the type?
Done, please check
Thanks!