Interface: CompileError¶
Defined in: browser-compiler/src/compiler.ts:70
Compilation error with additional metadata.
Properties¶
code¶
code:
string
Defined in: browser-compiler/src/compiler.ts:74
Error code or rule ID
location?¶
optionallocation?:object
Defined in: browser-compiler/src/compiler.ts:78
Source location
column?¶
optionalcolumn?:number
file?¶
optionalfile?:string
line?¶
optionalline?:number
message¶
message:
string
Defined in: browser-compiler/src/compiler.ts:76
Error message
name¶
name:
string
Defined in: browser-compiler/src/compiler.ts:72
Error name/type