pas2js_rtl.pas 404 B

12345678910111213141516
  1. { This file was automatically created by Lazarus. Do not edit!
  2. This source is only used to compile and install the package.
  3. }
  4. unit pas2js_rtl;
  5. {$warn 5023 off : no warning about unused units}
  6. interface
  7. uses
  8. Classes, JS, Math, NodeJS, ObjPas, RTLConsts, SysUtils, Types, TypInfo, Web, hotreloadclient, DateUtils, strutils, contnrs,
  9. browserconsole, webrouter, RTTI, webgl;
  10. implementation
  11. end.