File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This is a personal project with purpose to learn and understand better c# and js
55
66| C# | Javascript |
77| --- | --- |
8- | <pre >using static CSharpToJavaScript.APIs.JS.GlobalThis;<br >namespace ConsoleApp1twest .CSharp;<br ><br >public class Test<br >{<br > public Test()<br > {<br > Console.Log("HelloWorld!");<br > }<br >}</pre > | <pre >class Test<br >{<br > constructor()<br > {<br > console.log("HelloWorld!");<br > }<br >}</pre >|
8+ | <pre >using static CSharpToJavaScript.APIs.JS.GlobalThis;<br >namespace ConsoleAppTest .CSharp;<br ><br >public class Test<br >{<br > public Test()<br > {<br > Console.Log("HelloWorld!");<br > }<br >}</pre > | <pre >class Test<br >{<br > constructor()<br > {<br > console.log("HelloWorld!");<br > }<br >}</pre >|
99
1010## How to use
1111* Nuget package will be available once I figure out how to do docs for api(should be easy) and what to do with esmascript and how to convert to c#.*
You can’t perform that action at this time.
0 commit comments