diff options
author | Eduardo Julian | 2021-06-11 02:48:13 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-06-11 02:48:13 -0400 |
commit | 8f575da5095e3b259d4eb6b6f13d3e37ef1d38e4 (patch) | |
tree | d4ad0bf5582637395508b4a260491373d55e760b /lux-bootstrapper | |
parent | 486488ae17007406a6c90f182b85f7be14b6b373 (diff) |
Added import name formatting to "import:" macros for other backends.
Diffstat (limited to '')
-rw-r--r-- | lux-bootstrapper/project.clj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lux-bootstrapper/project.clj b/lux-bootstrapper/project.clj index b424ea8bc..f6c317476 100644 --- a/lux-bootstrapper/project.clj +++ b/lux-bootstrapper/project.clj @@ -13,8 +13,10 @@ [:url "https://github.com/eduardoejp"]]] :dependencies [[org.clojure/clojure "1.6.0"] [org.clojure/core.match "0.2.1"] + ;; Prefer when building Lua compiler. [org.ow2.asm/asm-all "5.0.3"] + ;; Prefer when building JS compiler. ;; [org.ow2.asm/asm "7.3.1"] ;; [org.ow2.asm/asm-commons "7.3.1"] ;; [org.ow2.asm/asm-analysis "7.3.1"] |