Skip to content

Conversation

@nikku
Copy link
Member

@nikku nikku commented Dec 17, 2022

Explicitly handle extension namespaces.


Child of bpmn-io/moddle#45

@bpmn-io-tasks bpmn-io-tasks bot added the in progress Currently worked on label Dec 17, 2022
*/
export default function BpmnModdle(packages, options) {
Moddle.call(this, packages, options);
Moddle.call(this, packages, options || { strict: true });
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should ensure strict defaults to true, unless set?

@nikku nikku added the backlog Queued in backlog label Dec 21, 2022 — with bpmn-io-tasks
@nikku nikku removed the in progress Currently worked on label Dec 21, 2022
@nikku nikku removed their assignment Feb 13, 2023
nikku added 2 commits March 11, 2024 22:59
Introduces strict namespace handling.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backlog Queued in backlog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants