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> |