📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 00:38:59
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
yaml
/
browser
/
dist
/
compose
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/yaml/browser/dist/compose
🔄 Refresh
✏️
Editing: util-flow-indent-check.js
Writable
import { containsNewline } from './util-contains-newline.js'; function flowIndentCheck(indent, fc, onError) { if (fc?.type === 'flow-collection') { const end = fc.end[0]; if (end.indent === indent && (end.source === ']' || end.source === '}') && containsNewline(fc)) { const msg = 'Flow end indicator should be more indented than parent'; onError(end, 'BAD_INDENT', msg, true); } } } export { flowIndentCheck };
💾 Save Changes
❌ Cancel