[F] getSourceLocation
Call Signature
function getSourceLocation(target, options?): SourceLocation;Parameters
| Parameter | Type | 
|---|---|
| target | DiagnosticTarget | 
| options? | SourceLocationOptions | 
Returns
Call Signature
function getSourceLocation(target, options?): undefined;Parameters
| Parameter | Type | 
|---|---|
| target | undefined| typeofNoTarget | 
| options? | SourceLocationOptions | 
Returns
undefined
Call Signature
function getSourceLocation(target, options?): undefined | SourceLocation;Parameters
| Parameter | Type | 
|---|---|
| target | | undefined|DiagnosticTarget| typeofNoTarget | 
| options? | SourceLocationOptions | 
Returns
undefined | SourceLocation