bpmn-js/test/integration
Nico Rehwaldt 04ca31fac9 feat(lib): Promisify public APIs
This commit promisifies following APIs:

   BaseViewer#importXML
   BaseViewer#importDefinitions
   BaseViewer#open
   BaseViewer#saveXML
   BaseViewer#saveSVG
   Modeler#createDiagram

Related to https://github.com/bpmn-io/bpmn-js/issues/812

BREAKING CHANGES:

* Users are now expected to have Promises either by default or
polyfilled as the APIs return a Promise now.
2020-04-29 11:12:23 +02:00
..
custom-elements chore(documentation): fix JSDoc string types 2020-04-07 06:52:55 +00:00
model feat(lib): Promisify public APIs 2020-04-29 11:12:23 +02:00
CustomElementsSpec.js chore(project): fix linting errors 2019-08-19 14:27:33 +00:00
ReimportSpec.js feat(lib): Promisify public APIs 2020-04-29 11:12:23 +02:00
SimpleModelingSpec.js feat(lib): Promisify public APIs 2020-04-29 11:12:23 +02:00