I'm trying to run a huge script (which is a compiled TypeScript language service, https://gist.github.com/1e0853410a87ba646011 ) and noticed that it doesn't work. I'm trying to have a look in dept...
Id #30001 | Release:
None
| Updated: Jan 14 at 4:09 AM by paulbartrum | Created: Dec 27, 2012 at 9:17 AM by atsushieno
I am trying to run jsrender.js (from https://github.com/BorisMoore/jsrender) in Jurassic. I have come across the following problem:
In the library, it handles the case where Array.isArray may no...
Id #30000 | Release:
None
| Updated: Oct 15, 2012 at 4:09 AM by shiften | Created: Oct 15, 2012 at 4:09 AM by shiften
When support Windows Store app?
Id #29999 | Release:
None
| Updated: Sep 27, 2012 at 7:47 AM by huizhang212 | Created: Sep 27, 2012 at 7:47 AM by huizhang212
Guys please support mono with all it's mac / linux folks, Jurassic is a piece of brilliant software which currently exists in an anti cross-platform state :'(
I'm ready to help with everything I ...
Id #29998 | Release:
None
| Updated: Sep 24, 2012 at 1:53 AM by ewlloyd | Created: Jun 20, 2012 at 4:47 PM by lu4
GetMissingPropertyValue works fine, but the call to SetMissingPropertyValue is missing. My fork has the fix here:
http://jurascript.codeplex.com/SourceControl/changeset/view/14745#93854
Id #29997 | Release:
None
| Updated: Jun 26, 2012 at 1:34 PM by aikeru | Created: Jun 19, 2012 at 3:23 AM by aikeru
Attempting to execute the attached JavaScript file with Jurassic, using the
following C♯:
private string CompileStylus(string code)
{
if (stylEngine == null)
{
// Init the JS engin...
Id #29996 | Release:
None
| Updated: Sep 25, 2012 at 11:02 AM by gor | Created: Jun 10, 2012 at 5:59 AM by 00Davo
Modify constructor in Firebug console:
/// <summary>
/// Creates a new FirebugConsole instance.
/// </summary>
/// <param name="engine"> The associated script engine. </param>
/...
Id #29993 | Release:
None
| Updated: Apr 23, 2012 at 7:11 AM by rdeago | Created: Feb 2, 2012 at 3:15 PM by cmcbf
I have giving strange errors to my scipts executed.
After this patch all is working ok.
I see problem with multiple returns inside a function
like
function foo ()
{
if (some condition...
Id #29992 | Release:
None
| Updated: Feb 3, 2012 at 2:29 AM by cmcbf | Created: Feb 2, 2012 at 3:02 PM by cmcbf
Also see ideas of https://github.com/fredericaltorres/DynamicJavaScriptRunTimes.NET to include dynamic and net support directly inside ScriptEngine
Id #29991 | Release:
None
| Updated: Feb 2, 2012 at 11:49 AM by cmcbf | Created: Feb 1, 2012 at 12:59 PM by cmcbf
This will make easier to construct an new DateInstance in C# from DateTime
Id #29988 | Release:
None
| Updated: Feb 1, 2012 at 6:49 PM by cmcbf | Created: Feb 1, 2012 at 12:18 PM by cmcbf