Open ianb opened 12 years ago
Since we already have two parsers built into doctest.js we should be able to catch syntax errors and display them nicely (highlighting the line).
Bonus points if we could check <script> files (especially if we detect some error that indicates a missing/failed script)
<script>
Since we already have two parsers built into doctest.js we should be able to catch syntax errors and display them nicely (highlighting the line).
Bonus points if we could check
<script>
files (especially if we detect some error that indicates a missing/failed script)