Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JAVASCRIPT-1.0
-
Fix Version/s: JAVASCRIPT-1.2
-
Component/s: JavaScript
-
Labels:None
-
Environment:linux
-
Number of attachments :
Description
I have to parse javascript scripts running under linux bash env.
So, it all beginning with the following line :
#! /usr/bin/env node
And the parser crashes
As mentioned in the following post, it seems to be a standard feature: http://demetriusj.com/post/6760622909/javascript-everywhere-shell-scripting
Issue Links
- depends upon
-
SONARPLUGINS-2352
Use lexerless parser
-
Manually tested.