I was able to update jsc and now it supports anonymous types for projects targeting actionscript.
Starting today you can now use syntax like this:
var query = from i in __users
where i.ToLower().Contains(user_filter)
let name = i.Trim()
let isspecial = i.ToLower().Contains(user_filter2)
select new { isspecial, length = name.Length, name };
For feature comparison between projects that target javascript and actionscript see those examples:
| FlashLinqToObjects | ![]() |
Linq To Objects for javascript |
![]() |













