Source position: pas2jscompiler.pp line 318
type TFindUnitInfo = record
FileName: string;
UnitName: string;
isPCU: Boolean;
isForeign: Boolean;
end;