@r47onfire/backolon - v0.0.0
Preparing search index...
LocationTrace
Class LocationTrace
Source location information for Backolon parsing and runtime errors.
Index
Constructors
constructor
Properties
col
file
line
source
Constructors
constructor
new
LocationTrace
(
line
:
number
,
col
:
number
,
file
:
URL
,
source
?:
[
string
,
LocationTrace
]
|
null
,
)
:
LocationTrace
Parameters
line
:
number
col
:
number
file
:
URL
source
:
[
string
,
LocationTrace
]
|
null
= null
Returns
LocationTrace
Properties
col
col
:
number
file
file
:
URL
line
line
:
number
source
source
:
[
string
,
LocationTrace
]
|
null
= null
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
col
file
line
source
@r47onfire/backolon - v0.0.0
Loading...
Source location information for Backolon parsing and runtime errors.