Wrong types information in package.json #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Hey folks,
AFAIK the package does not distribute declaration types, contrary to entry in
package.json:https://github.com/ProseMirror/prosemirror-test-builder/blob/master/package.json#L8
this can lead to issues when TS automatic types acquisition feature is being used by users.
There is existing @types/prosemirror-test-builder at the same time.
What's the source of the truth for typings?
https://www.npmjs.com/package/@types/prosemirror-test-builder
Thanks!
Which version of the package are you referring to? The regular versions should have neither a
typesentry nor a .d.ts file, and the current beta version should have both.I'm really sorry for not being specific. I meant 1.0.6, but now realized I missed the point (and the correct version as you pointed). Sorry for the noise :)