Liking cljdoc? Tell your friends :D

shadow-cljs-gjs-target.gnome-extension


check-main-exists!clj

(check-main-exists! {:keys [compiler-env gjs-config] :as state})
source

closure-definesclj

(closure-defines state)
source

compileclj

(compile state)
source

configureclj

(configure state mode {:keys [main output-to] :as config})
source

execute!clj

(execute! {:keys [gjs-config] :as state})
source

flushclj

(flush state mode config)
source

flush-optimizedclj

(flush-optimized
  {:shadow.build.closure/keys [modules] :keys [gjs-config] :as state})
source

flush-unoptimizedclj

(flush-unoptimized {:keys [build-modules build-sources build-options
                           compiler-options gjs-config polyfill-js]
                    :as state})
source

gjs-builtin-resourceclj

(gjs-builtin-resource require)

Serves gjs builtin resources like system, GLib etc. For example, to load builin system module, use: (require '["gjs.system" :as system])

Serves gjs builtin resources like `system`, `GLib` etc.
For example, to load builin system module, use:
  (require '["gjs.system" :as system])
sourceraw docstring

gjs-common-preamblesclj

(gjs-common-preambles)
source

gjs-unoptimized-preamblesclj

(gjs-unoptimized-preambles rel-import-path)
source

make-main-call-jsclj

(make-main-call-js main-fn)
source

optimizeclj

(optimize state)
source

processclj

(process {:shadow.build/keys [mode stage config] :as state})
source

replace-goog-globalclj

(replace-goog-global state)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close