MCPcopy Create free account
hub / github.com/CoderLine/alphaTab / toImportPath

Function toImportPath

packages/alphatab/scripts/CloneEmitter.ts:15–17  ·  view source on GitHub ↗
(fileName: string)

Source from the content-addressed store, hash-verified

13}
14
15function toImportPath(fileName: string) {
16 return `@${removeExtension(fileName).split('\\').join('/')}`.replace('@src/', '@coderline/alphatab/');
17}
18
19function isCloneMember(propertyDeclaration: ts.PropertyDeclaration) {
20 if (ts.isPrivateIdentifier(propertyDeclaration.name)){

Callers 1

CloneEmitter.tsFile · 0.70

Calls 3

replaceMethod · 0.80
removeExtensionFunction · 0.70
joinMethod · 0.45

Tested by

no test coverage detected