Closed asbjornu closed 13 years ago
I'm pretty confident there's something within process.js
that isn't fully ES3 compatible (and that should be fixed in UglifyJS), but I'm unable to locate the error because NullReferenceException
is thrown. Had a more meaningful exception been thrown in IronJS, I might have been able to resolve this issue myself.
Are you still having this issue?
No, after your pull request, everything is working much better thank you. :) However, it would be nice if IronJS never threw NullReferenceException, since they are virtually impossible to debug. Doing some "if null" checks and throwing more meaningful exceptions would be great.
Yeah, I'm working on the error messages. I'll close this issue, since we already have one for the error messages.
If throwing more meaningful exceptions also involve avoiding NullReferenceException, then great. :-)
When executing the file
process.js
, I get an exception:Since IronJS only fails with a NullReferenceException, I'm having difficulties figuring out what the problem with this file might be. Care to take a look at it?