aboutsummaryrefslogtreecommitdiff
path: root/lux-bootstrapper/project.clj
diff options
context:
space:
mode:
authorEduardo Julian2021-01-11 02:05:30 -0400
committerEduardo Julian2021-01-11 02:05:30 -0400
commit8aac0c573c29d2829242d66539a9e027d03ff8ec (patch)
tree5b4b37d33b90ff24b3d9d019e31770d6d0b8dc9d /lux-bootstrapper/project.clj
parent706ce9e4916b65c4df5101bd3cc1b4da3b2057af (diff)
Encapsulate JS definitions produced by the JS compiler in a local scope to avoid interacting with the global scope.
Diffstat (limited to 'lux-bootstrapper/project.clj')
-rw-r--r--lux-bootstrapper/project.clj9
1 files changed, 8 insertions, 1 deletions
diff --git a/lux-bootstrapper/project.clj b/lux-bootstrapper/project.clj
index e0525c2bb..0975939e7 100644
--- a/lux-bootstrapper/project.clj
+++ b/lux-bootstrapper/project.clj
@@ -13,7 +13,14 @@
[:url "https://github.com/eduardoejp"]]]
:dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/core.match "0.2.1"]
- [org.ow2.asm/asm-all "5.0.3"]]
+ [org.ow2.asm/asm-all "5.0.3"]
+
+ ;; [org.ow2.asm/asm "7.3.1"]
+ ;; [org.ow2.asm/asm-commons "7.3.1"]
+ ;; [org.ow2.asm/asm-analysis "7.3.1"]
+ ;; [org.ow2.asm/asm-tree "7.3.1"]
+ ;; [org.ow2.asm/asm-util "7.3.1"]
+ ]
:warn-on-reflection true
:repositories [["snapshots" "https://oss.sonatype.org/content/repositories/snapshots/"]
["releases" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"]]