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