* Attempts to look up the absolute path for a Vue file with the given basename.
(sourceUrl: string)
| 51 | * Attempts to look up the absolute path for a Vue file with the given basename. |
| 52 | */ |
| 53 | lookup(sourceUrl: string): Promise<string | undefined>; |
| 54 | |
| 55 | /** |
| 56 | * Gets how we should handle the given source URL. |
no outgoing calls
no test coverage detected