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