This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
using Microsoft.CodeAnalysis;
|
||||
|
||||
namespace Just.Railway.SourceGen;
|
||||
|
||||
internal interface IGeneratorExecutor
|
||||
{
|
||||
public abstract void Execute(SourceProductionContext context, Compilation source);
|
||||
}
|
||||
Reference in New Issue
Block a user