Is there possibility to obtain module name during its compilation?
static: echo instantiationInfo().filename
Something like that.Something like this?
import os
echo( currentSourcePath().splitfile().name )
Not sure how well it works with modules that use include though.