MCPcopy Create free account
hub / github.com/Rich-Harris/magic-string / getIndentString

Method getIndentString

src/MagicString.js:202–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200 }
201
202 getIndentString() {
203 this._ensureindentStr();
204 return this.indentStr === null ? '\t' : this.indentStr;
205 }
206
207 indent(indentStr, options) {
208 const pattern = /^[^\r\n]/gm;

Callers

nothing calls this directly

Calls 1

_ensureindentStrMethod · 0.95

Tested by

no test coverage detected