packages icon indicating copy to clipboard operation
packages copied to clipboard

DEPRECATED: Javascript libraries packaged up with Google Closure externs

Results 77 packages issues
Sort by recently updated
recently updated
newest added

[cljsjs/proptypes "0.14.3-0"] :externs ["cljsjs/proptypes/common/proptypes.ext.js"]} deps.cljs refers to file not in jar: cljsjs/proptypes/common/proptypes.ext.js

Hello, I'm trying to use stylefy along with material-ui, but for the stylefy classes to not be overiden by material one's I need to use StylesProvider (with the injectFirst prop),...

I'm getting error trying to implements 'cljsjs:html2canvas:1.0.0-alpha.12-1' in android studio How can i fix that please ? build.gradle ``` apply plugin: 'com.android.application' android { compileSdkVersion 28 defaultConfig { applicationId "com.example.anggarisky.splashtohomeangga"...

Here is the current externs file of pouchdb: https://github.com/cljsjs/packages/blob/master/pouchdb/resources/cljsjs/pouchdb/common/pouchdb.ext.js I believe this file is incomplete as it seems to lack `_id` and `_rev` fields. For example, if I call `get`...

when is written this code: export const sayName = () => { } the compiler shows me some error message: ERROR: JSC_LANGUAGE_FEATURE. This language feature is only supported for ECMASCRIPT6...

Request for adding https://github.com/codex-team/editor.js Thanks!

I think unpkg packages can be updated automatically through a script. For instance if you go to https://unpkg.com/hls.js . It will automatically redirect to https://unpkg.com/[email protected]/dist/hls.js which gives us the latest...

I'm using the `cljsjs/moment` package, and on node it seems to only work when `optimizations` is set to `none`. When I set it to `simple` I see "no such package...

Hello! I used react-flexbox-grid [cljsjs/react-flexbox-grid "1.0.0-0"] (https://clojars.org/cljsjs/react-flexbox-grid version 1.0.0-0) But on github version 2 https://github.com/roylee0704/react-flexbox-grid/tree/v2.0.0 Now to update to version 2 , and used Dependencies React v16.0. Now I'm getting...

request

Some packages already provide global exports (e.g. React) in the case of React the global exports namespace is just `react`. I was wondering if there should be any additional namespacing,...

enhancement
help wanted
question