You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`cljs.analyzer/cache-file` now searches in the correct location for
core analysis cache
`cljs.analyzer/requires-analysis?` now returns true if cache is a URL
that matches the expect core analysis cache location
`cljs.closure/aot-cache-core` no longer sets :cache-analysis true
as this will write the cache file to a default filename, instead write
out the cache ourselves
drop File type hint from `cljs.util/compiled-by-version`, could be
URL or File
0 commit comments