Skip to content

Commit c564048

Browse files
committed
0.0-3269
- auto-generated by: https://github.com/cljsinfo/cljs-api-docs - parsed from: ClojureScript 0.0-3269 Clojure 1.7.0-beta2
1 parent 3ca2642 commit c564048

File tree

1,074 files changed

+5962
-5907
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,074 files changed

+5962
-5907
lines changed

HISTORY.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,29 @@
1515
<th>lib</th>
1616
<th>comp</th>
1717
</tr>
18+
<tr>
19+
<td>__[0.0-3269](https://github.com/cljsinfo/cljs-api-docs/tree/0.0-3269)__</td>
20+
<td>2015-05-10</td>
21+
<td><kbd>1.7.0-beta2</kbd></td>
22+
<td><kbd>0.9.2</kbd></td>
23+
<td><kbd>0.0-20150505</kbd></td>
24+
<td>
25+
<a href="#user-content-003269syntax">
26+
27+
</a>
28+
</td>
29+
<td>
30+
<a href="#user-content-003269library">
31+
32+
</a>
33+
</td>
34+
<td>
35+
<a href="#user-content-003269compiler">
36+
37+
</a>
38+
</td>
39+
</tr>
40+
1841
<tr>
1942
<td>__[0.0-3264](https://github.com/cljsinfo/cljs-api-docs/tree/0.0-3264)__</td>
2043
<td>2015-05-09</td>
@@ -2754,6 +2777,23 @@
27542777

27552778
</table>
27562779

2780+
### 0.0-3269
2781+
2782+
<a name="003269syntax"></a> __Syntax Changes__
2783+
<table>
2784+
<tr><td>_no syntax forms were added or removed in this version_</td></tr>
2785+
</table>
2786+
2787+
<a name="003269library"></a> __Library API Changes__
2788+
<table>
2789+
<tr><td>_no symbols were added or removed in this version_</td></tr>
2790+
</table>
2791+
2792+
<a name="003269compiler"></a> __Compiler API Changes__
2793+
<table>
2794+
<tr><td>_no symbols were added or removed in this version_</td></tr>
2795+
</table>
2796+
27572797
### 0.0-3264
27582798

27592799
<a name="003264syntax"></a> __Syntax Changes__

INDEX.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<table border="1">
44
<tr>
5-
<td>__0.0-3264__ [all](HISTORY.md)</td>
6-
<td>2015-05-09</td>
5+
<td>__0.0-3269__ [all](HISTORY.md)</td>
6+
<td>2015-05-10</td>
77
<td>[<img valign="middle" width="24px" src="http://i.imgur.com/1GjPKvB.png">
88
<kbd>Clojure 1.7.0-beta2</kbd>](http://clojure.github.io/clojure/branch-master/index.html)</td>
99
<td>[<img valign="middle" width="18px" src="http://i.imgur.com/yGyeE7k.png">
@@ -23,7 +23,7 @@ __[Offline version available here](https://github.com/cljsinfo/cljs-api-docs#off
2323

2424
## Latest Changes
2525

26-
Changes from __0.0-3264__ ([See Full History](HISTORY.md)):
26+
Changes from __0.0-3269__ ([See Full History](HISTORY.md)):
2727

2828
__Syntax Changes__
2929

cljs-api.edn

Lines changed: 1219 additions & 1204 deletions
Large diffs are not rendered by default.

refs/cljs.analyzer.api/all-ns.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ returns symbols identifying namespaces not Namespace instances.
3131
```
3232

3333

34-
Source code @ [github](https://github.com/clojure/clojurescript/blob/r3264/src/main/clojure/cljs/analyzer/api.clj#L80-L84):
34+
Source code @ [github](https://github.com/clojure/clojurescript/blob/r3269/src/main/clojure/cljs/analyzer/api.clj#L80-L84):
3535

3636
```clj
3737
(defn all-ns
@@ -43,13 +43,13 @@ Source code @ [github](https://github.com/clojure/clojurescript/blob/r3264/src/m
4343
Repo - tag - source tree - lines:
4444
4545
<pre>
46-
clojurescript @ r3264
46+
clojurescript @ r3269
4747
└── src
4848
└── main
4949
└── clojure
5050
└── cljs
5151
└── analyzer
52-
└── <ins>[api.clj:80-84](https://github.com/clojure/clojurescript/blob/r3264/src/main/clojure/cljs/analyzer/api.clj#L80-L84)</ins>
52+
└── <ins>[api.clj:80-84](https://github.com/clojure/clojurescript/blob/r3269/src/main/clojure/cljs/analyzer/api.clj#L80-L84)</ins>
5353
</pre>
5454
5555
-->
@@ -100,7 +100,7 @@ The API data for this symbol:
100100
:source {:code "(defn all-ns\n []\n (keys (get @env/*compiler* ::ana/namespaces)))",
101101
:title "Source code",
102102
:repo "clojurescript",
103-
:tag "r3264",
103+
:tag "r3269",
104104
:filename "src/main/clojure/cljs/analyzer/api.clj",
105105
:lines [80 84]},
106106
:full-name "cljs.analyzer.api/all-ns",

refs/cljs.analyzer.api/analyze-file.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ meaningful value.
3737
```
3838

3939

40-
Source code @ [github](https://github.com/clojure/clojurescript/blob/r3264/src/main/clojure/cljs/analyzer/api.clj#L54-L64):
40+
Source code @ [github](https://github.com/clojure/clojurescript/blob/r3269/src/main/clojure/cljs/analyzer/api.clj#L54-L64):
4141

4242
```clj
4343
(defn analyze-file
@@ -49,13 +49,13 @@ Source code @ [github](https://github.com/clojure/clojurescript/blob/r3264/src/m
4949
Repo - tag - source tree - lines:
5050
5151
<pre>
52-
clojurescript @ r3264
52+
clojurescript @ r3269
5353
└── src
5454
└── main
5555
└── clojure
5656
└── cljs
5757
└── analyzer
58-
└── <ins>[api.clj:54-64](https://github.com/clojure/clojurescript/blob/r3264/src/main/clojure/cljs/analyzer/api.clj#L54-L64)</ins>
58+
└── <ins>[api.clj:54-64](https://github.com/clojure/clojurescript/blob/r3269/src/main/clojure/cljs/analyzer/api.clj#L54-L64)</ins>
5959
</pre>
6060
6161
-->
@@ -103,7 +103,7 @@ The API data for this symbol:
103103
:source {:code "(defn analyze-file\n ([f] (ana/analyze-file f nil))\n ([f opts] (ana/analyze-file f opts)))",
104104
:title "Source code",
105105
:repo "clojurescript",
106-
:tag "r3264",
106+
:tag "r3269",
107107
:filename "src/main/clojure/cljs/analyzer/api.clj",
108108
:lines [54 64]},
109109
:full-name "cljs.analyzer.api/analyze-file",

refs/cljs.analyzer.api/analyze.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ facilitate code walking without knowing the details of the op set.
3838
```
3939

4040

41-
Source code @ [github](https://github.com/clojure/clojurescript/blob/r3264/src/main/clojure/cljs/analyzer/api.clj#L23-L32):
41+
Source code @ [github](https://github.com/clojure/clojurescript/blob/r3269/src/main/clojure/cljs/analyzer/api.clj#L23-L32):
4242

4343
```clj
4444
(defn analyze
@@ -51,13 +51,13 @@ Source code @ [github](https://github.com/clojure/clojurescript/blob/r3264/src/m
5151
Repo - tag - source tree - lines:
5252
5353
<pre>
54-
clojurescript @ r3264
54+
clojurescript @ r3269
5555
└── src
5656
└── main
5757
└── clojure
5858
└── cljs
5959
└── analyzer
60-
└── <ins>[api.clj:23-32](https://github.com/clojure/clojurescript/blob/r3264/src/main/clojure/cljs/analyzer/api.clj#L23-L32)</ins>
60+
└── <ins>[api.clj:23-32](https://github.com/clojure/clojurescript/blob/r3269/src/main/clojure/cljs/analyzer/api.clj#L23-L32)</ins>
6161
</pre>
6262
6363
-->
@@ -105,7 +105,7 @@ The API data for this symbol:
105105
:source {:code "(defn analyze\n ([env form] (ana/analyze env form nil))\n ([env form name] (ana/analyze env form name nil))\n ([env form name opts] (ana/analyze env form name opts)))",
106106
:title "Source code",
107107
:repo "clojurescript",
108-
:tag "r3264",
108+
:tag "r3269",
109109
:filename "src/main/clojure/cljs/analyzer/api.clj",
110110
:lines [23 32]},
111111
:full-name "cljs.analyzer.api/analyze",

refs/cljs.analyzer.api/empty-env.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Creates an empty analysis environment.
2727
```
2828

2929

30-
Source code @ [github](https://github.com/clojure/clojurescript/blob/r3264/src/main/clojure/cljs/analyzer/api.clj#L18-L21):
30+
Source code @ [github](https://github.com/clojure/clojurescript/blob/r3269/src/main/clojure/cljs/analyzer/api.clj#L18-L21):
3131

3232
```clj
3333
(defn empty-env
@@ -39,13 +39,13 @@ Source code @ [github](https://github.com/clojure/clojurescript/blob/r3264/src/m
3939
Repo - tag - source tree - lines:
4040
4141
<pre>
42-
clojurescript @ r3264
42+
clojurescript @ r3269
4343
└── src
4444
└── main
4545
└── clojure
4646
└── cljs
4747
└── analyzer
48-
└── <ins>[api.clj:18-21](https://github.com/clojure/clojurescript/blob/r3264/src/main/clojure/cljs/analyzer/api.clj#L18-L21)</ins>
48+
└── <ins>[api.clj:18-21](https://github.com/clojure/clojurescript/blob/r3269/src/main/clojure/cljs/analyzer/api.clj#L18-L21)</ins>
4949
</pre>
5050
5151
-->
@@ -93,7 +93,7 @@ The API data for this symbol:
9393
:source {:code "(defn empty-env\n []\n (ana/empty-env))",
9494
:title "Source code",
9595
:repo "clojurescript",
96-
:tag "r3264",
96+
:tag "r3269",
9797
:filename "src/main/clojure/cljs/analyzer/api.clj",
9898
:lines [18 21]},
9999
:full-name "cljs.analyzer.api/empty-env",

refs/cljs.analyzer.api/find-ns.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ to clojure.core/find-ns.
3131
```
3232

3333

34-
Source code @ [github](https://github.com/clojure/clojurescript/blob/r3264/src/main/clojure/cljs/analyzer/api.clj#L86-L91):
34+
Source code @ [github](https://github.com/clojure/clojurescript/blob/r3269/src/main/clojure/cljs/analyzer/api.clj#L86-L91):
3535

3636
```clj
3737
(defn find-ns
@@ -44,13 +44,13 @@ Source code @ [github](https://github.com/clojure/clojurescript/blob/r3264/src/m
4444
Repo - tag - source tree - lines:
4545
4646
<pre>
47-
clojurescript @ r3264
47+
clojurescript @ r3269
4848
└── src
4949
└── main
5050
└── clojure
5151
└── cljs
5252
└── analyzer
53-
└── <ins>[api.clj:86-91](https://github.com/clojure/clojurescript/blob/r3264/src/main/clojure/cljs/analyzer/api.clj#L86-L91)</ins>
53+
└── <ins>[api.clj:86-91](https://github.com/clojure/clojurescript/blob/r3269/src/main/clojure/cljs/analyzer/api.clj#L86-L91)</ins>
5454
</pre>
5555
5656
-->
@@ -101,7 +101,7 @@ The API data for this symbol:
101101
:source {:code "(defn find-ns\n [sym]\n {:pre [(symbol? sym)]}\n (get-in @env/*compiler* [::ana/namespaces sym]))",
102102
:title "Source code",
103103
:repo "clojurescript",
104-
:tag "r3264",
104+
:tag "r3269",
105105
:filename "src/main/clojure/cljs/analyzer/api.clj",
106106
:lines [86 91]},
107107
:full-name "cljs.analyzer.api/find-ns",

refs/cljs.analyzer.api/forms-seq.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ accepts a filename argument which will be used in any emitted errors.
3131
```
3232

3333

34-
Source code @ [github](https://github.com/clojure/clojurescript/blob/r3264/src/main/clojure/cljs/analyzer/api.clj#L34-L38):
34+
Source code @ [github](https://github.com/clojure/clojurescript/blob/r3269/src/main/clojure/cljs/analyzer/api.clj#L34-L38):
3535

3636
```clj
3737
(defn forms-seq
@@ -43,13 +43,13 @@ Source code @ [github](https://github.com/clojure/clojurescript/blob/r3264/src/m
4343
Repo - tag - source tree - lines:
4444
4545
<pre>
46-
clojurescript @ r3264
46+
clojurescript @ r3269
4747
└── src
4848
└── main
4949
└── clojure
5050
└── cljs
5151
└── analyzer
52-
└── <ins>[api.clj:34-38](https://github.com/clojure/clojurescript/blob/r3264/src/main/clojure/cljs/analyzer/api.clj#L34-L38)</ins>
52+
└── <ins>[api.clj:34-38](https://github.com/clojure/clojurescript/blob/r3269/src/main/clojure/cljs/analyzer/api.clj#L34-L38)</ins>
5353
</pre>
5454
5555
-->
@@ -97,7 +97,7 @@ The API data for this symbol:
9797
:source {:code "(defn forms-seq\n ([rdr] (ana/forms-seq* rdr nil))\n ([rdr filename] (ana/forms-seq* rdr filename)))",
9898
:title "Source code",
9999
:repo "clojurescript",
100-
:tag "r3264",
100+
:tag "r3269",
101101
:filename "src/main/clojure/cljs/analyzer/api.clj",
102102
:lines [34 38]},
103103
:full-name "cljs.analyzer.api/forms-seq",

refs/cljs.analyzer.api/in-cljs-user.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ environment atom and runs body.
2828
```
2929

3030

31-
Source code @ [github](https://github.com/clojure/clojurescript/blob/r3264/src/main/clojure/cljs/analyzer/api.clj#L126-L132):
31+
Source code @ [github](https://github.com/clojure/clojurescript/blob/r3269/src/main/clojure/cljs/analyzer/api.clj#L126-L132):
3232

3333
```clj
3434
(defmacro in-cljs-user
@@ -42,13 +42,13 @@ Source code @ [github](https://github.com/clojure/clojurescript/blob/r3264/src/m
4242
Repo - tag - source tree - lines:
4343
4444
<pre>
45-
clojurescript @ r3264
45+
clojurescript @ r3269
4646
└── src
4747
└── main
4848
└── clojure
4949
└── cljs
5050
└── analyzer
51-
└── <ins>[api.clj:126-132](https://github.com/clojure/clojurescript/blob/r3264/src/main/clojure/cljs/analyzer/api.clj#L126-L132)</ins>
51+
└── <ins>[api.clj:126-132](https://github.com/clojure/clojurescript/blob/r3269/src/main/clojure/cljs/analyzer/api.clj#L126-L132)</ins>
5252
</pre>
5353
5454
-->
@@ -96,7 +96,7 @@ The API data for this symbol:
9696
:source {:code "(defmacro in-cljs-user\n [env & body]\n `(binding [cljs.analyzer/*cljs-ns* 'cljs.user]\n (cljs.env/with-compiler-env ~env\n ~@body)))",
9797
:title "Source code",
9898
:repo "clojurescript",
99-
:tag "r3264",
99+
:tag "r3269",
100100
:filename "src/main/clojure/cljs/analyzer/api.clj",
101101
:lines [126 132]},
102102
:full-name "cljs.analyzer.api/in-cljs-user",

0 commit comments

Comments
 (0)