Item 3 of 11 Previous | Next

2
Vote

Modified version of linq.js for use with the Closure Compiler

description

The attached linq.js works well with the Closure Compiler in Advanced Mode. I haven't tested every single funciton though, but they should all work.

comments

gatapia wrote Feb 17 at 6:34 PM

Once moved to closure you get so many benefits, type checking, multiple file support, smaller minified file. easier to integrate into other closure systems, so +1 from me

neuecc wrote Oct 2 2011 at 8:35 AM

Thank you, wonderful work.
I want to write of JSDoc for Other IDE(WebStrom, Aptana, etc...), too.