UNPKG

xlint-jslint

Version:
9 lines (7 loc) 228 B
'use strict'; module.exports = function (t, a) { var report = t('foo = \'raz\';'); a(report.length, 1, "Report length"); a.deep(report[0], { line: 1, character: 1, message: '\'foo\' was used before it was defined.' }); };