File Manager

Current Directory: /home/astoriaah/www/old15/media/editors/codemirror/addon/lint
Viewing File: /home/astoriaah/www/old15/media/editors/codemirror/addon/lint/yaml-lint.min.js
!function(e){"object"==typeof exports&&"object"==typeof module?e(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],e):e(CodeMirror)}(function(e){"use strict";e.registerHelper("lint","yaml",function(o){var r=[];try{jsyaml.load(o)}catch(i){var t=i.mark;r.push({from:e.Pos(t.line,t.column),to:e.Pos(t.line,t.column),message:i.message})}return r})});