jslintmate icon indicating copy to clipboard operation
jslintmate copied to clipboard

Embedded javascript

Open arnemart opened this issue 12 years ago • 2 comments

Would it be possible to add support for validating javascript in

arnemart avatar Dec 05 '12 14:12 arnemart

This currently isn't supported for a couple of reasons:

  • An HTML document could have multiple <script> blocks.
  • It can be tricky to correctly find <script> blocks in a document, since simply searching for <script> isn't enough.

I'm open to looking into this in a much later version. If you'd rather see it sooner, pull requests are always welcome, too. :)

Cheers, Ron

rondevera avatar Dec 05 '12 16:12 rondevera

I'll look into trying to fix this and send a pull request :-)

arnemart avatar Dec 05 '12 18:12 arnemart