MCPcopy Create free account
hub / github.com/hashintel/hash / shouldIgnoreDependencyForProtocol

Function shouldIgnoreDependencyForProtocol

yarn.config.cjs:57–59  ·  view source on GitHub ↗
(dependency)

Source from the content-addressed store, hash-verified

55 * @param {Dependency} dependency
56 */
57const shouldIgnoreDependencyForProtocol = (dependency) =>
58 ignoredDependencies.includes(dependency.ident) ||
59 ignoredWorkspaces.includes(dependency.workspace.ident);
60
61/**
62 * Enforces consistent dependency versions across all workspaces in the project.

Callers 1

enforceProtocolsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected