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

Function loadCompiler

src/configuration.ts:353–355  ·  view source on GitHub ↗
(compiler: string)

Source from the content-addressed store, hash-verified

351
352/** @internal */
353export function loadCompiler(compiler: string): TSCommon {
354 return attemptRequireWithV8CompileCache(require, compiler);
355}
356
357/**
358 * Given the raw "ts-node" sub-object from a tsconfig, return an object with only the properties

Callers 2

resolveAndLoadCompilerFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…