src/eric7/Plugins/CheckerPlugins/SyntaxChecker/jsCheckSyntax.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9292
a5c8a0213fe3
child 9482
a2bc06a54d9d
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
5 5
6 """ 6 """
7 Module implementing the syntax check for JavaScript. 7 Module implementing the syntax check for JavaScript.
8 """ 8 """
9 9
10 import multiprocessing
11 import os
10 import queue 12 import queue
11 import os
12 import sys 13 import sys
13 import multiprocessing
14 14
15 15
16 def initService(): 16 def initService():
17 """ 17 """
18 Initialize the service and return the entry point. 18 Initialize the service and return the entry point.

eric ide

mercurial