Skip to content

Commit 7e1449e

Browse files
committed
Updated to latest version.
1 parent 462e368 commit 7e1449e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The repository contains helpers for dynamic evaluation using the DLR. The dynami
1717

1818
Additionally this library has eventually the goal of providing a very fancy way of integrating Roslyn, scriptcs or any other C# script engine. In HTML files that have been parsed with a configuration that uses `WithCSharp`, scripts can be provided in using the `text/c-sharp` type. Such scripts will then be transformed and evaluated by the provided C# script engine.
1919

20-
The transformation should set the `this` pointer to the `IWindow` instance. Additionally the DLR will be used. Finally it will be possible to also reference other libraries in the script. The script tag might be used to include external libraries via NuGet.
20+
The transformation should set the `this` pointer to the `IWindow` instance. Additionally the DLR will be used. Finally, it will be possible to also reference other libraries in the script. The script tag might be used to include external libraries via NuGet.
2121

2222
**Status** Highly experimental and most things are not implemented.
2323

@@ -26,7 +26,7 @@ AngleSharp.Scripting.JavaScript
2626

2727
The repository contains DOM bindings for the *Jint* JavaScript engine. *Jint* is fully ECMAScript 5 compatible and provides the basis for evaluating JavaScripts in the context of the AngleSharp DOM representation.
2828

29-
The library comes with a service that exposes `WithJavaScript` to `IConfiguration`. This enables automatic evaluation of `script` elements that have a valid JavaScript type (or without any explicit type, since JavaScript is the default one). The DOM bindings are pre-generated and do not use reflection. Since *Jint* is interpreting JavaScript, the library can be consumed as a PCL. The downside is that the performance is definitely worse than any compiled JavaScript engine would deliver. For most scripts that should not be a big issue.
29+
The library comes with a service that exposes `WithJavaScript` to `IConfiguration`. This enables automatic evaluation of `script` elements that have a valid JavaScript type (or without any explicit type, since JavaScript is the default one). The DOM bindings are generated on the fly via reflection. Since *Jint* is interpreting JavaScript, the library can be consumed as a PCL. The downside is that the performance is definitely worse than any compiled JavaScript engine would deliver. For most scripts that should not be a big issue.
3030

3131
**Status** Currently leaving experimental stage and becoming alpha ready.
3232

@@ -38,7 +38,7 @@ Some legal stuff
3838

3939
The MIT License (MIT)
4040

41-
Copyright (c) 2015 AngleSharp
41+
Copyright (c) 2015 - 2016 AngleSharp
4242

4343
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4444

0 commit comments

Comments
 (0)