closure 1.4.3 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/README.md +12 -12
- data/closure-compiler/README.md +503 -0
- data/closure-compiler/compiler.jar +0 -0
- data/closure-templates/SoyToJsSrcCompiler.jar +0 -0
- data/closure-templates/soyutils.js +1593 -469
- data/closure-templates/soyutils_usegoog.js +1105 -223
- data/docs/SCRIPT.md +5 -5
- data/docs/closure/Closure/BeanShell.html +63 -54
- data/docs/closure/Closure/Compiler/Compilation.html +124 -107
- data/docs/closure/Closure/Compiler/Error.html +28 -21
- data/docs/closure/Closure/Compiler.html +81 -76
- data/docs/closure/Closure/FileResponse.html +113 -98
- data/docs/closure/Closure/Goog.html +264 -253
- data/docs/closure/Closure/Middleware.html +66 -55
- data/docs/closure/Closure/Script/NotFound.html +28 -21
- data/docs/closure/Closure/Script/RenderStackOverflow.html +28 -21
- data/docs/closure/Closure/Script.html +212 -203
- data/docs/closure/Closure/Server.html +100 -90
- data/docs/closure/Closure/ShowExceptions.html +63 -52
- data/docs/closure/Closure/Sources.html +254 -246
- data/docs/closure/Closure/Templates/Error.html +28 -21
- data/docs/closure/Closure/Templates.html +88 -80
- data/docs/closure/Closure.html +181 -163
- data/docs/closure/_index.html +42 -38
- data/docs/closure/class_list.html +19 -8
- data/docs/closure/css/full_list.css +4 -2
- data/docs/closure/css/style.css +68 -51
- data/docs/closure/file.LICENSE.html +24 -217
- data/docs/closure/file.README.html +54 -47
- data/docs/closure/file_list.html +20 -9
- data/docs/closure/frames.html +18 -5
- data/docs/closure/index.html +54 -47
- data/docs/closure/js/app.js +60 -46
- data/docs/closure/js/full_list.js +24 -10
- data/docs/closure/js/jquery.js +4 -16
- data/docs/closure/method_list.html +74 -175
- data/docs/closure/top-level-namespace.html +29 -20
- data/lib/closure/compiler.rb +32 -42
- data/lib/closure/goog.rb +12 -12
- data/lib/closure/server.rb +6 -6
- data/lib/closure/show_exceptions.rb +15 -12
- data/lib/closure/version.rb +1 -1
- data/scripts/git.erb +183 -0
- data/scripts/hello/compiler.js.erb +2 -2
- data/scripts/hello/hello.js +1 -1
- data/scripts/hello/index.erb +6 -0
- data/scripts/hello/legume.js +12 -7
- data/scripts/index.erb +15 -13
- data/scripts/modules/compiler.js.erb +3 -3
- data/scripts/modules/compiler_build.js +3 -3
- data/scripts/modules/compiler_build.map +13 -12159
- data/scripts/modules/compiler_build_api.js +1 -1
- data/scripts/modules/compiler_build_app.js +74 -71
- data/scripts/modules/compiler_build_settings.js +2 -2
- data/scripts/modules/index.erb +5 -3
- data/scripts/modules/settings.js +1 -1
- data/scripts/svn.erb +11 -11
- data/scripts/welcome.erb +7 -6
- metadata +65 -81
- data/closure-compiler/README +0 -292
- data/scripts/hello/compiler_build.js +0 -5
- data/scripts/hello/compiler_build.map +0 -748
- data/scripts/hello/compiler_debug.js +0 -119
- data/scripts/modules/compiler_debug.js +0 -6
- data/scripts/modules/compiler_debug_api.js +0 -11
- data/scripts/modules/compiler_debug_app.js +0 -2414
- data/scripts/modules/compiler_debug_settings.js +0 -39
- data/scripts/rails/index.erb +0 -46
- data/scripts/rails/rails_ujs.js +0 -96
@@ -6,19 +6,21 @@
|
|
6
6
|
<title>
|
7
7
|
Class: Closure::Compiler
|
8
8
|
|
9
|
-
— Documentation by YARD 0.7.
|
9
|
+
— Documentation by YARD 0.8.7.6
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
13
|
-
<link rel="stylesheet" href="../css/style.css" type="text/css"
|
13
|
+
<link rel="stylesheet" href="../css/style.css" type="text/css" charset="utf-8" />
|
14
14
|
|
15
|
-
<link rel="stylesheet" href="../css/common.css" type="text/css"
|
15
|
+
<link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
|
-
|
19
|
-
|
18
|
+
hasFrames = window.top.frames.main ? true : false;
|
19
|
+
relpath = '../';
|
20
|
+
framesUrl = "../frames.html#!Closure/Compiler.html";
|
20
21
|
</script>
|
21
22
|
|
23
|
+
|
22
24
|
<script type="text/javascript" charset="utf-8" src="../js/jquery.js"></script>
|
23
25
|
|
24
26
|
<script type="text/javascript" charset="utf-8" src="../js/app.js"></script>
|
@@ -26,36 +28,41 @@
|
|
26
28
|
|
27
29
|
</head>
|
28
30
|
<body>
|
29
|
-
<script type="text/javascript" charset="utf-8">
|
30
|
-
if (window.top.frames.main) document.body.className = 'frames';
|
31
|
-
</script>
|
32
|
-
|
33
31
|
<div id="header">
|
34
32
|
<div id="menu">
|
35
33
|
|
36
|
-
<a href="../_index.html">Index (C)</a> »
|
34
|
+
<a href="../_index.html">Index (C)</a> »
|
37
35
|
<span class='title'><span class='object_link'><a href="../Closure.html" title="Closure (class)">Closure</a></span></span>
|
38
36
|
»
|
39
37
|
<span class="title">Compiler</span>
|
40
38
|
|
41
|
-
|
39
|
+
|
42
40
|
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
43
41
|
</div>
|
44
42
|
|
45
43
|
<div id="search">
|
46
44
|
|
47
|
-
<a
|
45
|
+
<a class="full_list_link" id="class_list_link"
|
46
|
+
href="../class_list.html">
|
47
|
+
Class List
|
48
|
+
</a>
|
48
49
|
|
49
|
-
<a
|
50
|
+
<a class="full_list_link" id="method_list_link"
|
51
|
+
href="../method_list.html">
|
52
|
+
Method List
|
53
|
+
</a>
|
50
54
|
|
51
|
-
<a
|
55
|
+
<a class="full_list_link" id="file_list_link"
|
56
|
+
href="../file_list.html">
|
57
|
+
File List
|
58
|
+
</a>
|
52
59
|
|
53
60
|
</div>
|
54
61
|
<div class="clear"></div>
|
55
62
|
</div>
|
56
|
-
|
63
|
+
|
57
64
|
<iframe id="search_frame"></iframe>
|
58
|
-
|
65
|
+
|
59
66
|
<div id="content"><h1>Class: Closure::Compiler
|
60
67
|
|
61
68
|
|
@@ -94,9 +101,9 @@
|
|
94
101
|
|
95
102
|
<h2>Defined Under Namespace</h2>
|
96
103
|
<p class="children">
|
97
|
-
|
104
|
+
|
98
105
|
|
99
|
-
|
106
|
+
|
100
107
|
|
101
108
|
<strong class="classes">Classes:</strong> <span class='object_link'><a href="Compiler/Compilation.html" title="Closure::Compiler::Compilation (class)">Compilation</a></span>, <span class='object_link'><a href="Compiler/Error.html" title="Closure::Compiler::Error (class)">Error</a></span>
|
102
109
|
|
@@ -110,9 +117,8 @@
|
|
110
117
|
<dt id="OUTPUT_OPTIONS-constant" class="">OUTPUT_OPTIONS =
|
111
118
|
<div class="docstring">
|
112
119
|
<div class="discussion">
|
113
|
-
|
114
|
-
These are filename options and will be expanded to a new base
|
115
|
-
</p>
|
120
|
+
|
121
|
+
<p>These are filename options and will be expanded to a new base.</p>
|
116
122
|
|
117
123
|
|
118
124
|
</div>
|
@@ -133,10 +139,9 @@ These are filename options and will be expanded to a new base.
|
|
133
139
|
<dt id="INPUT_OPTIONS-constant" class="">INPUT_OPTIONS =
|
134
140
|
<div class="docstring">
|
135
141
|
<div class="discussion">
|
136
|
-
|
137
|
-
These are filename options and will be expanded to a new base. These will
|
138
|
-
have their modification times checked against js_output_file
|
139
|
-
</p>
|
142
|
+
|
143
|
+
<p>These are filename options and will be expanded to a new base. These will
|
144
|
+
have their modification times checked against js_output_file.</p>
|
140
145
|
|
141
146
|
|
142
147
|
</div>
|
@@ -159,6 +164,8 @@ have their modification times checked against js_output_file.
|
|
159
164
|
|
160
165
|
|
161
166
|
|
167
|
+
|
168
|
+
|
162
169
|
|
163
170
|
<h2>
|
164
171
|
Class Method Summary
|
@@ -181,11 +188,11 @@ have their modification times checked against js_output_file.
|
|
181
188
|
|
182
189
|
|
183
190
|
|
191
|
+
|
184
192
|
|
185
193
|
|
186
|
-
<span class="summary_desc"><div class='inline'
|
187
|
-
Compile Javascript
|
188
|
-
</p>
|
194
|
+
<span class="summary_desc"><div class='inline'>
|
195
|
+
<p>Compile Javascript.</p>
|
189
196
|
</div></span>
|
190
197
|
|
191
198
|
</li>
|
@@ -198,27 +205,28 @@ Compile Javascript.
|
|
198
205
|
|
199
206
|
<div id="class_method_details" class="method_details_list">
|
200
207
|
<h2>Class Method Details</h2>
|
201
|
-
|
208
|
+
|
202
209
|
|
203
210
|
<div class="method_details first">
|
204
|
-
<
|
211
|
+
<h3 class="signature first" id="compile-class_method">
|
205
212
|
|
206
213
|
+ <strong>compile</strong>(args, dependencies = [], env = {})
|
207
214
|
|
208
215
|
|
209
216
|
|
210
|
-
|
217
|
+
|
218
|
+
|
219
|
+
</h3><div class="docstring">
|
211
220
|
<div class="discussion">
|
212
|
-
|
213
|
-
Compile Javascript. Checks file modification times but does not support
|
214
|
-
namespaces like <span class='object_link'><a href="Goog.html#compile-instance_method" title="Closure::Goog#compile (method)">Goog#compile</a></span> does
|
215
|
-
</p>
|
221
|
+
|
222
|
+
<p>Compile Javascript. Checks file modification times but does not support
|
223
|
+
namespaces like <span class='object_link'><a href="Goog.html#compile-instance_method" title="Closure::Goog#compile (method)">Goog#compile</a></span> does.</p>
|
216
224
|
|
217
225
|
|
218
226
|
</div>
|
219
227
|
</div>
|
220
228
|
<div class="tags">
|
221
|
-
<
|
229
|
+
<p class="tag_title">Parameters:</p>
|
222
230
|
<ul class="param">
|
223
231
|
|
224
232
|
<li>
|
@@ -231,9 +239,8 @@ namespaces like <span class='object_link'><a href="Goog.html#compile-instance_me
|
|
231
239
|
|
232
240
|
|
233
241
|
—
|
234
|
-
<div class='inline'
|
235
|
-
Arguments for the compiler
|
236
|
-
</p>
|
242
|
+
<div class='inline'>
|
243
|
+
<p>Arguments for the compiler.</p>
|
237
244
|
</div>
|
238
245
|
|
239
246
|
</li>
|
@@ -250,9 +257,8 @@ Arguments for the compiler.
|
|
250
257
|
|
251
258
|
|
252
259
|
—
|
253
|
-
<div class='inline'
|
254
|
-
Any other files to check mtime on, like makefiles
|
255
|
-
</p>
|
260
|
+
<div class='inline'>
|
261
|
+
<p>Any other files to check mtime on, like makefiles.</p>
|
256
262
|
</div>
|
257
263
|
|
258
264
|
</li>
|
@@ -269,9 +275,8 @@ Any other files to check mtime on, like makefiles.
|
|
269
275
|
|
270
276
|
|
271
277
|
—
|
272
|
-
<div class='inline'
|
273
|
-
Rack environment. Supply if you want a response that is cacheable
|
274
|
-
</p>
|
278
|
+
<div class='inline'>
|
279
|
+
<p>Rack environment. Supply if you want a response that is cacheable.</p>
|
275
280
|
</div>
|
276
281
|
|
277
282
|
</li>
|
@@ -330,46 +335,46 @@ Rack environment. Supply if you want a response that is cacheable.
|
|
330
335
|
<td>
|
331
336
|
<pre class="code"><span class="info file"># File 'lib/closure/compiler.rb', line 50</span>
|
332
337
|
|
333
|
-
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id
|
334
|
-
<span class='kw'>if</span> <span class='const'>Util</span><span class='period'>.</span><span class='id
|
335
|
-
<span class='kw'>return</span> <span class='const'>Compilation</span><span class='period'>.</span><span class='id
|
338
|
+
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_compile'>compile</span><span class='lparen'>(</span><span class='id identifier rubyid_args'>args</span><span class='comma'>,</span> <span class='id identifier rubyid_dependencies'>dependencies</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span><span class='comma'>,</span> <span class='id identifier rubyid_env'>env</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
339
|
+
<span class='kw'>if</span> <span class='const'>Util</span><span class='period'>.</span><span class='id identifier rubyid_arg_values'>arg_values</span><span class='lparen'>(</span><span class='id identifier rubyid_args'>args</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>--js</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_empty?'>empty?</span>
|
340
|
+
<span class='kw'>return</span> <span class='const'>Compilation</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span> <span class='id identifier rubyid_env'>env</span><span class='comma'>,</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>No source javascript specified</span><span class='tstring_end'>'</span></span>
|
336
341
|
<span class='kw'>end</span>
|
337
|
-
<span class='comment'># We don
|
338
|
-
</span> <span class='id
|
339
|
-
<span class='kw'>if</span> <span class='id
|
340
|
-
<span class='id
|
341
|
-
<span class='id
|
342
|
-
</span> <span class='id
|
343
|
-
<span class='id
|
344
|
-
<span class='kw'>break</span> <span class='kw'>unless</span> <span class='id
|
345
|
-
<span class='id
|
346
|
-
<span class='id
|
342
|
+
<span class='comment'># We don't bother compiling if we can detect that no sources were modified
|
343
|
+
</span> <span class='id identifier rubyid_js_output_file'>js_output_file</span> <span class='op'>=</span> <span class='const'>Util</span><span class='period'>.</span><span class='id identifier rubyid_arg_values'>arg_values</span><span class='lparen'>(</span><span class='id identifier rubyid_args'>args</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>--js_output_file</span><span class='tstring_end'>'</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_last'>last</span>
|
344
|
+
<span class='kw'>if</span> <span class='id identifier rubyid_js_output_file'>js_output_file</span>
|
345
|
+
<span class='id identifier rubyid_js_mtime'>js_mtime</span> <span class='op'>=</span> <span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_mtime'>mtime</span> <span class='id identifier rubyid_js_output_file'>js_output_file</span> <span class='kw'>rescue</span> <span class='const'>Errno</span><span class='op'>::</span><span class='const'>ENOENT</span>
|
346
|
+
<span class='id identifier rubyid_compiled'>compiled</span> <span class='op'>=</span> <span class='op'>!</span><span class='op'>!</span><span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_size?'>size?</span><span class='lparen'>(</span><span class='id identifier rubyid_js_output_file'>js_output_file</span><span class='rparen'>)</span> <span class='comment'># catches empty files too
|
347
|
+
</span> <span class='id identifier rubyid_files'>files</span> <span class='op'>=</span> <span class='const'>Util</span><span class='period'>.</span><span class='id identifier rubyid_arg_values'>arg_values</span><span class='lparen'>(</span><span class='id identifier rubyid_args'>args</span><span class='comma'>,</span> <span class='const'>INPUT_OPTIONS</span><span class='rparen'>)</span> <span class='op'>+</span> <span class='id identifier rubyid_dependencies'>dependencies</span>
|
348
|
+
<span class='id identifier rubyid_files'>files</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_filename'>filename</span><span class='op'>|</span>
|
349
|
+
<span class='kw'>break</span> <span class='kw'>unless</span> <span class='id identifier rubyid_compiled'>compiled</span>
|
350
|
+
<span class='id identifier rubyid_mtime'>mtime</span> <span class='op'>=</span> <span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_mtime'>mtime</span> <span class='id identifier rubyid_filename'>filename</span>
|
351
|
+
<span class='id identifier rubyid_compiled'>compiled</span> <span class='op'>=</span> <span class='kw'>false</span> <span class='kw'>if</span> <span class='op'>!</span><span class='id identifier rubyid_mtime'>mtime</span> <span class='kw'>or</span> <span class='id identifier rubyid_mtime'>mtime</span> <span class='op'>></span> <span class='id identifier rubyid_js_mtime'>js_mtime</span>
|
347
352
|
<span class='kw'>end</span>
|
348
|
-
<span class='kw'>if</span> <span class='id
|
349
|
-
<span class='kw'>return</span> <span class='const'>Compilation</span><span class='period'>.</span><span class='id
|
353
|
+
<span class='kw'>if</span> <span class='id identifier rubyid_compiled'>compiled</span>
|
354
|
+
<span class='kw'>return</span> <span class='const'>Compilation</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span> <span class='id identifier rubyid_env'>env</span><span class='comma'>,</span> <span class='id identifier rubyid_js_output_file'>js_output_file</span>
|
350
355
|
<span class='kw'>end</span>
|
351
|
-
<span class='const'>File</span><span class='period'>.</span><span class='id
|
356
|
+
<span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_unlink'>unlink</span> <span class='id identifier rubyid_js_output_file'>js_output_file</span> <span class='kw'>rescue</span> <span class='const'>Errno</span><span class='op'>::</span><span class='const'>ENOENT</span>
|
352
357
|
<span class='kw'>end</span>
|
353
|
-
<span class='id
|
354
|
-
<span class='kw'>if</span> <span class='id
|
355
|
-
<span class='id
|
358
|
+
<span class='id identifier rubyid_stdout'>stdout</span><span class='comma'>,</span> <span class='id identifier rubyid_log'>log</span> <span class='op'>=</span> <span class='const'>Closure</span><span class='period'>.</span><span class='id identifier rubyid_run_java'>run_java</span> <span class='const'>Closure</span><span class='period'>.</span><span class='id identifier rubyid_config'>config</span><span class='period'>.</span><span class='id identifier rubyid_compiler_jar'>compiler_jar</span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>com.google.javascript.jscomp.CommandLineRunner</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_args'>args</span>
|
359
|
+
<span class='kw'>if</span> <span class='id identifier rubyid_log'>log</span><span class='period'>.</span><span class='id identifier rubyid_empty?'>empty?</span>
|
360
|
+
<span class='id identifier rubyid_log'>log</span> <span class='op'>=</span> <span class='kw'>nil</span>
|
356
361
|
<span class='kw'>else</span>
|
357
362
|
<span class='comment'># Totals at the end make sense for the command line. But at
|
358
363
|
</span> <span class='comment'># the start makes more sense for html and the Javascript console
|
359
|
-
</span> <span class='id
|
360
|
-
<span class='kw'>if</span> <span class='id
|
361
|
-
<span class='id
|
364
|
+
</span> <span class='id identifier rubyid_split_log'>split_log</span> <span class='op'>=</span> <span class='id identifier rubyid_log'>log</span><span class='period'>.</span><span class='id identifier rubyid_split'>split</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>\n</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
365
|
+
<span class='kw'>if</span> <span class='id identifier rubyid_split_log'>split_log</span><span class='period'>.</span><span class='id identifier rubyid_last'>last</span> <span class='op'>=~</span> <span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>^\d+ err</span><span class='regexp_end'>/i</span></span>
|
366
|
+
<span class='id identifier rubyid_error_message'>error_message</span> <span class='op'>=</span> <span class='id identifier rubyid_split_log'>split_log</span><span class='period'>.</span><span class='id identifier rubyid_pop'>pop</span>
|
362
367
|
<span class='kw'>else</span>
|
363
|
-
<span class='id
|
368
|
+
<span class='id identifier rubyid_error_message'>error_message</span> <span class='op'>=</span> <span class='id identifier rubyid_split_log'>split_log</span><span class='period'>.</span><span class='id identifier rubyid_shift'>shift</span>
|
364
369
|
<span class='kw'>end</span>
|
365
|
-
<span class='kw'>if</span> <span class='id
|
366
|
-
<span class='id
|
370
|
+
<span class='kw'>if</span> <span class='id identifier rubyid_split_log'>split_log</span><span class='period'>.</span><span class='id identifier rubyid_empty?'>empty?</span>
|
371
|
+
<span class='id identifier rubyid_log'>log</span> <span class='op'>=</span> <span class='id identifier rubyid_error_message'>error_message</span>
|
367
372
|
<span class='kw'>else</span>
|
368
|
-
<span class='id
|
373
|
+
<span class='id identifier rubyid_log'>log</span> <span class='op'>=</span> <span class='id identifier rubyid_error_message'>error_message</span> <span class='op'>+</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>\n\n</span><span class='tstring_end'>"</span></span> <span class='op'>+</span> <span class='id identifier rubyid_split_log'>split_log</span><span class='period'>.</span><span class='id identifier rubyid_join'>join</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>\n</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span>
|
369
374
|
<span class='kw'>end</span>
|
370
|
-
<span class='id
|
375
|
+
<span class='id identifier rubyid_raise'>raise</span> <span class='const'>Error</span><span class='comma'>,</span> <span class='id identifier rubyid_log'>log</span> <span class='kw'>unless</span> <span class='id identifier rubyid_error_message'>error_message</span> <span class='op'>=~</span> <span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>^0 err</span><span class='regexp_end'>/i</span></span>
|
371
376
|
<span class='kw'>end</span>
|
372
|
-
<span class='const'>Compilation</span><span class='period'>.</span><span class='id
|
377
|
+
<span class='const'>Compilation</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_env'>env</span><span class='comma'>,</span> <span class='id identifier rubyid_js_output_file'>js_output_file</span><span class='comma'>,</span> <span class='id identifier rubyid_log'>log</span><span class='rparen'>)</span> <span class='op'><<</span> <span class='id identifier rubyid_stdout'>stdout</span>
|
373
378
|
<span class='kw'>end</span></pre>
|
374
379
|
</td>
|
375
380
|
</tr>
|
@@ -379,11 +384,11 @@ Rack environment. Supply if you want a response that is cacheable.
|
|
379
384
|
</div>
|
380
385
|
|
381
386
|
</div>
|
382
|
-
|
387
|
+
|
383
388
|
<div id="footer">
|
384
|
-
Generated on Sun
|
389
|
+
Generated on Sun Mar 20 12:44:17 2016 by
|
385
390
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
386
|
-
0.7.
|
391
|
+
0.8.7.6 (ruby-2.2.1).
|
387
392
|
</div>
|
388
393
|
|
389
394
|
</body>
|