Skip to content

Commit 4531838

Browse files
authored
Update README.md
1 parent 332491b commit 4531838

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33

44
This library is a "core" where all the "magic" happens for translating/converting cs into js, using Roslyn. You should use the [CLI](https://github.com/TiLied/CSTOJS_CLI)/dotnet tool, it behaves more or less like dotnet cli, tsc cli, meson. Look for the implementation in [CLI](https://github.com/TiLied/CSTOJS_CLI), [BWA app](https://github.com/TiLied/CSTOJS_BWA) or simple "Hello world" below.
55

6+
## Status
7+
test262-parser([master](github.com/tc39/test262-parser-tests)): Only JS part (code is not public, yet. ES3 implemented) Total tests: 5363 | Passed: 2786 (51 %) | Failed: 2577
8+
9+
test262([es5 branch](https://github.com/tc39/test262/tree/es5-tests)): Total tests: 11725 | Passed: 4997 (42 %)** | Failed: 6728
10+
11+
**Note: Tests run with "UseVarOverLet" and "DisableCompilationErrors" options, using [Jint](github.com/sebastienros/jint) as an engine. The goal is to generate valid C# code and get rid of "DisableCompilationErrors" option.
12+
613
## Hello world
714
- Install [nuget package](https://www.nuget.org/packages/CSharpToJavaScript/) or download a [specific version](https://github.com/TiLied/CSharpToJavaScript/releases).
815
- Skip this if using a Nuget package. Follow [the instructions on how to add a project reference](https://learn.microsoft.com/en-us/dotnet/core/tutorials/library-with-visual-studio?pivots=dotnet-7-0#add-a-project-reference).
@@ -34,6 +41,7 @@ FileData file = new()
3441

3542
## Related Repository
3643
- Dotnet tool/CLI for a library: https://github.com/TiLied/CSTOJS_CLI
44+
- Tests: https://github.com/TiLied/CSTOJS_Tests
3745
- Library for generating various stuff: https://github.com/TiLied/CSTOJS_GenLib
3846
- Website/documentation: https://github.com/TiLied/CSTOJS_Pages
3947
- Blazor WebAssembly app: https://github.com/TiLied/CSTOJS_BWA

0 commit comments

Comments
 (0)