added Bind, Map and Match extensions generators
All checks were successful
.NET Test / test (push) Successful in 4m41s
All checks were successful
.NET Test / test (push) Successful in 4m41s
This commit is contained in:
9
Railway.SourceGenerator/IGeneratorExecutor.cs
Normal file
9
Railway.SourceGenerator/IGeneratorExecutor.cs
Normal file
@@ -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