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

Function cloneCompilerOptions

test/fixtures/snapshot/typescript.js:127980–127984  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

127978 }
127979 ts.isAccessibilityModifier = isAccessibilityModifier;
127980 function cloneCompilerOptions(options) {
127981 var result = ts.clone(options);
127982 ts.setConfigFileInOptions(result, options && options.configFile);
127983 return result;
127984 }
127985 ts.cloneCompilerOptions = cloneCompilerOptions;
127986 function isArrayLiteralOrObjectLiteralDestructuringPattern(node) {
127987 if (node.kind === 204 /* SyntaxKind.ArrayLiteralExpression */ ||

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…