-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdoc.html
122 lines (97 loc) · 3.38 KB
/
doc.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- oktavia -->
<link rel="stylesheet" href="searchstyle.css" type="text/css" />
<script src="search/jquery-1.9.1.min.js"></script>
<script src="search/oktavia-jquery-ui.js"></script>
<script src="search/oktavia-english-search.js"></script>
<!-- /oktavia -->
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="google-code-prettify/prettify.js"></script>
<script src="lang-jsx.js"></script>
<script>
$(function() {
prettyPrint();
});
</script>
<link rel="stylesheet" href="google-code-prettify/prettify.css" type="text/css" />
<title>JSX Documents</title>
</head>
<body>
<div id="body">
<div id="top">
<h1><a href="./">JSX</a></h1>
a faster, safer, easier JavaScript
<!-- oktavia -->
<form id="searchform">
<input class="search" type="search" name="search" id="search" results="5" value="" placeholder="Search" />
<div id="searchresult_box">
<div id="close_search_box">×</div>
<div id="searchresult_summary"></div>
<div id="searchresult"></div>
<div id="searchresult_nav"></div>
<span class="pr">Powered by <a href="https://github.com/shibukawa/oktavia">Oktavia</a></span>
</div>
</form>
<!-- /oktavia -->
</div>
<table id="menu">
<tr>
<td><a href="try-on-web/" target="_blank">Try</a></td>
<td><a href="https://github.com/jsx/JSX/" target="_blank">Repository</a></td>
<td class="selected"><a href="doc.html">Documents</a></td>
<td><a href="faq.html">FAQ</a></td>
</tr>
</table>
<div id="main">
<h2>Getting Started</h2>
<ul>
<li><a href="doc/tutorial.html">Tutorial</a></li>
<li><a href="https://github.com/jsx/JSX/wiki/Editor-Support">Editor support (wiki)</a></li>
<li>Using the Source-code Debugger</li>
<li><a href="doc/profiler.html">Using the Profiler</a></li>
</ul>
<h2>Language Reference</h2>
<ul>
<li><a href="doc/typeref.html">Types</a></li>
<li><a href="doc/literalref.html">Literals</a></li>
<li><a href="doc/operatorref.html">Operators</a></li>
<li><a href="doc/conversionref.html">Type Conversion</a></li>
<li><a href="doc/statementref.html">Statements</a></li>
<li><a href="doc/classref.html">Class, Interface and Mixin</a></li>
<li><a href="doc/importref.html">Importing Files</a></li>
<li>Templates (experimental)</li>
<li>Generators (experimental)</li>
</ul>
<h2>Class Library Reference</h2>
<p>generated by <em>jsxdoc</em>.</p>
<ul>
<li><a href="doc/stdlibref.html">Built-in and standard class libraries</a></li>
</ul>
<h2>Other Documents</h2>
<ul>
<li><a href="doc/compilerref.html">Compiler Reference</a></li>
</ul>
<h2>Wiki</h2>
<p>
For additional documents, please check the <a href="https://github.com/jsx/JSX/wiki" target="_blank">wiki</a>.
</p>
<h2>Links</h2>
<ul>
<li><a href="https://github.com/jsx/JSX/wiki/Slides">Presentation Slides (wiki)</a> - presentation slides related to JSX</li>
<li><a href="https://github.com/jsx/JSX/wiki/References">References (wiki)</a> - documents related to JSX</li>
<li><a href="https://github.com/jsx/JSX/wiki/Resources">Resources (wiki)</a> - articles, examples and other resources</li>
</ul>
</div>
<div id="footer">
<p>
Copyright © 2012, 2013 <a href="http://dena.com/intl/">DeNA Co., Ltd.</a> et al.
</p>
<p>
Copyright belongs to the authors or to the authors' employers of each contribution. Please refer to <a href="https://github.com/jsx/JSX/commits/">https://github.com/jsx/JSX/commits/</a>.
</p>
</div>
</body>
</html>