File tree Expand file tree Collapse file tree 2 files changed +30
-5
lines changed
Expand file tree Collapse file tree 2 files changed +30
-5
lines changed Original file line number Diff line number Diff line change 1010 com.google.javascript/closure-compiler-unshaded {:mvn/version " v20200315" }
1111 org.clojure/google-closure-library {:mvn/version " 0.0-20191016-6ae1f72f" }}
1212 :aliases
13- {:test {:extra-paths [" src/test/cljs" " src/test/cljs_build" " src/test/cljs_cp"
14- " src/test/clojure" " src/test/self" ]
15- :extra-deps {com.cognitect/test-runner {:git/url " https://github.com/cognitect-labs/test-runner.git"
16- :sha " 209b64504cb3bd3b99ecfec7937b358a879f55c1 " }}}
17- :run-tests {:main-opts [" -m" " cognitect.test-runner" " -d" " src/test/clojure" " -r" " .*-tests$" ]}}}
13+ {:compiler- test {:extra-paths [" src/test/cljs" " src/test/cljs_build" " src/test/cljs_cp"
14+ " src/test/clojure" " src/test/self" ]
15+ :extra-deps {com.cognitect/test-runner {:git/url " https://github.com/cognitect-labs/test-runner.git"
16+ :sha " f7ef16dc3b8332b0d77bc0274578ad5270fbfedd " }}}
17+ :run-compiler- tests {:main-opts [" -m" " cognitect.test-runner" " -d" " src/test/clojure" " -r" " .*-tests$" ]}}}
Original file line number Diff line number Diff line change 1+ {:optimizations :advanced
2+ :main test-runner
3+ :output-wrapper true
4+ :verbose true
5+ :compiler-stats true
6+ :parallel-build true
7+ :output-dir " builds/out-adv"
8+ :npm-deps {:lodash " 4.17.4" }
9+ :closure-warnings {:non-standard-jsdoc :off :global-this :off }
10+ :install-deps true
11+ :language-in :es6
12+ :language-out :es5
13+ :foreign-libs
14+ [{:file " src/test/cljs/calculator_global.js"
15+ :provides [" calculator" ]
16+ :global-exports {calculator Calculator}}
17+ {:file " src/test/cljs/es6_dep.js"
18+ :module-type :es6
19+ :provides [" es6_calc" ]}
20+ {:file " src/test/cljs/calculator.js"
21+ :module-type :commonjs
22+ :provides [" calculator" ]}
23+ {:file " src/test/cljs/es6_default_hello.js"
24+ :provides [" es6_default_hello" ]
25+ :module-type :es6 }]}
You can’t perform that action at this time.
0 commit comments