Removing comments before processing includes
This commit is contained in:
parent
523c3d04bc
commit
0b75d8404a
|
@ -50,9 +50,9 @@ class JSM
|
||||||
$this->_pushCurrentModule($m);
|
$this->_pushCurrentModule($m);
|
||||||
|
|
||||||
$txt = $this->_fixJunk($txt);
|
$txt = $this->_fixJunk($txt);
|
||||||
$txt = $this->_processIncludes($file, $txt);
|
|
||||||
$txt = $this->_removeBlockComments($txt);
|
$txt = $this->_removeBlockComments($txt);
|
||||||
$txt = $this->_removeLineComments($txt);
|
$txt = $this->_removeLineComments($txt);
|
||||||
|
$txt = $this->_processIncludes($file, $txt);
|
||||||
$txt = $this->_extractScriptDefs($file, $txt);
|
$txt = $this->_extractScriptDefs($file, $txt);
|
||||||
$this->_parseDefBody($m->node, $file, $txt);
|
$this->_parseDefBody($m->node, $file, $txt);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue