Skip to content

Commit

Permalink
Deprecated functions should not be errors for the Closure compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
ilmotta committed Oct 3, 2023
1 parent 878a1cc commit 6b0290c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
;; needed because we use deref in tests
:static-fns false
:optimizations :simple
:warnings {:fn-deprecated false}
:infer-externs true}}

;; mock.js-dependencies is mocking the react-native libraries
Expand Down

0 comments on commit 6b0290c

Please sign in to comment.