-
|
Is there a recommended way to consume base classes in pyright-internal without forking? The published npm package is webpacked and doesn't have types. |
Beta Was this translation helpful? Give feedback.
Answered by
erictraut
Mar 26, 2022
Replies: 1 comment 6 replies
-
|
I think forking is the best approach. You will need to sync periodically. This is what we do with pylance, which builds upon pyright. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
nchen63
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think forking is the best approach. You will need to sync periodically. This is what we do with pylance, which builds upon pyright.