MCPcopy Create free account
hub / github.com/glideapps/quicktype / pathWithoutExtension

Function pathWithoutExtension

test/fixtures.ts:37–39  ·  view source on GitHub ↗
(fullPath: string, extension: string)

Source from the content-addressed store, hash-verified

35 process.env.TRAVIS_PULL_REQUEST !== "false";
36
37function pathWithoutExtension(fullPath: string, extension: string): string {
38 return path.join(path.dirname(fullPath), path.basename(fullPath, extension));
39}
40
41function jsonTestFiles(base: string): string[] {
42 const jsonFiles: string[] = [];

Callers 3

additionalFilesMethod · 0.85
runQuicktypeMethod · 0.85
additionalFilesMethod · 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…