Module system
This commit is contained in:
@@ -60,7 +60,7 @@ foreach (var file in options.Files)
|
||||
syntaxTrees.Add(syntaxTree);
|
||||
}
|
||||
|
||||
var moduleSignatures = ModuleSignature.CollectFromSyntaxTrees(syntaxTrees);
|
||||
var moduleSignatures = Module.CollectFromSyntaxTrees(syntaxTrees);
|
||||
|
||||
var definitions = new List<DefinitionNode>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user