Skip to content

Commit

Permalink
Merge pull request #2410 from filipesilva/null-fn-hint
Browse files Browse the repository at this point in the history
build: show hints for null fn calls
  • Loading branch information
filipesilva authored Oct 10, 2022
2 parents f8b0fb1 + 1a3f822 commit 328e95b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
cljc.java-time/cljc.java-time #:mvn{:version "0.1.9"}
com.rpl/specter #:mvn{:version "1.1.3"}
com.taoensso/sente #:mvn{:version "1.16.2"}
binaryage/devtools #:mvn{:version "1.0.3"}
binaryage/devtools #:mvn{:version "1.0.6"}
day8.re-frame/re-frame-10x #:mvn{:version "1.5.0"}
day8.re-frame/tracing #:mvn{:version "0.6.2"}
org.flatland/ordered #:mvn{:version "1.15.10"}
Expand Down
4 changes: 3 additions & 1 deletion shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
:compiler-options {:closure-warnings {:global-this :off}
:infer-externs :auto
:closure-defines {re-frame.trace.trace-enabled? true}
:output-feature-set :es-next}
:output-feature-set :es-next
:external-config {:devtools/config {:features-to-install [:formatters :hints]}}}
:dev {:compiler-options {:closure-defines {re-frame.trace.trace-enabled? true
day8.re-frame.tracing.trace-enabled? true}
;; Hide redef warnings, we started having around 5 that show up
Expand All @@ -39,6 +40,7 @@
:infer-externs :auto
:closure-defines {re-frame.trace.trace-enabled? true}
:output-feature-set :es-next
:external-config {:devtools/config {:features-to-install [:formatters :hints]}}
;; see https://shadow-cljs.github.io/docs/UsersGuide.html#_conditional_reading
:reader-features #{:electron}}
:dev {:compiler-options {:closure-defines {re-frame.trace.trace-enabled? true
Expand Down

0 comments on commit 328e95b

Please sign in to comment.