stomp-js / stompjs

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

Not compatible with Closure Compiler #634

Closed gsartori closed 1 week ago

gsartori commented 2 weeks 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 1 week ago

Not a STOMP issue, closing