Hej,
Sorry for flooding a bit today, but I’ve another question.
When I’m building for js, I also run a macro function that belong to a class : macro public function foo(){...}
If I surround this class with #if js
, the compiler can’t find it “Type not found”.
But this class is called form js, it’s not yet in “macro” context.
I thought macro context is only when a macro function call another macro function (without the keyword macro…)
It’s a bit confusing, is it only me ?