MCPcopy
hub / github.com/triggerdotdev/trigger.dev / isBareModuleId

Function isBareModuleId

packages/cli-v3/src/utilities/build.ts:166–168  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

164}
165
166function isBareModuleId(id: string): boolean {
167 return !id.startsWith("node:") && !id.startsWith(".") && !isAbsolute(id);
168}
169
170export function createMatchPath(tsconfigPath: string | undefined) {
171 // There is no tsconfig to match paths against.

Callers 1

setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…