MCPcopy Create free account
hub / github.com/ronreiter/interactive-tutorials / lint.js

File lint.js

static/js/codemirror/addon/lint/lint.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1CodeMirror.validate = (function() {
2 var GUTTER_ID = "CodeMirror-lint-markers";
3 var SEVERITIES = /^(?:error|warning)$/;
4

Callers

nothing calls this directly

Calls 3

clearMarksFunction · 0.85
parseOptionsFunction · 0.85
startLintingFunction · 0.85

Tested by

no test coverage detected