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