forked from jslint-org/jslint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[squashed 51 commits] branch-master/.artifact/apidoc.html | 2 +-
branch-master/.artifact/asset_image_logo_128.png | Bin 6858 -> 6829 bytes branch-master/.artifact/asset_image_logo_256.png | Bin 11955 -> 11971 bytes branch-master/.artifact/asset_image_logo_32.png | Bin 2076 -> 2064 bytes branch-master/.artifact/asset_image_logo_512.png | Bin 10858 -> 10858 bytes branch-master/.artifact/asset_image_logo_64.png | Bin 3922 -> 3905 bytes .../.artifact/coverage/coverage_report.txt | 4 +- branch-master/.artifact/coverage/index.html | 8 +- branch-master/.artifact/coverage/jslint.mjs.html | 17001 ++++++++++--------- branch-master/.artifact/coverage/test.mjs.html | 88 +- .../coverage_sqlite3_js/lib/sqlite3.js.html | 22 +- .../coverage_sqlite3_sh/lib/sqlite3.js.html | 22 +- .../.artifact/jslint_wrapper_vscode/jslint.mjs | 17 +- .../.artifact/jslint_wrapper_vscode/package.json | 2 +- .../vscode-jslint-2024.11.24.vsix | Bin 0 -> 88294 bytes .../vscode-jslint-2024.6.28.vsix | Bin 88214 -> 0 bytes ...reenshot_browser__2f.artifact_2fapidoc.html.png | Bin 64374 -> 54869 bytes ...artifact_2fcoverage_sqlite3_js_2findex.html.png | Bin 28898 -> 28607 bytes ...coverage_sqlite3_js_2flib_2fsqlite3.js.html.png | Bin 69827 -> 57687 bytes ...artifact_2fcoverage_sqlite3_sh_2findex.html.png | Bin 28898 -> 28614 bytes ...coverage_sqlite3_sh_2flib_2fsqlite3.js.html.png | Bin 69226 -> 56939 bytes ...ser__2f.artifact_2fjslint_report_hello.html.png | Bin 28675 -> 30970 bytes ...wser__2fjslint_2fbranch-master_2findex.html.png | Bin 81657 -> 75980 bytes ...nch-master_2fjslint_wrapper_codemirror.html.png | Bin 29503 -> 9954 bytes branch-master/.artifact/screenshot_changelog.svg | 102 +- .../screenshot_js_coverage_report_spawn.svg | 6 +- .../.artifact/screenshot_package_listing.svg | 16 +- .../screenshot_sh_coverage_report_spawn.svg | 6 +- .../.artifact/screenshot_sh_install_download.svg | 2 +- .../screenshot_sh_install_download.svg.sh | 2 +- .../.artifact/screenshot_sh_jslint_dir.svg | 32 +- branch-master/.ci.sh | 2 +- branch-master/CHANGELOG.md | 5 + branch-master/README.md | 10 +- branch-master/index.html | 6 +- branch-master/jslint.js | 17 +- branch-master/jslint.mjs | 17 +- branch-master/jslint_ci.sh | 4 +- branch-master/jslint_wrapper_codemirror.html | 2 +- branch-master/package.json | 2 +- 40 files changed, 8726 insertions(+), 8671 deletions(-)
- Loading branch information
github-actions
committed
Nov 25, 2024
0 parents
commit fe8a394
Showing
936 changed files
with
776,787 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
V8 Coverage Report | ||
+----------------------------------+-------------------+-------------------+ | ||
| Files covered | Lines | Remaining | | ||
+----------------------------------+-------------------+-------------------+ | ||
| ./ | 100.00 % | | | ||
| ******************************** | 13199 / 13199 | 0 / 13199 | | ||
+----------------------------------+-------------------+-------------------+ | ||
| ./jslint.mjs | 100.00 % | | | ||
| ******************************** | 11574 / 11574 | 0 / 11574 | | ||
+----------------------------------+-------------------+-------------------+ | ||
| ./jslint_wrapper_cjs.cjs | 100.00 % | | | ||
| ******************************** | 49 / 49 | 0 / 49 | | ||
+----------------------------------+-------------------+-------------------+ | ||
| ./test.mjs | 100.00 % | | | ||
| ******************************** | 1576 / 1576 | 0 / 1576 | | ||
+----------------------------------+-------------------+-------------------+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,212 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>V8 Coverage Report</title> | ||
<style> | ||
/* jslint utility2:true */ | ||
/*csslint ignore:start*/ | ||
.coverage, | ||
.coverage a, | ||
.coverage div, | ||
.coverage pre, | ||
.coverage span, | ||
.coverage table, | ||
.coverage tbody, | ||
.coverage td, | ||
.coverage th, | ||
.coverage thead, | ||
.coverage tr { | ||
box-sizing: border-box; | ||
font-family: monospace; | ||
} | ||
/*csslint ignore:end*/ | ||
|
||
/* css - coverage_report - general */ | ||
body { | ||
margin: 0; | ||
} | ||
.coverage pre { | ||
margin: 5px 0; | ||
} | ||
.coverage table { | ||
border-collapse: collapse; | ||
} | ||
.coverage td, | ||
.coverage th { | ||
border: 1px solid #777; | ||
line-height: 20px; | ||
margin: 0; | ||
padding: 5px 10px; | ||
} | ||
.coverage td span { | ||
display: inline-block; | ||
width: 100%; | ||
} | ||
.coverage .content { | ||
padding: 0 5px; | ||
} | ||
.coverage .content a { | ||
text-decoration: none; | ||
} | ||
.coverage .count { | ||
margin: 0 5px; | ||
padding: 0 5px; | ||
} | ||
.coverage .footer, | ||
.coverage .header { | ||
padding: 20px; | ||
} | ||
.coverage .footer { | ||
text-align: center; | ||
} | ||
.coverage .percentbar { | ||
height: 12px; | ||
margin: 2px 0; | ||
min-width: 200px; | ||
position: relative; | ||
width: 100%; | ||
} | ||
.coverage .percentbar div { | ||
height: 100%; | ||
position: absolute; | ||
} | ||
.coverage .title { | ||
font-size: large; | ||
font-weight: bold; | ||
margin-bottom: 10px; | ||
} | ||
|
||
/* css - coverage_report - color */ | ||
.coverage td, | ||
.coverage th { | ||
background: #fff; | ||
} | ||
.coverage .count, | ||
.coverage .coverageHigh { | ||
background: #9d9; | ||
} | ||
.coverage .count { | ||
color: #666; | ||
} | ||
.coverage .coverageIgnore { | ||
background: #ccc; | ||
} | ||
.coverage .coverageLow, | ||
.coverage .uncovered { | ||
background: #ebb; | ||
} | ||
.coverage .coverageMedium { | ||
background: #fd7; | ||
} | ||
.coverage .footer, | ||
.coverage .header, | ||
.coverage .lineno { | ||
background: #ddd; | ||
} | ||
.coverage .percentbar { | ||
background: #999; | ||
} | ||
.coverage .percentbar div { | ||
background: #666; | ||
} | ||
|
||
/* css - coverage_report - important */ | ||
.coverage pre:hover span, | ||
.coverage tr:hover td { | ||
background: #7d7; | ||
} | ||
.coverage pre:hover span.uncovered, | ||
.coverage tr:hover td.coverageLow { | ||
background: #f99; | ||
} | ||
</style> | ||
</head> | ||
<body class="coverage"> | ||
<!-- header start --> | ||
<div class="header"> | ||
<div class="title">V8 Coverage Report</div> | ||
<table> | ||
<thead> | ||
<tr> | ||
<th>Files covered</th> | ||
<th>Lines</th> | ||
<th>Remaining</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td class="coverageHigh"> | ||
<a href="index.html">. / </a><br> | ||
<div class="percentbar"> | ||
<div style="width: 100.00%;"></div> | ||
</div> | ||
</td> | ||
<td style="text-align: right;"> | ||
100.00 %<br> | ||
13199 / 13199 | ||
</td> | ||
<td style="text-align: right;"> | ||
<br> | ||
0 / 13199 | ||
</td> | ||
</tr> | ||
<tr> | ||
<td class="coverageHigh"> | ||
<a href="jslint.mjs.html">. / jslint.mjs</a><br> | ||
<div class="percentbar"> | ||
<div style="width: 100.00%;"></div> | ||
</div> | ||
</td> | ||
<td style="text-align: right;"> | ||
100.00 %<br> | ||
11574 / 11574 | ||
</td> | ||
<td style="text-align: right;"> | ||
<br> | ||
0 / 11574 | ||
</td> | ||
</tr> | ||
<tr> | ||
<td class="coverageHigh"> | ||
<a href="jslint_wrapper_cjs.cjs.html">. / jslint_wrapper_cjs.cjs</a><br> | ||
<div class="percentbar"> | ||
<div style="width: 100.00%;"></div> | ||
</div> | ||
</td> | ||
<td style="text-align: right;"> | ||
100.00 %<br> | ||
49 / 49 | ||
</td> | ||
<td style="text-align: right;"> | ||
<br> | ||
0 / 49 | ||
</td> | ||
</tr> | ||
<tr> | ||
<td class="coverageHigh"> | ||
<a href="test.mjs.html">. / test.mjs</a><br> | ||
<div class="percentbar"> | ||
<div style="width: 100.00%;"></div> | ||
</div> | ||
</td> | ||
<td style="text-align: right;"> | ||
100.00 %<br> | ||
1576 / 1576 | ||
</td> | ||
<td style="text-align: right;"> | ||
<br> | ||
0 / 1576 | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
<!-- header end --> | ||
<div class="footer"> | ||
[ | ||
This document was created with | ||
<a href="https://github.com/jslint-org/jslint">JSLint</a> | ||
] | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.