JS Codegen: RTL exposure level

Issue #137 resolved
Christian-W. Budde created an issue

At the moment some functions from the internal mini RTL functions (like Now() etc.) are automatically included on demand.

While this works like a charm, it's sometimes desired to include all parts or nothing as well. This can be very useful for big projectsin which parts are dynamically reloaded (as separate js files).

Right now all additional JS files will bring their own RTL parts to be able to work stand alone always.

So far the code already contains portions to go into that direction, but the code is incomplete, unused and contains errors. For example the code in

class function All_RTL_JS : String;

will call itself. In fact it should call dwsJSRTL.All_RTL_JS

Comments (1)

  1. Log in to comment