[F] getSourceLocation
getSourceLocation(target, options)
function getSourceLocation(target, options?): SourceLocation
Parameters
Parameter | Type |
---|---|
target | DiagnosticTarget |
options ? | SourceLocationOptions |
Returns
getSourceLocation(target, options)
function getSourceLocation(target, options?): undefined
Parameters
Parameter | Type |
---|---|
target | undefined | typeof NoTarget |
options ? | SourceLocationOptions |
Returns
undefined
getSourceLocation(target, options)
function getSourceLocation(target, options?): SourceLocation | undefined
Parameters
Parameter | Type |
---|---|
target | undefined | DiagnosticTarget | typeof NoTarget |
options ? | SourceLocationOptions |
Returns
SourceLocation
| undefined