MCPcopy
hub / github.com/TypeStrong/ts-node / getProcessTopLevelAwait

Function getProcessTopLevelAwait

src/repl.ts:21–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19// Lazy-loaded.
20let _processTopLevelAwait: (src: string) => string | null;
21function getProcessTopLevelAwait() {
22 if (_processTopLevelAwait === undefined) {
23 ({
24 processTopLevelAwait: _processTopLevelAwait,
25 } = require('../dist-raw/node-internal-repl-await'));
26 }
27 return _processTopLevelAwait;
28}
29let diff: typeof _diff;
30function getDiffLines() {
31 if (diff === undefined) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…