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

Function isDeclarationFileName

test/fixtures/snapshot/typescript.js:38859–38861  ·  view source on GitHub ↗

@internal

(fileName)

Source from the content-addressed store, hash-verified

38857 })(IncrementalParser || (IncrementalParser = {}));
38858 /** @internal */
38859 function isDeclarationFileName(fileName) {
38860 return ts.fileExtensionIsOneOf(fileName, ts.supportedDeclarationExtensions);
38861 }
38862 ts.isDeclarationFileName = isDeclarationFileName;
38863 function parseResolutionMode(mode, pos, end, reportDiagnostic) {
38864 if (!mode) {

Callers 1

parseSourceFileWorkerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected