Importer for newer Delphi versions?

Hallo,
we are currently importing a lot of classes to pascal script. A lot of these units are using USES lists with qualified unit names (containing dots). For that units the importer fails. For some of the unit we can remove the qualified unit names for the import but some of these unit are using generice (for example) and these units alwas contain dots. So the importer fails here too.

Currently we create those import units manually (which is quite a lof of work…)

BTW: Is the importer an “official” tool for PascalScript that is supported officially?

Thanks in advance,
Ralf