fpc/utils/pas2js/pas2jslib.pp
michael a3d5b9532e * Patch from Henrique Werlang to allow setting log config page
git-svn-id: trunk@47052 -
(cherry picked from commit a8bc2f6947)
2021-08-16 17:01:04 +02:00

25 lines
441 B
ObjectPascal

library pas2jslib;
{$mode objfpc}
{$H+}
uses
SysUtils, Classes, FPPJsSrcMap, Pas2jsFileCache, Pas2jsCompiler, Pas2jsLibCompiler;
exports
GetPas2JSCompiler,
FreePas2JSCompiler,
RunPas2JSCompiler,
SetPas2JSReadPasCallBack,
SetPas2JSWriteJSCallBack,
SetPas2JSReadDirCallBack,
AddPas2JSDirectoryEntry,
SetPas2JSUnitAliasCallBack,
SetPas2JSCompilerLogCallBack,
GetPas2JSCompilerLastError,
SetPas2JSLogEncoding;
end.