Skip to content

Commit 30d6254

Browse files
committed
* bump :lang-in/out :ecmascript-2020 for BigInt support
1 parent 516564e commit 30d6254

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.edn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
:npm-deps {:lodash "4.17.4"}
1010
:closure-warnings {:non-standard-jsdoc :off :global-this :off}
1111
:install-deps true
12-
:language-in :es6
13-
:language-out :es5
12+
:language-in :ecmascript-2020
13+
:language-out :ecmascript-2020
1414
:foreign-libs [{:file "src/test/cljs/calculator_global.js"
1515
:provides ["calculator"]
1616
:global-exports {calculator Calculator}}
@@ -22,4 +22,4 @@
2222
:provides ["calculator"]}
2323
{:file "src/test/cljs/es6_default_hello.js"
2424
:provides ["es6_default_hello"]
25-
:module-type :es6}]}
25+
:module-type :es6}]}

0 commit comments

Comments
 (0)