clojure / clojurescript-site

website for ClojureScript
Eclipse Public License 1.0
107 stars 135 forks source link

Fix anchor compiler-option global-goog-object&array #397

Closed eval closed 2 years ago

eval commented 2 years ago

The ampersand in the compiler-option global-goog-object&array prevents the anchor from being rendered correctly:

[[:global-goog-object&array]] === :global-goog-object&array

Defaults to false. If true load goog.object and goog.array as global namespaces rather than as goog.module namespaces.