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