Skip to content

Commit c193a4b

Browse files
committed
add missing munge exclude
1 parent 5f2d0a0 commit c193a4b

File tree

1 file changed

+1
-0
lines changed
  • src/main/clojure/cljs/compiler

1 file changed

+1
-0
lines changed

src/main/clojure/cljs/compiler/api.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
(ns cljs.compiler.api
1010
"This is intended to be a stable api for those who need programmatic access
1111
to the compiler."
12+
(:refer-clojure :exclude [munge])
1213
(:require [cljs.analyzer :as ana]
1314
[cljs.analyzer.api :as ana-api]
1415
[cljs.compiler :as comp]

0 commit comments

Comments
 (0)