cljsjs / packages

DEPRECATED: Javascript libraries packaged up with Google Closure externs
http://cljsjs.github.io
786 stars 816 forks source link

[cytoscape] Update to v3.23.0, latest release #2264

Closed valer-cara closed 1 year ago

valer-cara commented 1 year ago

I'm WIP on testing the package locally.

The dist of this package no longer consistes of a .js and .min.js, instead it contains various JS module outputs (UMD, ESM). I chose the ESM for this build.

Need help with the CI failure, I believe CircleCI needs reauthenticating.


Upon further investigation, I found that shadow-cljs doesn't support cljsjs pakcages (why?). There's a hack to support them if you really want to, however it seems that there's a straight forward alternative described here

valer-cara commented 1 year ago

I guess I'll use shadow-cljs npm mechanism over the CLJSJS solution. Closing this PR.