Remove internal ViewDesc API from type declarations #178
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ocavue/hide-pmViewDesc"
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?
In prosemirror-view/dist/index.d.ts, I noticed some internal APIs:
While most of these APIs are fine,
pmViewDescis causing issues in my automated documentation generation from.d.tsfiles. To resolve this, I propose adding/// @internalcomment topmViewDesc. This will prevent them from appearing in the generated documentation.Oh wow, I hadn't realized TS copied those into our .d.ts files. Thanks for spotting that.