Current Path: > home > codekrsu > > ameliagraphics.com > wp-includes > js > codemirror > >
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
codemirror.min.css | File | 15899 bytes | September 13 2017 10:08:48. | |
codemirror.min.js | File | 585414 bytes | September 13 2017 10:08:48. | |
csslint.js | File | 366769 bytes | October 25 2019 20:38:08. | |
esprima.js | File | 283149 bytes | January 23 2018 06:29:32. | |
fakejshint.js | File | 1002 bytes | January 23 2018 06:29:32. | |
htmlhint-kses.js | File | 984 bytes | September 13 2017 10:08:48. | |
htmlhint.js | File | 17735 bytes | September 13 2017 10:08:48. | |
jsonlint.js | File | 16189 bytes | September 13 2017 10:08:48. |
// JSHINT has some GPL Compatability issues, so we are faking it out and using esprima for validation // Based on https://github.com/jquery/esprima/blob/gh-pages/demo/validate.js which is MIT licensed var fakeJSHINT = new function() { var syntax, errors; var that = this; this.data = []; this.convertError = function( error ){ return { line: error.lineNumber, character: error.column, reason: error.description, code: 'E' }; }; this.parse = function( code ){ try { syntax = window.esprima.parse(code, { tolerant: true, loc: true }); errors = syntax.errors; if ( errors.length > 0 ) { for ( var i = 0; i < errors.length; i++) { var error = errors[i]; that.data.push( that.convertError( error ) ); } } else { that.data = []; } } catch (e) { that.data.push( that.convertError( e ) ); } }; }; window.JSHINT = function( text ){ fakeJSHINT.parse( text ); }; window.JSHINT.data = function(){ return { errors: fakeJSHINT.data }; };
SILENT KILLER Tool