Skip to content

Commit d3473f8

Browse files
mfikesswannodette
authored andcommitted
CLJS-2121: Self-host: Document string as valid name arg
1 parent c77eeeb commit d3473f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/cljs/cljs/js.cljs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@
623623
source (string)
624624
the ClojureScript source
625625
626-
name (symbol)
626+
name (symbol or string)
627627
optional, the name of the source
628628
629629
opts (map)
@@ -817,7 +817,7 @@
817817
source (string)
818818
the ClojureScript source
819819
820-
name (symbol)
820+
name (symbol or string)
821821
optional, the name of the source
822822
823823
opts (map)
@@ -957,7 +957,7 @@
957957
source (string)
958958
the ClojureScript source
959959
960-
name (symbol)
960+
name (symbol or string)
961961
optional, the name of the source
962962
963963
opts (map)

0 commit comments

Comments
 (0)