mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
refactor: apply default vs transform to xproj
refactor(spa-services): clean code refactor(node-services): clean code, extract classes nto separate files refactor(angular-services): prime cache cleanup
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
namespace Microsoft.AspNetCore.NodeServices {
|
||||
namespace Microsoft.AspNetCore.NodeServices
|
||||
{
|
||||
public class NodeInvocationInfo
|
||||
{
|
||||
public string ModuleName;
|
||||
public string ExportedFunctionName;
|
||||
public object[] Args;
|
||||
public string ModuleName { get; set; }
|
||||
public string ExportedFunctionName { get; set; }
|
||||
public object[] Args { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user