[bpmn-moddle] v10 support #74540
Unanswered
RedMser
asked this question in
Issues with a @types package
Replies: 2 comments
-
|
Thanks for the discussion about "bpmn-moddle", some useful links for everyone: Pinging the DT module owners: . |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
PR #74628 is opened. You may want to have a look. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Since bpmn-moddle v10, you can no longer use a default import but must now use a named import like so:
I could not come up with a .d.ts file hack to work around this, so it seems like something that must be fixed in DefinitelyTyped instead.
I think the index.d.cts is also not needed anymore because of this change, because the package now only ships an ES module.
Beta Was this translation helpful? Give feedback.
All reactions