Skip to content

Commit 8ebe780

Browse files
committed
2 parents 20ff2d1 + 0880b39 commit 8ebe780

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CSharpToJavaScript.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<VersionPrefix>0.1.5</VersionPrefix>
4+
<VersionPrefix>0.1.6</VersionPrefix>
55

66
<TargetFramework>net10.0</TargetFramework>
77
<ImplicitUsings>disable</ImplicitUsings>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ This library is a "core" where all the "magic" happens for translating/convertin
66
## Status
77
test262-parser([master](https://github.com/tc39/test262-parser-tests)): Only JS part (code is not public, yet. ES5 implemented) Total tests: 5363 | Passed: 2824 (52 %) | Failed: 2539
88

9-
test262([es5 branch](https://github.com/tc39/test262/tree/es5-tests)): Total tests: 11725 | Passed: 7300 (62 %)** | Failed: 4425
9+
test262([es5 branch](https://github.com/tc39/test262/tree/es5-tests)): Total tests: 11725 | Passed: 1272 (10 %)** | Failed: 10453
1010

11-
**Note: Tests run with "UseVarOverLet" and "DisableCompilationErrors" options, using [Jint](https://github.com/sebastienros/jint) as an engine. The goal is to generate valid C# code and get rid of "DisableCompilationErrors" option.
11+
**Note: Tests run with "UseVarOverLet" option, using [Jint](https://github.com/sebastienros/jint) as an engine.
1212

1313
## Hello world
1414
- Install [nuget package](https://www.nuget.org/packages/CSharpToJavaScript/) or download a [specific version](https://github.com/TiLied/CSharpToJavaScript/releases).

0 commit comments

Comments
 (0)