In one of our units we include Js to call TAwait.ExecP<>, but the transpiler throws the error 'identifier not found "TAwait"'.
We found, that there are two versions of Js in the TMS Web Core V2.6 beta distribution, one in the "Core Source" folder which does not define TAwait, and one in the "Component Library Source" folder which defines TAwait.
How can we control that the correct Js file (which defines TAwait) is included?
Ok, we figured it out. The unit must be explicitly mentioned in the .dpr file's uses clause to include the correct Js file.
Yes, that is correct