Methods
extractLocation(urlLike) → {Array}
    Separate line and column numbers from a URL-like string.
    Parameters:
| Name | Type | Description | 
|---|---|---|
| urlLike | String | 
- Source:
Returns:
    3-tuple of URL, Line Number, and Column Number
- Type
- Array
parse(error) → {Array}
    Given an Error object, extract the most information from it.
    Parameters:
| Name | Type | Description | 
|---|---|---|
| error | Error | object | 
- Source:
Returns:
    of StackFrames
- Type
- Array