Jurassic is a javascript compiler and runtime. It aims to provide the best performing and most standards-compliant implementation of javascript for .NET.Jurassic is not yet production readyWhat's supported All ECMAScript 3 functionality
Partial ECMAScript 5 functionality
Native JSON support
All ECMAScript 5 built-in library functions (except bind)Known issuesAttempting to return from a finally statement fails
eval is not scoped correctly
The arguments object has some issues
Line numbers and stack traces are not available
Global RegExp properties are not supported (e.g. RegExp.$1)
Calling toString() on functions does not return the source code for the function
ECMAScript 5 strict mode is not supportedRead more: Codeplex
Partial ECMAScript 5 functionality
Native JSON support
All ECMAScript 5 built-in library functions (except bind)Known issuesAttempting to return from a finally statement fails
eval is not scoped correctly
The arguments object has some issues
Line numbers and stack traces are not available
Global RegExp properties are not supported (e.g. RegExp.$1)
Calling toString() on functions does not return the source code for the function
ECMAScript 5 strict mode is not supportedRead more: Codeplex
0 comments:
Post a Comment