API for cljs.env - clojurescript


Full namespace name: cljs.env

Overview

A namespace that exists solely to provide a place for "compiler"
state that is accessed/maintained by many different components.

Public Variables and Functions



with-compiler-env

macro
Usage: (with-compiler-env env & body)
Evaluates [body] with [env] bound as the value of the `*compiler*` var in
this namespace.

    
    
    
  

cljs.env.macros





Public Variables and Functions



with-compiler-env

macro
Usage: (with-compiler-env env & body)
Evaluates [body] with [env] bound as the value of the `*compiler*` var in
this namespace.

    
    
    
  
Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.