...
This commit is contained in:
@@ -8,6 +8,7 @@ public class WorkspaceManager(DiagnosticsPublisher diagnosticsPublisher)
|
||||
{
|
||||
private readonly Dictionary<string, SyntaxTree> _syntaxTrees = new();
|
||||
private readonly Dictionary<string, List<TopLevelNode>> _compilationUnits = new();
|
||||
private readonly Dictionary<string, TypedModule> _modules = new();
|
||||
|
||||
public void Init(string rootPath)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user