Desdaemon / odoo-lsp

Language server for Odoo Python/JS/XML
Other
26 stars 1 forks source link

Reimplement binder.ts #12

Closed Desdaemon closed 3 months ago

Desdaemon commented 1 year ago

Pyright has a fairly extensive binder that binds and determines the types of all values within a file. Perhaps it would be useful to learn its layout, and if it's too complicated rebase on top of Pyright instead.

https://github.com/microsoft/pyright/blob/main/packages/pyright-internal/src/analyzer/binder.ts