Skip to content

Commit

Permalink
1.7.122
Browse files Browse the repository at this point in the history
- auto-generated by:
  https://github.com/cljsinfo/cljs-api-docs

- parsed from:
  ClojureScript 1.7.122
  Clojure 1.7.0
  • Loading branch information
shaunlebron committed Nov 6, 2015
1 parent 4a39869 commit 8bc2139
Show file tree
Hide file tree
Showing 2,434 changed files with 94,472 additions and 6,592 deletions.
46 changes: 46 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,29 @@
<th>lib</th>
<th>comp</th>
</tr>
<tr>
<td>__[1.7.122](https://github.com/cljsinfo/cljs-api-docs/tree/1.7.122)__</td>
<td>2015-08-29</td>
<td><kbd>1.7.0</kbd></td>
<td><kbd>0.10.0-alpha3</kbd></td>
<td><kbd>0.0-20150805</kbd></td>
<td>
<a href="#user-content-17122syntax">

</a>
</td>
<td>
<a href="#user-content-17122library">

</a>
</td>
<td>
<a href="#user-content-17122compiler">
+1
</a>
</td>
</tr>

<tr>
<td>__[1.7.107](https://github.com/cljsinfo/cljs-api-docs/tree/1.7.107)__</td>
<td>2015-08-11</td>
Expand Down Expand Up @@ -2961,6 +2984,29 @@

</table>

### 1.7.122

<a name="17122syntax"></a> __Syntax Changes__
<table>
<tr><td>_no syntax forms were added or removed in this version_</td></tr>
</table>

<a name="17122library"></a> __Library API Changes__
<table>
<tr><td>_no symbols were added or removed in this version_</td></tr>
</table>

<a name="17122compiler"></a> __Compiler API Changes__
<table>

<tr>
<td>
<img valign="middle" src="https://img.shields.io/badge/+-function-brightgreen.svg">
</td>
<td><samp>[cljs.analyzer.api/get-js-index](refs/cljs.analyzer.api/get-js-index.md)</samp></td>
</tr>
</table>

### 1.7.107

<a name="17107syntax"></a> __Syntax Changes__
Expand Down
38 changes: 10 additions & 28 deletions INDEX.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<table border="1">
<tr>
<td>__1.7.107__ [all](HISTORY.md)</td>
<td>2015-08-11</td>
<td>__1.7.122__ [all](HISTORY.md)</td>
<td>2015-08-29</td>
<td>[<img valign="middle" width="24px" src="http://i.imgur.com/1GjPKvB.png">
<kbd>Clojure 1.7.0</kbd>](http://clojure.github.io/clojure/branch-master/index.html)</td>
<td>[<img valign="middle" width="18px" src="http://i.imgur.com/yGyeE7k.png">
Expand All @@ -23,7 +23,7 @@ __[Offline version available here](https://github.com/cljsinfo/cljs-api-docs#off

## Latest Changes

Changes from __1.7.107__ ([See Full History](HISTORY.md)):
Changes from __1.7.122__ ([See Full History](HISTORY.md)):

__Syntax Changes__

Expand All @@ -34,39 +34,21 @@ __Syntax Changes__
__Library API Changes__

<table>
<tr><td>_no symbols were added or removed in this version_</td></tr>
</table>

__Compiler API Changes__

<table>

<tr>
<td>
<img valign="middle" src="https://img.shields.io/badge/+-macro-brightgreen.svg">
</td>
<td><samp>[cljs.core/js-comment](refs/cljs.core/js-comment.md)</samp></td>
</tr>
<tr>
<td>
<img valign="middle" src="https://img.shields.io/badge/+-macro-brightgreen.svg">
</td>
<td><samp>[cljs.core/js-inline-comment](refs/cljs.core/js-inline-comment.md)</samp></td>
</tr>
<tr>
<td>
<img valign="middle" src="https://img.shields.io/badge/+-macro-brightgreen.svg">
</td>
<td><samp>[cljs.core/unsafe-cast](refs/cljs.core/unsafe-cast.md)</samp></td>
</tr>
<tr>
<td>
<img valign="middle" src="https://img.shields.io/badge/+-function-brightgreen.svg">
</td>
<td><samp>[cljs.reader/read-literal](refs/cljs.reader/read-literal.md)</samp></td>
<td><samp>[cljs.analyzer.api/get-js-index](refs/cljs.analyzer.api/get-js-index.md)</samp></td>
</tr>
</table>

__Compiler API Changes__

<table>
<tr><td>_no symbols were added or removed in this version_</td></tr>
</table>



## Table of Contents
Expand Down
7 changes: 7 additions & 0 deletions UNFINISHED.md
Original file line number Diff line number Diff line change
Expand Up @@ -4711,6 +4711,13 @@ __Rows are removed when their columns are filled (done).__
<td></td>
</tr>
<tr>
<td>[cljs.analyzer.api/get-js-index](refs/cljs.analyzer.api/get-js-index.md)</td>
<td>[cljsdoc](https://github.com/cljsinfo/cljs-api-docs/blob/master/cljsdoc/cljs.analyzer.api/get-js-index.cljsdoc)</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>[cljs.analyzer.api/get-options](refs/cljs.analyzer.api/get-options.md)</td>
<td>[cljsdoc](https://github.com/cljsinfo/cljs-api-docs/blob/master/cljsdoc/cljs.analyzer.api/get-options.cljsdoc)</td>
<td></td>
Expand Down
2,904 changes: 1,468 additions & 1,436 deletions cljs-api.edn

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions refs/cljs.analyzer.api/all-ns.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ returns symbols identifying namespaces not Namespace instances.
```


Source code @ [github](https://github.com/clojure/clojurescript/blob/r1.7.107/src/main/clojure/cljs/analyzer/api.clj#L145-L151):
Source code @ [github](https://github.com/clojure/clojurescript/blob/r1.7.122/src/main/clojure/cljs/analyzer/api.clj#L152-L158):

```clj
(defn all-ns
Expand All @@ -48,13 +48,13 @@ Source code @ [github](https://github.com/clojure/clojurescript/blob/r1.7.107/sr
Repo - tag - source tree - lines:
<pre>
clojurescript @ r1.7.107
clojurescript @ r1.7.122
└── src
└── main
└── clojure
└── cljs
└── analyzer
└── <ins>[api.clj:145-151](https://github.com/clojure/clojurescript/blob/r1.7.107/src/main/clojure/cljs/analyzer/api.clj#L145-L151)</ins>
└── <ins>[api.clj:152-158](https://github.com/clojure/clojurescript/blob/r1.7.122/src/main/clojure/cljs/analyzer/api.clj#L152-L158)</ins>
</pre>
-->
Expand Down Expand Up @@ -105,9 +105,9 @@ The API data for this symbol:
:source {:code "(defn all-ns\n ([]\n (all-ns env/*compiler*))\n ([state]\n (keys (get @state ::ana/namespaces))))",
:title "Source code",
:repo "clojurescript",
:tag "r1.7.107",
:tag "r1.7.122",
:filename "src/main/clojure/cljs/analyzer/api.clj",
:lines [145 151]},
:lines [152 158]},
:full-name "cljs.analyzer.api/all-ns",
:clj-symbol "clojure.core/all-ns",
:docstring "Return all namespaces. Analagous to clojure.core/all-ns but\nreturns symbols identifying namespaces not Namespace instances."}
Expand Down
10 changes: 5 additions & 5 deletions refs/cljs.analyzer.api/analyze-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ meaningful value.
```


Source code @ [github](https://github.com/clojure/clojurescript/blob/r1.7.107/src/main/clojure/cljs/analyzer/api.clj#L110-L129):
Source code @ [github](https://github.com/clojure/clojurescript/blob/r1.7.122/src/main/clojure/cljs/analyzer/api.clj#L117-L136):

```clj
(defn analyze-file
Expand All @@ -61,13 +61,13 @@ Source code @ [github](https://github.com/clojure/clojurescript/blob/r1.7.107/sr
Repo - tag - source tree - lines:
<pre>
clojurescript @ r1.7.107
clojurescript @ r1.7.122
└── src
└── main
└── clojure
└── cljs
└── analyzer
└── <ins>[api.clj:110-129](https://github.com/clojure/clojurescript/blob/r1.7.107/src/main/clojure/cljs/analyzer/api.clj#L110-L129)</ins>
└── <ins>[api.clj:117-136](https://github.com/clojure/clojurescript/blob/r1.7.122/src/main/clojure/cljs/analyzer/api.clj#L117-L136)</ins>
</pre>
-->
Expand Down Expand Up @@ -115,9 +115,9 @@ The API data for this symbol:
:source {:code "(defn analyze-file\n ([f] (analyze-file f nil))\n ([f opts]\n (analyze-file\n (if-not (nil? env/*compiler*)\n env/*compiler*\n (env/default-compiler-env opts))\n f opts))\n ([state f opts]\n (env/with-compiler-env state\n (binding [ana/*cljs-warning-handlers* (:warning-handlers opts ana/*cljs-warning-handlers*)]\n (ana/analyze-file f opts)))))",
:title "Source code",
:repo "clojurescript",
:tag "r1.7.107",
:tag "r1.7.122",
:filename "src/main/clojure/cljs/analyzer/api.clj",
:lines [110 129]},
:lines [117 136]},
:full-name "cljs.analyzer.api/analyze-file",
:docstring "Given a java.io.File, java.net.URL or a string identifying a resource on the\nclasspath attempt to analyze it.\n\nThis function side-effects the ambient compilation environment\n`cljs.env/*compiler*` to aggregate analysis information. opts argument is\ncompiler options, if :cache-analysis true will cache analysis to\n\":output-dir/some/ns/foo.cljs.cache.edn\". This function does not return a\nmeaningful value."}
Expand Down
10 changes: 5 additions & 5 deletions refs/cljs.analyzer.api/analyze.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ facilitate code walking without knowing the details of the op set.
```


Source code @ [github](https://github.com/clojure/clojurescript/blob/r1.7.107/src/main/clojure/cljs/analyzer/api.clj#L61-L79):
Source code @ [github](https://github.com/clojure/clojurescript/blob/r1.7.122/src/main/clojure/cljs/analyzer/api.clj#L68-L86):

```clj
(defn analyze
Expand All @@ -63,13 +63,13 @@ Source code @ [github](https://github.com/clojure/clojurescript/blob/r1.7.107/sr
Repo - tag - source tree - lines:
<pre>
clojurescript @ r1.7.107
clojurescript @ r1.7.122
└── src
└── main
└── clojure
└── cljs
└── analyzer
└── <ins>[api.clj:61-79](https://github.com/clojure/clojurescript/blob/r1.7.107/src/main/clojure/cljs/analyzer/api.clj#L61-L79)</ins>
└── <ins>[api.clj:68-86](https://github.com/clojure/clojurescript/blob/r1.7.122/src/main/clojure/cljs/analyzer/api.clj#L68-L86)</ins>
</pre>
-->
Expand Down Expand Up @@ -120,9 +120,9 @@ The API data for this symbol:
:source {:code "(defn analyze\n ([env form] (analyze env form nil))\n ([env form name] (analyze env form name nil))\n ([env form name opts]\n (analyze\n (if-not (nil? env/*compiler*)\n env/*compiler*\n (env/default-compiler-env opts))\n env form name opts))\n ([state env form name opts]\n (env/with-compiler-env state\n (binding [ana/*cljs-warning-handlers* (:warning-handlers opts ana/*cljs-warning-handlers*)]\n (ana/analyze env form name opts)))))",
:title "Source code",
:repo "clojurescript",
:tag "r1.7.107",
:tag "r1.7.122",
:filename "src/main/clojure/cljs/analyzer/api.clj",
:lines [61 79]},
:lines [68 86]},
:full-name "cljs.analyzer.api/analyze",
:docstring "Given an environment, a map containing {:locals (mapping of names to bindings), :context\n(one of :statement, :expr, :return), :ns (a symbol naming the\ncompilation ns)}, and form, returns an expression object (a map\ncontaining at least :form, :op and :env keys). If expr has any (immediately)\nnested exprs, must have :children [exprs...] entry. This will\nfacilitate code walking without knowing the details of the op set."}
Expand Down
8 changes: 4 additions & 4 deletions refs/cljs.analyzer.api/default-warning-handler.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Outputs the warning messages to *err*.
```


Source code @ [github](https://github.com/clojure/clojurescript/blob/r1.7.107/src/main/clojure/cljs/analyzer/api.clj#L48-L53):
Source code @ [github](https://github.com/clojure/clojurescript/blob/r1.7.122/src/main/clojure/cljs/analyzer/api.clj#L48-L53):

```clj
(defn default-warning-handler
Expand All @@ -41,13 +41,13 @@ Source code @ [github](https://github.com/clojure/clojurescript/blob/r1.7.107/sr
Repo - tag - source tree - lines:
<pre>
clojurescript @ r1.7.107
clojurescript @ r1.7.122
└── src
└── main
└── clojure
└── cljs
└── analyzer
└── <ins>[api.clj:48-53](https://github.com/clojure/clojurescript/blob/r1.7.107/src/main/clojure/cljs/analyzer/api.clj#L48-L53)</ins>
└── <ins>[api.clj:48-53](https://github.com/clojure/clojurescript/blob/r1.7.122/src/main/clojure/cljs/analyzer/api.clj#L48-L53)</ins>
</pre>
-->
Expand Down Expand Up @@ -95,7 +95,7 @@ The API data for this symbol:
:source {:code "(defn default-warning-handler\n [warning-type env extra]\n (ana/default-warning-handler warning-type env extra))",
:title "Source code",
:repo "clojurescript",
:tag "r1.7.107",
:tag "r1.7.122",
:filename "src/main/clojure/cljs/analyzer/api.clj",
:lines [48 53]},
:full-name "cljs.analyzer.api/default-warning-handler",
Expand Down
8 changes: 4 additions & 4 deletions refs/cljs.analyzer.api/empty-env.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Creates an empty analysis environment.
```


Source code @ [github](https://github.com/clojure/clojurescript/blob/r1.7.107/src/main/clojure/cljs/analyzer/api.clj#L31-L34):
Source code @ [github](https://github.com/clojure/clojurescript/blob/r1.7.122/src/main/clojure/cljs/analyzer/api.clj#L31-L34):

```clj
(defn empty-env
Expand All @@ -39,13 +39,13 @@ Source code @ [github](https://github.com/clojure/clojurescript/blob/r1.7.107/sr
Repo - tag - source tree - lines:
<pre>
clojurescript @ r1.7.107
clojurescript @ r1.7.122
└── src
└── main
└── clojure
└── cljs
└── analyzer
└── <ins>[api.clj:31-34](https://github.com/clojure/clojurescript/blob/r1.7.107/src/main/clojure/cljs/analyzer/api.clj#L31-L34)</ins>
└── <ins>[api.clj:31-34](https://github.com/clojure/clojurescript/blob/r1.7.122/src/main/clojure/cljs/analyzer/api.clj#L31-L34)</ins>
</pre>
-->
Expand Down Expand Up @@ -93,7 +93,7 @@ The API data for this symbol:
:source {:code "(defn empty-env\n []\n (ana/empty-env))",
:title "Source code",
:repo "clojurescript",
:tag "r1.7.107",
:tag "r1.7.122",
:filename "src/main/clojure/cljs/analyzer/api.clj",
:lines [31 34]},
:full-name "cljs.analyzer.api/empty-env",
Expand Down
8 changes: 4 additions & 4 deletions refs/cljs.analyzer.api/empty-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Creates an empty compilation state Atom<Map>.
```


Source code @ [github](https://github.com/clojure/clojurescript/blob/r1.7.107/src/main/clojure/cljs/analyzer/api.clj#L20-L23):
Source code @ [github](https://github.com/clojure/clojurescript/blob/r1.7.122/src/main/clojure/cljs/analyzer/api.clj#L20-L23):

```clj
(defn empty-state
Expand All @@ -39,13 +39,13 @@ Source code @ [github](https://github.com/clojure/clojurescript/blob/r1.7.107/sr
Repo - tag - source tree - lines:
<pre>
clojurescript @ r1.7.107
clojurescript @ r1.7.122
└── src
└── main
└── clojure
└── cljs
└── analyzer
└── <ins>[api.clj:20-23](https://github.com/clojure/clojurescript/blob/r1.7.107/src/main/clojure/cljs/analyzer/api.clj#L20-L23)</ins>
└── <ins>[api.clj:20-23](https://github.com/clojure/clojurescript/blob/r1.7.122/src/main/clojure/cljs/analyzer/api.clj#L20-L23)</ins>
</pre>
-->
Expand Down Expand Up @@ -93,7 +93,7 @@ The API data for this symbol:
:source {:code "(defn empty-state\n []\n (env/default-compiler-env))",
:title "Source code",
:repo "clojurescript",
:tag "r1.7.107",
:tag "r1.7.122",
:filename "src/main/clojure/cljs/analyzer/api.clj",
:lines [20 23]},
:full-name "cljs.analyzer.api/empty-state",
Expand Down
10 changes: 5 additions & 5 deletions refs/cljs.analyzer.api/find-ns.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ to clojure.core/find-ns.
```


Source code @ [github](https://github.com/clojure/clojurescript/blob/r1.7.107/src/main/clojure/cljs/analyzer/api.clj#L153-L160):
Source code @ [github](https://github.com/clojure/clojurescript/blob/r1.7.122/src/main/clojure/cljs/analyzer/api.clj#L160-L167):

```clj
(defn find-ns
Expand All @@ -49,13 +49,13 @@ Source code @ [github](https://github.com/clojure/clojurescript/blob/r1.7.107/sr
Repo - tag - source tree - lines:
<pre>
clojurescript @ r1.7.107
clojurescript @ r1.7.122
└── src
└── main
└── clojure
└── cljs
└── analyzer
└── <ins>[api.clj:153-160](https://github.com/clojure/clojurescript/blob/r1.7.107/src/main/clojure/cljs/analyzer/api.clj#L153-L160)</ins>
└── <ins>[api.clj:160-167](https://github.com/clojure/clojurescript/blob/r1.7.122/src/main/clojure/cljs/analyzer/api.clj#L160-L167)</ins>
</pre>
-->
Expand Down Expand Up @@ -106,9 +106,9 @@ The API data for this symbol:
:source {:code "(defn find-ns\n ([sym]\n (find-ns env/*compiler* sym))\n ([state sym]\n {:pre [(symbol? sym)]}\n (get-in @state [::ana/namespaces sym])))",
:title "Source code",
:repo "clojurescript",
:tag "r1.7.107",
:tag "r1.7.122",
:filename "src/main/clojure/cljs/analyzer/api.clj",
:lines [153 160]},
:lines [160 167]},
:full-name "cljs.analyzer.api/find-ns",
:clj-symbol "clojure.core/find-ns",
:docstring "Given a namespace return the corresponding namespace analysis map. Analagous\nto clojure.core/find-ns."}
Expand Down
Loading

0 comments on commit 8bc2139

Please sign in to comment.