[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 | typeof NoTarget | undefined |
options? | SourceLocationOptions |
Returns
Section titled “Returns”undefined
Call Signature
Section titled “Call Signature”function getSourceLocation(target, options?): SourceLocation | undefined;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
target | | DiagnosticTarget | typeof NoTarget | undefined |
options? | SourceLocationOptions |
Returns
Section titled “Returns”SourceLocation | undefined