temp commit

This commit is contained in:
2025-07-12 00:46:10 +02:00
parent 1868f1a506
commit fe89188c4b
60 changed files with 1536 additions and 709 deletions

View File

@@ -89,6 +89,7 @@ pub enum ExtHostReq {
ExprReq(expr::ExprReq),
SubLex(lexer::SubLex),
LsModule(tree::LsModule),
ResolveNames(parser::ResolveNames),
}
/// Notifications sent from the extension to the host
@@ -117,8 +118,9 @@ pub enum HostExtReq {
DeserAtom(atom::DeserAtom),
LexExpr(lexer::LexExpr),
ParseLine(parser::ParseLine),
FetchParsedConst(parser::FetchParsedConst),
GetMember(tree::GetMember),
VfsReq(vfs::VfsReq),
VfsRead(vfs::VfsRead),
}
/// Notifications sent from the host to the extension