Edited Issue: Properties of Nullable type [30]
Dear Sir or Madam,I seems to having problems setting properties of type Nullable<> from within JScript.Sample script:```function foo(obj, propValue){// obj.Prop is declared as of type...
View ArticleCommented Issue: Properties of Nullable type [30]
Dear Sir or Madam,I seems to having problems setting properties of type Nullable<> from within JScript.Sample script:```function foo(obj, propValue){// obj.Prop is declared as of type...
View ArticleEdited Feature: Expose Chakra [29]
It would be great to get access to the IE9+ Chakra engine as a lightweight (in terms of file size), ES5 compatible alternative to V8.
View ArticleCommented Feature: Expose Chakra [29]
It would be great to get access to the IE9+ Chakra engine as a lightweight (in terms of file size), ES5 compatible alternative to V8.Comments: Chakra support would be great, but it's unlikely in the...
View ArticleCommented Feature: Expose Chakra [29]
It would be great to get access to the IE9+ Chakra engine as a lightweight (in terms of file size), ES5 compatible alternative to V8.Comments: Thanks for the reply. I will definitely check out the JsRT...
View ArticleNew Post: Script libraries
I would like to be able to build and use a lib of helper scripts preferably residing separately (in separate files or storage records). How can I load or include such scripts in addition to or perhaps...
View ArticleNew Post: Script libraries
Hello MW! You can execute any number of library scripts to prepare the environment for your main script. There really are no limitations. You can do something simple:using (var engine = new...
View ArticleCommented Feature: Expose Chakra [29]
It would be great to get access to the IE9+ Chakra engine as a lightweight (in terms of file size), ES5 compatible alternative to V8.Comments: >Still, I wonder if there is some way to get access to...
View ArticleEdited Feature: Expose Chakra [29]
It would be great to get access to the IE9+ Chakra engine as a lightweight (in terms of file size), ES5 compatible alternative to V8.
View ArticleUpdated Release: ClearScript 5.3 (May 21, 2013)
5.3.10Added support for Visual Studio 2013.Fixed ErrorDetails line number issue in WindowsScriptEngine (Issue #24).Added ScriptEngine.FormatCode and V8Runtime.FormatCode. Code formatting is now...
View ArticleReleased: ClearScript 5.3 (May 21, 2013)
5.3.10Added support for Visual Studio 2013. Fixed ErrorDetails line number issue in WindowsScriptEngine (Issue #24).Added ScriptEngine.FormatCode and V8Runtime.FormatCode. Code formatting is now...
View ArticleUpdated Release: ClearScript 5.3 (May 21, 2013)
5.3.10Added support for Visual Studio 2013.Fixed ErrorDetails line number issue in WindowsScriptEngine (Issue #24).Added ScriptEngine.FormatCode and V8Runtime.FormatCode.Code formatting is now disabled...
View ArticleUpdated Wiki: Announcements
11/28/2013: Version 5.3.10 released. View the release notes and download the source code here. 10/29/2013: Version 5.3.9 released. View the release notes and download the source code here. 10/14/2013:...
View ArticleUpdated Wiki: Home
Version 5.3.10 released. More...Description ClearScript is a library that makes it easy to add scripting to your .NET applications. It currently supports JavaScript (via V8 and JScript) and...
View ArticleEdited Issue: VBScript engine reports wrong line number on error [24]
An error in the 1st line is reported as being in line 0An error in the 2nd line is also reported as being in line 0And error in the 3rd as line 1And then it increments as you would expect 2,3,4 ...The...
View ArticleCommented Issue: VBScript engine reports wrong line number on error [24]
An error in the 1st line is reported as being in line 0An error in the 2nd line is also reported as being in line 0And error in the 3rd as line 1And then it increments as you would expect 2,3,4 ...The...
View ArticleEdited Issue: Properties of Nullable type [30]
Dear Sir or Madam,I seems to having problems setting properties of type Nullable<> from within JScript.Sample script:```function foo(obj, propValue){// obj.Prop is declared as of type...
View ArticleCommented Issue: Properties of Nullable type [30]
Dear Sir or Madam,I seems to having problems setting properties of type Nullable<> from within JScript.Sample script:```function foo(obj, propValue){// obj.Prop is declared as of type...
View ArticleEdited Feature: API method for collecting a script stack trace [27]
ClearScript collects script stack traces during error processing, but an API method exposing this capability for logging purposes would be useful as well.
View ArticleCommented Feature: API method for collecting a script stack trace [27]
ClearScript collects script stack traces during error processing, but an API method exposing this capability for logging purposes would be useful as well.Comments: API method added in [Version...
View Article