Skip to content

Commit

Permalink
Rename util to get-referenced-inputs.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Oct 28, 2024
1 parent bff0977 commit 62b10ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/knip/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import type { CommandLineOptions } from './types/cli.js';
import type { DependencyGraph, Export, ExportMember } from './types/dependency-graph.js';
import { debugLog, debugLogArray, debugLogObject } from './util/debug.js';
import { getOrCreateFileNode, updateImportMap } from './util/dependency-graph.js';
import { getReferencedInputsHandler } from './util/get-referenced-inputs.js';
import { getGitIgnoredHandler } from './util/glob-core.js';
import { _glob, negate } from './util/glob.js';
import { getReferencedInputsHandler } from './util/handle-referenced-inputs.js';
import { getHasStrictlyNsReferences, getType } from './util/has-strictly-ns-references.js';
import { type Input, isConfigPattern, isEntry, isProductionEntry, toProductionEntry } from './util/input.js';
import { getIsIdentifierReferencedHandler } from './util/is-identifier-referenced.js';
Expand Down

0 comments on commit 62b10ba

Please sign in to comment.