(filePath: string)
| 36 | createDiagnosticFactoryWithCode(serialDiagnosticCodeCounter++, create); |
| 37 | |
| 38 | export const normalizeSlashes = (filePath: string) => filePath.replace(/\\/g, "/"); |
| 39 | export const trimExtension = (filePath: string) => filePath.slice(0, -path.extname(filePath).length); |
| 40 | |
| 41 | export function formatPathToLuaPath(filePath: string): string { |
no outgoing calls