I want to write a cross-platform library with Haxe. But when I compile Haxe to Python, there is no type hint in Python code.
Although I have placed type hints in the haxe code, my python code after being generated does not have them.
How to let Haxe generate type hints to Python code? This helps users use my library more conveniently.
I want to write a cross-platform library with Haxe. But when I compile Haxe to Python, there is no type hint in Python code. Although I have placed type hints in the haxe code, my python code after being generated does not have them.
How to let Haxe generate type hints to Python code? This helps users use my library more conveniently.