MCPcopy Create free account
hub / github.com/babel/babel / _queue

Method _queue

packages/babel-generator/src/printer.ts:609–613  ·  view source on GitHub ↗
(char: typeof charCodes.space | typeof charCodes.semicolon)

Source from the content-addressed store, hash-verified

607 }
608
609 _queue(char: typeof charCodes.space | typeof charCodes.semicolon): void {
610 this._buf.queue(char);
611
612 this.setLastChar(-1);
613 }
614
615 _maybeIndent(): void {
616 const indent = this._shouldIndent();

Callers 2

semicolonMethod · 0.95
_spaceMethod · 0.95

Calls 2

setLastCharMethod · 0.95
queueMethod · 0.80

Tested by

no test coverage detected