cljsjs / boot-cljsjs

Helper tasks to aid the packaging of JS dependencies for Clojurescript projects
66 stars 22 forks source link

D3 externs error #46

Closed arichiardi closed 7 years ago

arichiardi commented 7 years ago

Follows from :optimizations :advanced:

Feb 03, 2017 10:39:39 AM com.google.javascript.jscomp.LoggerErrorManager println
SEVERE: file:/home/arichiardi/.m2/repository/cljsjs/d3/4.3.0-2/d3-4.3.0-2.jar!/cljsjs/d3/common/d3.ext.js:681: ERROR - Object literal contains illegal duplicate key "scaleSequential", disallowed in ES5 strict mode
  "scaleSequential": function () {},
  ^^^^^^^^^^^^^^^^^

Feb 03, 2017 10:39:39 AM com.google.javascript.jscomp.LoggerErrorManager printSummary
WARNING: 1 error(s), 0 warning(s)
Optimizing with Google Closure Compiler, elapsed time: 2480.651328 msecs
ERROR: JSC_DUPLICATE_OBJECT_KEY. Object literal contains illegal duplicate key "scaleSequential", disallowed in ES5 strict mode at file:/home/arichiardi/.m2/repository/cljsjs/d3/4.3.0-2/d3-4.3.0-2.jar!/cljsjs/d3/common/d3.ext.js line 681 : 2
arichiardi commented 7 years ago

Ups, wrong repo.