"use strict"; function indent(state, textAfter) { var _a, _b; const { levels, indentLevel } = state; const level = !levels || levels.length === 0 ? indentLevel : levels.at(-1) - (((_a = this.electricInput) === null || _a === void 0 ? void 0 : _a.test(textAfter)) ? 1 : 0); return (level || 0) * (((_b = this.config) === null || _b === void 0 ? void 0 : _b.indentUnit) || 0); } exports.indent = indent; //# sourceMappingURL=mode-indent.cjs.js.map