Skip to content

Commit

Permalink
* bump :lang-in/out :ecmascript-2020 for BigInt support
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Sep 25, 2023
1 parent 516564e commit 30d6254
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.edn
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
:npm-deps {:lodash "4.17.4"}
:closure-warnings {:non-standard-jsdoc :off :global-this :off}
:install-deps true
:language-in :es6
:language-out :es5
:language-in :ecmascript-2020
:language-out :ecmascript-2020
:foreign-libs [{:file "src/test/cljs/calculator_global.js"
:provides ["calculator"]
:global-exports {calculator Calculator}}
Expand All @@ -22,4 +22,4 @@
:provides ["calculator"]}
{:file "src/test/cljs/es6_default_hello.js"
:provides ["es6_default_hello"]
:module-type :es6}]}
:module-type :es6}]}

0 comments on commit 30d6254

Please sign in to comment.