MCPcopy Index your code
hub / github.com/nodejs/node / setConfigFileInOptions

Function setConfigFileInOptions

test/fixtures/snapshot/typescript.js:41443–41447  ·  view source on GitHub ↗
(options, configFile)

Source from the content-addressed store, hash-verified

41441 ts.parseJsonSourceFileConfigFileContent = parseJsonSourceFileConfigFileContent;
41442 /*@internal*/
41443 function setConfigFileInOptions(options, configFile) {
41444 if (configFile) {
41445 Object.defineProperty(options, "configFile", { enumerable: false, writable: false, value: configFile });
41446 }
41447 }
41448 ts.setConfigFileInOptions = setConfigFileInOptions;
41449 function isNullOrUndefined(x) {
41450 return x === undefined || x === null; // eslint-disable-line no-null/no-null

Callers 1

Calls 1

definePropertyMethod · 0.45

Tested by

no test coverage detected