mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Go-to-definition basic support
This commit is contained in:
parent
e954e074fb
commit
886a367026
10 changed files with 465 additions and 313 deletions
|
@ -22,7 +22,7 @@ pub use roc_load_internal::file::{
|
|||
Threading,
|
||||
};
|
||||
pub use roc_load_internal::module::{
|
||||
EntryPoint, Expectations, ExposedToHost, LoadedModule, MonomorphizedModule,
|
||||
CheckedModule, EntryPoint, Expectations, ExposedToHost, LoadedModule, MonomorphizedModule,
|
||||
};
|
||||
pub use roc_solve::FunctionKind;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue