eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax.html

changeset 7336
0095e231ddaf
parent 7273
391d6b7b1eff
child 7989
a21d673a8f99
equal deleted inserted replaced
7335:07ed3d73bf58 7336:0095e231ddaf
21 <body> 21 <body>
22 <a NAME="top" ID="top"></a> 22 <a NAME="top" ID="top"></a>
23 <h1>eric6.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax</h1> 23 <h1>eric6.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax</h1>
24 24
25 <p> 25 <p>
26 Module implementing the syntax check for Python 2/3. 26 Module implementing the syntax check for JavaScript.
27 </p> 27 </p>
28 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29 29
30 <table> 30 <table>
31 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
63 <td><a href="#normalizeCode">normalizeCode</a></td> 63 <td><a href="#normalizeCode">normalizeCode</a></td>
64 <td>Function to normalize the given code.</td> 64 <td>Function to normalize the given code.</td>
65 </tr> 65 </tr>
66 <tr> 66 <tr>
67 <td><a href="#worker">worker</a></td> 67 <td><a href="#worker">worker</a></td>
68 <td>Module function acting as the parallel worker for the style check.</td> 68 <td>Module function acting as the parallel worker for the syntax check.</td>
69 </tr> 69 </tr>
70 </table> 70 </table>
71 <hr /> 71 <hr />
72 <hr /> 72 <hr />
73 <a NAME="__jsSyntaxCheck" ID="__jsSyntaxCheck"></a> 73 <a NAME="__jsSyntaxCheck" ID="__jsSyntaxCheck"></a>
221 <a NAME="worker" ID="worker"></a> 221 <a NAME="worker" ID="worker"></a>
222 <h2>worker</h2> 222 <h2>worker</h2>
223 <b>worker</b>(<i>inputQueue, outputQueue</i>) 223 <b>worker</b>(<i>inputQueue, outputQueue</i>)
224 224
225 <p> 225 <p>
226 Module function acting as the parallel worker for the style check. 226 Module function acting as the parallel worker for the syntax check.
227 </p> 227 </p>
228 <dl> 228 <dl>
229 229
230 <dt><i>inputQueue</i></dt> 230 <dt><i>inputQueue</i></dt>
231 <dd> 231 <dd>

eric ide

mercurial