stomp-js / stompjs

Javascript and Typescript Stomp client for Web browsers and node.js apps
Apache License 2.0
775 stars 81 forks source link

Not compatible with Closure Compiler #634

Closed gsartori closed 5 months ago

gsartori commented 5 months ago

We use Grails with Asset Pipeline taht uses Google Closure Compiler to minify JS.

Compiling the file stomp.js returna an error. See: https://github.com/zyro23/grails-spring-websocket/issues/73

It would be great to have a version of stomp-js that can be compiled by the Closure Compiler.

gsartori commented 5 months ago

Not a STOMP issue, closing