{"id":16014877,"url":"https://github.com/thheller/cljs-infer","last_synced_at":"2025-04-05T02:43:16.392Z","repository":{"id":140236541,"uuid":"80281575","full_name":"thheller/cljs-infer","owner":"thheller","description":null,"archived":false,"fork":false,"pushed_at":"2017-01-28T11:49:59.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-10T11:11:41.010Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thheller.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-28T11:49:07.000Z","updated_at":"2017-01-28T11:50:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed1dbb41-7a0a-4dc4-b99c-5e439277255d","html_url":"https://github.com/thheller/cljs-infer","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"894d45895bfc6649e25d87016444090beda54649"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thheller%2Fcljs-infer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thheller%2Fcljs-infer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thheller%2Fcljs-infer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thheller%2Fcljs-infer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thheller","download_url":"https://codeload.github.com/thheller/cljs-infer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247280181,"owners_count":20912965,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-08T15:05:24.212Z","updated_at":"2025-04-05T02:43:16.367Z","avatar_url":"https://github.com/thheller.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"See `src/dev/build.clj`.\n\n`:infer-warnings` in `cljs.analyzer/*cljs-warnings*` is set to true for everything.\n\n`lein run -m build/once`\n\nThis would produce many more messages but `Using cached cljs.core out/cljs/core.cljs` silently hides them.\n\n```\nCopying jar:file:/Users/zilence/.m2/repository/org/clojure/clojurescript/1.9.456/clojurescript-1.9.456.jar!/cljs/core.cljs to out/cljs/core.cljs\nReading analysis cache for jar:file:/Users/zilence/.m2/repository/org/clojure/clojurescript/1.9.456/clojurescript-1.9.456.jar!/cljs/core.cljs\nCompiling out/cljs/core.cljs\nUsing cached cljs.core out/cljs/core.cljs\nCopying jar:file:/Users/zilence/.m2/repository/org/clojure/clojurescript/1.9.456/clojurescript-1.9.456.jar!/cljs/spec/impl/gen.cljs to out/cljs/spec/impl/gen.cljs\nCompiling out/cljs/spec/impl/gen.cljs\nWARNING: Cannot infer target type in expression (. LazyVar -prototype) at line 16 out/cljs/spec/impl/gen.cljs\nWARNING: Cannot infer target type in expression (. LazyVar -getBasis) at line 16 out/cljs/spec/impl/gen.cljs\nCopying jar:file:/Users/zilence/.m2/repository/org/clojure/clojurescript/1.9.456/clojurescript-1.9.456.jar!/clojure/string.cljs to out/clojure/string.cljs\nCompiling out/clojure/string.cljs\nWARNING: Cannot infer target type in expression (. s replace re-surrogate-pair \"$2$1\") at line 24 out/clojure/string.cljs\nWARNING: Cannot infer target type in expression (. (.replace s re-surrogate-pair \"$2$1\") (split \"\")) at line 25 out/clojure/string.cljs\nWARNING: Cannot infer target type in expression (. (. (.replace s re-surrogate-pair \"$2$1\") (split \"\")) (reverse)) at line 25 out/clojure/string.cljs\nWARNING: Cannot infer target type in expression (. (. (. (.replace s re-surrogate-pair \"$2$1\") (split \"\")) (reverse)) (join \"\")) at line 25 out/clojure/string.cljs\nWARNING: Cannot infer target type in expression (. s replace (js/RegExp. (.-source re) \"g\") replacement) at line 29 out/clojure/string.cljs\nWARNING: Cannot infer target type in expression (. re -source) at line 29 out/clojure/string.cljs\nWARNING: Cannot infer target type in expression (. s replace (js/RegExp. (gstring/regExpEscape match) \"g\") replacement) at line 48 out/clojure/string.cljs\nWARNING: Cannot infer target type in expression (. s replace match replacement) at line 64 out/clojure/string.cljs\nWARNING: Cannot infer target type in expression (. s toUpperCase) at line 88 out/clojure/string.cljs\nWARNING: Cannot infer target type in expression (. s toLowerCase) at line 93 out/clojure/string.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/PersistentVector -EMPTY-NODE) at line 131 out/clojure/string.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/PersistentVector -EMPTY-NODE) at line 132 out/clojure/string.cljs\nWARNING: Cannot infer target type in expression (. (str s) split re) at line 146 out/clojure/string.cljs\nWARNING: Cannot infer target type in expression (. s indexOf m) at line 154 out/clojure/string.cljs\nWARNING: Cannot infer target type in expression (. s substring (+ index (count m))) at line 155 out/clojure/string.cljs\nWARNING: Cannot infer target type in expression (. s substring 0 index) at line 157 out/clojure/string.cljs\nWARNING: Cannot infer target type in expression (. s -length) at line 184 out/clojure/string.cljs\nWARNING: Cannot infer target type in expression (. s substring 0 index) at line 191 out/clojure/string.cljs\nWARNING: Cannot infer target type in expression (. s -length) at line 206 out/clojure/string.cljs\nWARNING: Cannot infer target type in expression (. s charAt index) at line 210 out/clojure/string.cljs\nWARNING: Cannot infer target type in expression (. s indexOf value) at line 221 out/clojure/string.cljs\nWARNING: Cannot infer target type in expression (. s indexOf value from-index) at line 226 out/clojure/string.cljs\nWARNING: Cannot infer target type in expression (. s lastIndexOf value) at line 235 out/clojure/string.cljs\nWARNING: Cannot infer target type in expression (. s lastIndexOf value from-index) at line 240 out/clojure/string.cljs\nCopying jar:file:/Users/zilence/.m2/repository/org/clojure/clojurescript/1.9.456/clojurescript-1.9.456.jar!/clojure/walk.cljs to out/clojure/walk.cljs\nCompiling out/clojure/walk.cljs\nCopying jar:file:/Users/zilence/.m2/repository/org/clojure/clojurescript/1.9.456/clojurescript-1.9.456.jar!/cljs/spec.cljs to out/cljs/spec.cljs\nCompiling out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. Keyword -prototype) at line 126 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. Keyword -prototype) at line 126 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. Keyword -prototype) at line 126 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. Symbol -prototype) at line 126 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. Symbol -prototype) at line 126 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. Symbol -prototype) at line 126 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. x -sym) at line 309 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9162 -prototype) at line 383 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9162 -prototype) at line 383 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9162 -prototype) at line 383 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9162 -prototype) at line 383 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9162 -prototype) at line 383 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9162 -prototype) at line 383 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9162 -prototype) at line 383 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9162 -prototype) at line 383 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9162 -prototype) at line 383 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9162 -prototype) at line 383 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9162 -prototype) at line 383 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9162 -prototype) at line 383 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9162 -getBasis) at line 383 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9251 -prototype) at line 468 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9251 -prototype) at line 468 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9251 -prototype) at line 468 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9251 -prototype) at line 468 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9251 -prototype) at line 468 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9251 -prototype) at line 468 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9251 -prototype) at line 468 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9251 -prototype) at line 468 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9251 -prototype) at line 468 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9251 -prototype) at line 468 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9251 -prototype) at line 468 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9251 -prototype) at line 468 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9251 -getBasis) at line 468 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9266 -prototype) at line 504 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9266 -prototype) at line 504 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9266 -prototype) at line 504 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9266 -prototype) at line 504 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9266 -prototype) at line 504 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9266 -prototype) at line 504 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9266 -prototype) at line 504 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9266 -prototype) at line 504 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9266 -prototype) at line 504 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9266 -prototype) at line 504 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9266 -prototype) at line 504 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9266 -prototype) at line 504 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9266 -getBasis) at line 504 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9284 -prototype) at line 548 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9284 -prototype) at line 548 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9284 -prototype) at line 548 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9284 -prototype) at line 548 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9284 -prototype) at line 548 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9284 -prototype) at line 548 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9284 -prototype) at line 548 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9284 -prototype) at line 548 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9284 -prototype) at line 548 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9284 -prototype) at line 548 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9284 -prototype) at line 548 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9284 -prototype) at line 548 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9284 -getBasis) at line 548 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9298 -prototype) at line 648 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9298 -prototype) at line 648 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9298 -prototype) at line 648 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9298 -prototype) at line 648 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9298 -prototype) at line 648 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9298 -prototype) at line 648 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9298 -prototype) at line 648 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9298 -prototype) at line 648 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9298 -prototype) at line 648 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9298 -prototype) at line 648 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9298 -prototype) at line 648 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9298 -prototype) at line 648 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9298 -getBasis) at line 648 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9404 -prototype) at line 731 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9404 -prototype) at line 731 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9404 -prototype) at line 731 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9404 -prototype) at line 731 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9404 -prototype) at line 731 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9404 -prototype) at line 731 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9404 -prototype) at line 731 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9404 -prototype) at line 731 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9404 -prototype) at line 731 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9404 -prototype) at line 731 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9404 -prototype) at line 731 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9404 -prototype) at line 731 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9404 -getBasis) at line 731 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9422 -prototype) at line 767 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9422 -prototype) at line 767 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9422 -prototype) at line 767 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9422 -prototype) at line 767 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9422 -prototype) at line 767 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9422 -prototype) at line 767 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9422 -prototype) at line 767 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9422 -prototype) at line 767 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9422 -prototype) at line 767 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9422 -prototype) at line 767 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9422 -prototype) at line 767 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9422 -prototype) at line 767 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9422 -getBasis) at line 767 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9441 -prototype) at line 835 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9441 -prototype) at line 835 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9441 -prototype) at line 835 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9441 -prototype) at line 835 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9441 -prototype) at line 835 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9441 -prototype) at line 835 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9441 -prototype) at line 835 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9441 -prototype) at line 835 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9441 -prototype) at line 835 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9441 -prototype) at line 835 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9441 -prototype) at line 835 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9441 -prototype) at line 835 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9441 -getBasis) at line 835 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9703 -prototype) at line 1241 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9703 -prototype) at line 1241 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9703 -prototype) at line 1241 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9703 -prototype) at line 1241 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9703 -prototype) at line 1241 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9703 -prototype) at line 1241 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9703 -prototype) at line 1241 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9703 -prototype) at line 1241 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9703 -prototype) at line 1241 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9703 -prototype) at line 1241 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9703 -prototype) at line 1241 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9703 -prototype) at line 1241 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9703 -getBasis) at line 1241 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9716 -prototype) at line 1290 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9716 -prototype) at line 1290 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9716 -prototype) at line 1290 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9716 -prototype) at line 1290 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9716 -prototype) at line 1290 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9716 -prototype) at line 1290 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9716 -prototype) at line 1290 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9716 -prototype) at line 1290 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9716 -prototype) at line 1290 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9716 -prototype) at line 1290 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9716 -prototype) at line 1290 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. ret -message) at line 1312 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9716 -prototype) at line 1290 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9716 -prototype) at line 1290 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9716 -prototype) at line 1290 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9716 -getBasis) at line 1290 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9739 -prototype) at line 1338 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9739 -prototype) at line 1338 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9739 -prototype) at line 1338 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9739 -prototype) at line 1338 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9739 -prototype) at line 1338 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9739 -prototype) at line 1338 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9739 -prototype) at line 1338 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9739 -prototype) at line 1338 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9739 -prototype) at line 1338 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9739 -prototype) at line 1338 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9739 -prototype) at line 1338 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9739 -prototype) at line 1338 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9739 -getBasis) at line 1338 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9745 -prototype) at line 1358 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9745 -prototype) at line 1358 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9745 -prototype) at line 1358 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9745 -prototype) at line 1358 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9745 -prototype) at line 1358 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9745 -prototype) at line 1358 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9745 -prototype) at line 1358 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9745 -prototype) at line 1358 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9745 -prototype) at line 1358 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9745 -prototype) at line 1358 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9745 -prototype) at line 1358 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9745 -prototype) at line 1358 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/List -EMPTY) at line 2434 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. t_cljs$spec9745 -getBasis) at line 1358 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. cljs.core/PersistentVector -EMPTY-NODE) at line 1387 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. start lessThanOrEqual val) at line 1403 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. start lessThanOrEqual val) at line 1403 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. val lessThan end) at line 1404 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. start lessThanOrEqual val) at line 1407 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. start lessThanOrEqual val) at line 1407 out/cljs/spec.cljs\nWARNING: Cannot infer target type in expression (. val lessThan end) at line 1408 out/cljs/spec.cljs\nCompiling src/main/test/infer.cljs\nCopying jar:file:/Users/zilence/.m2/repository/org/clojure/google-closure-library/0.0-20160609-f42b4a24/google-closure-library-0.0-20160609-f42b4a24.jar!/goog/base.js to out/goog/base.js\nCopying jar:file:/Users/zilence/.m2/repository/org/clojure/google-closure-library/0.0-20160609-f42b4a24/google-closure-library-0.0-20160609-f42b4a24.jar!/goog/string/string.js to out/goog/string/string.js\nCopying jar:file:/Users/zilence/.m2/repository/org/clojure/google-closure-library/0.0-20160609-f42b4a24/google-closure-library-0.0-20160609-f42b4a24.jar!/goog/object/object.js to out/goog/object/object.js\nCopying jar:file:/Users/zilence/.m2/repository/org/clojure/google-closure-library/0.0-20160609-f42b4a24/google-closure-library-0.0-20160609-f42b4a24.jar!/goog/math/integer.js to out/goog/math/integer.js\nCopying jar:file:/Users/zilence/.m2/repository/org/clojure/google-closure-library/0.0-20160609-f42b4a24/google-closure-library-0.0-20160609-f42b4a24.jar!/goog/string/stringbuffer.js to out/goog/string/stringbuffer.js\nCopying jar:file:/Users/zilence/.m2/repository/org/clojure/google-closure-library/0.0-20160609-f42b4a24/google-closure-library-0.0-20160609-f42b4a24.jar!/goog/debug/error.js to out/goog/debug/error.js\nCopying jar:file:/Users/zilence/.m2/repository/org/clojure/google-closure-library/0.0-20160609-f42b4a24/google-closure-library-0.0-20160609-f42b4a24.jar!/goog/dom/nodetype.js to out/goog/dom/nodetype.js\nCopying jar:file:/Users/zilence/.m2/repository/org/clojure/google-closure-library/0.0-20160609-f42b4a24/google-closure-library-0.0-20160609-f42b4a24.jar!/goog/asserts/asserts.js to out/goog/asserts/asserts.js\nCopying jar:file:/Users/zilence/.m2/repository/org/clojure/google-closure-library/0.0-20160609-f42b4a24/google-closure-library-0.0-20160609-f42b4a24.jar!/goog/array/array.js to out/goog/array/array.js\nCopying jar:file:/Users/zilence/.m2/repository/org/clojure/google-closure-library/0.0-20160609-f42b4a24/google-closure-library-0.0-20160609-f42b4a24.jar!/goog/reflect/reflect.js to out/goog/reflect/reflect.js\nCopying jar:file:/Users/zilence/.m2/repository/org/clojure/google-closure-library/0.0-20160609-f42b4a24/google-closure-library-0.0-20160609-f42b4a24.jar!/goog/math/long.js to out/goog/math/long.js\nCopying file:/Users/zilence/code/cljs-infer/src/main/test/infer.cljs to out/test/infer.cljs\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthheller%2Fcljs-infer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthheller%2Fcljs-infer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthheller%2Fcljs-infer/lists"}