Skip to content

Commit 3e1af21

Browse files
committed
CLJS-1236: constructor needs to munged if used as namespace segment
1 parent f28b1cd commit 3e1af21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/analyzer.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"synchronized" "this" "throw" "throws"
105105
"transient" "try" "typeof" "var" "void"
106106
"volatile" "while" "with" "yield" "methods"
107-
"null"})
107+
"null" "constructor"})
108108

109109
#?(:clj (def SENTINEL (Object.))
110110
:cljs (def SENTINEL (js-obj)))

0 commit comments

Comments
 (0)