bpmn-io / bpmnlint

Validate BPMN diagrams based on configurable lint rules.
MIT License
123 stars 36 forks source link

Make library easily consumable in NodeJS and browsers #15

Closed nikku closed 5 years ago

nikku commented 6 years ago

Right now the library works fine in NodeJS. As it uses a lot of ES 6 features it cannot easily be consumed cross browser though (i.e. IE and older versions of Chrome / Firefox may have issues).

Tasks

Hint: Checkout didi build.

nikku commented 5 years ago

Closing this as won't fix.

With babel@7 it is absolutely straight forward to transpile the library to whatever target platform you like.

We won't support IE11 and other legacy browsers out of the box.