This is something about vbsparser.js.
While parsing vbs code that uses fix(), the output object.tokenTypes says it's an 'UNKNOWN' word. Dive into vbsparser.js line 111, there is a property "int, fix" of tokenTable, which might caused this problem. I haven't tested, but int() should be unable to be parsed as well.
This is something about vbsparser.js. While parsing vbs code that uses
fix()
, the output object.tokenTypes
says it's an'UNKNOWN'
word. Dive into vbsparser.js line 111, there is a property"int, fix"
oftokenTable
, which might caused this problem. I haven't tested, butint()
should be unable to be parsed as well.