* Gets the optional name of the generated code that this source map is associated with
()
| 67 | * Gets the optional name of the generated code that this source map is associated with |
| 68 | */ |
| 69 | public get file() { |
| 70 | return this.metadata.compiledPath ?? this.original.file; |
| 71 | } |
| 72 | |
| 73 | /** |
| 74 | * Gets the source root of the sourcemap. |
no outgoing calls
no test coverage detected