@@ -15,7 +15,7 @@ import { debugLog, debugLogArray, debugLogObject } from './util/debug.js';
1515import { getOrCreateFileNode , updateImportMap } from './util/dependency-graph.js' ;
1616import { getGitIgnoredHandler } from './util/glob-core.js' ;
1717import { _glob , negate } from './util/glob.js' ;
18- import { getReferencedDependencyHandler } from './util/handle-referenced-dependency .js' ;
18+ import { getReferencedInputsHandler } from './util/handle-referenced-inputs .js' ;
1919import { getHasStrictlyNsReferences , getType } from './util/has-strictly-ns-references.js' ;
2020import { type Input , isConfigPattern , isEntry , isProductionEntry , toProductionEntry } from './util/input.js' ;
2121import { getIsIdentifierReferencedHandler } from './util/is-identifier-referenced.js' ;
@@ -104,7 +104,7 @@ export const main = async (unresolvedConfiguration: CommandLineOptions) => {
104104
105105 const isGitIgnored = await getGitIgnoredHandler ( { cwd, gitignore } ) ;
106106 const toSourceFilePath = getToSourcePathHandler ( chief ) ;
107- const getReferencedInternalFilePath = getReferencedDependencyHandler ( collector , deputy , chief , isGitIgnored ) ;
107+ const getReferencedInternalFilePath = getReferencedInputsHandler ( collector , deputy , chief , isGitIgnored ) ;
108108 const shouldIgnore = getShouldIgnoreHandler ( isProduction ) ;
109109 const shouldIgnoreTags = getShouldIgnoreTagHandler ( tags ) ;
110110
0 commit comments