[F] getSourceLocation
Call Signature
Section titled “Call Signature”function getSourceLocation(target, options?): SourceLocation;
Parameters
Section titled “Parameters”Parameter | Type |
---|---|
target | DiagnosticTarget |
options? | SourceLocationOptions |
Returns
Section titled “Returns”Call Signature
Section titled “Call Signature”function getSourceLocation(target, options?): undefined;
Parameters
Section titled “Parameters”Parameter | Type |
---|---|
target | undefined | typeof NoTarget |
options? | SourceLocationOptions |
Returns
Section titled “Returns”undefined
Call Signature
Section titled “Call Signature”function getSourceLocation(target, options?): undefined | SourceLocation;
Parameters
Section titled “Parameters”Parameter | Type |
---|---|
target | | undefined | DiagnosticTarget | typeof NoTarget |
options? | SourceLocationOptions |
Returns
Section titled “Returns”undefined
| SourceLocation