File tree Expand file tree Collapse file tree 4 files changed +7
-9
lines changed
src/JavaScriptEngineSwitcher.Jint
test/JavaScriptEngineSwitcher.Tests/Node Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1717 <Import Project =" ../../build/nuget-for-dotnet-lib.props" />
1818
1919 <PropertyGroup >
20- <Description >JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the Jint JavaScript Engine (http://github.com/sebastienros/jint) version 3.0.0 Beta 2057 ).</Description >
20+ <Description >JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the Jint JavaScript Engine (http://github.com/sebastienros/jint) version 3.0.0 Beta 2058 ).</Description >
2121 <PackageTags >$(PackageCommonTags);Jint</PackageTags >
2222 <PackageIconFullPath >../../Icons/JavaScriptEngineSwitcher_Jint_Logo128x128.png</PackageIconFullPath >
23- <PackageReleaseNotes >1. Jint was updated to version 3.0.0 Beta 2057;
24- 2. Added support for .NET 8.</PackageReleaseNotes >
23+ <PackageReleaseNotes >Jint was updated to version 3.0.0 Beta 2058.</PackageReleaseNotes >
2524 </PropertyGroup >
2625
2726 <ItemGroup >
2827 <PackageReference Include =" AdvancedStringBuilder" Version =" 0.1.0" />
29- <PackageReference Include =" Jint" Version =" 3.0.0-beta-2057 " />
28+ <PackageReference Include =" Jint" Version =" 3.0.0-beta-2058 " />
3029
3130 <ProjectReference Include =" ../JavaScriptEngineSwitcher.Core/JavaScriptEngineSwitcher.Core.csproj" />
3231 </ItemGroup >
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public sealed class JintJsEngine : JsEngineBase
5151 /// <summary>
5252 /// Version of original JS engine
5353 /// </summary>
54- private const string EngineVersion = "3.0.0 Beta 2057 " ;
54+ private const string EngineVersion = "3.0.0 Beta 2058 " ;
5555
5656 /// <summary>
5757 /// Jint JS engine
Original file line number Diff line number Diff line change 1313 ===========
1414 JavaScriptEngineSwitcher.Jint contains adapter `JintJsEngine` (wrapper for the
1515 Jint JavaScript Engine (http://github.com/sebastienros/jint) version
16- 3.0.0 Beta 2057 ).
16+ 3.0.0 Beta 2058 ).
1717
1818 =============
1919 RELEASE NOTES
2020 =============
21- 1. Jint was updated to version 3.0.0 Beta 2057;
22- 2. Added support for .NET 8.
21+ Jint was updated to version 3.0.0 Beta 2058.
2322
2423 =============
2524 DOCUMENTATION
Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ public void GenerationOfCompilationErrorMessage()
353353 const string input = @"var arr = [];
354354var obj = {};
355355var foo = 'Browser's bar';" ;
356- string targetOutput = "SyntaxError: Unexpected identifier" + Environment . NewLine +
356+ string targetOutput = "SyntaxError: Unexpected identifier 's' " + Environment . NewLine +
357357 " at variables.js:3:20 -> var foo = 'Browser's bar';"
358358 ;
359359
You can’t perform that action at this time.
0 commit comments