We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e04f4 commit 7ca2386Copy full SHA for 7ca2386
src/main/clojure/cljs/externs.clj
@@ -74,7 +74,7 @@
74
(defn simplify-texpr
75
[texpr]
76
(case (:type texpr)
77
- :string-lit (some-> (:value texpr) add-prefix)
+ :string-lit (-> texpr :value add-prefix)
78
:star 'any
79
;; TODO: qmark should probably be #{nil T}
80
(:qmark :bang) (simplify-texpr (-> texpr :children first))
0 commit comments