JavaScript Tools
Some time ago Andrew Dupont wrote a TextMate bundle for JavaScript developers which includes a very nice front-end to JavaScript Lint, an indispensable tool for JavaScript programmers.
Thomas Aylott has since adopted the bundle and announced that it is now available at BundleForge (svn link).
There are two reasons for why the JS Lint command has not been added to the default JavaScript bundle:
-
The
jsl
binary is 1.6 MB. Considering the number of bundles that ships with TextMate, the size/benefit probably could not justify it. -
There is a need for better being able to share user bundles, for example by publishing them from within TextMate. Other users should then be able to subscribe to it just as easily as subscribing to an RSS feed.
While I am not (currently) involved in the BundleForge project, I am hoping it is laying out the infrastructure required for this (one would need to publish to a server, from where other users can then subscribe), and it is therefor good to have a few bundles on the site for potential future testing :)