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