You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm confused what you're trying to achieve here. Are you looking for a type checking layer for python? Or are you actually trying to use typescript in Python?
If the second, that fundamentally wouldn't work. Python syntax rules are so different from JavaScript the ASTs wouldn't look even remotely similar. You need a language specific solution.
Acknowledgement
Comment
typescript makes js like an optional static language, and I hope to use it in python as well.
I make a topic in python
The text was updated successfully, but these errors were encountered: