mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 23:49:22 +02:00
fcl-js: fixed TJSWriter.WriteExportStatement spacing
This commit is contained in:
parent
a4a469ae37
commit
afa1a549ac
@ -1750,11 +1750,11 @@ begin
|
||||
N:=El.ExportNames[i];
|
||||
if I>0 then
|
||||
Write(', ');
|
||||
Write(N.Name+' ');
|
||||
Write(N.Name);
|
||||
if N.Alias<>'' then
|
||||
Write('as '+N.Alias+' ');
|
||||
Write(' as '+N.Alias);
|
||||
end;
|
||||
Write('}');
|
||||
Write(' }');
|
||||
if El.ModuleName<>'' then
|
||||
Write(' from "'+El.ModuleName+'"');
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user