{"version":3,"file":"ParseError.mjs","names":["ParseError","Error","name","from","to","constructor","message"],"sources":["../../src/util/ParseError.ts"],"sourcesContent":["export class ParseError extends Error {\n  name = 'ParseError'\n  from: number\n  to: number\n\n  constructor(message: string, from: number, to = from) {\n    super(message)\n    this.from = from\n    this.to = to\n  }\n}\n"],"mappings":"AAAA,OAAO,MAAMA,UAAU,SAASC,KAAK,CAAC;EACpCC,IAAI,GAAG,YAAY;EACnBC,IAAI;EACJC,EAAE;EAEFC,WAAWA,CAACC,OAAe,EAAEH,IAAY,EAAEC,EAAE,GAAGD,IAAI,EAAE;IACpD,KAAK,CAACG,OAAO,CAAC;IACd,IAAI,CAACH,IAAI,GAAGA,IAAI;IAChB,IAAI,CAACC,EAAE,GAAGA,EAAE;EACd;AACF","ignoreList":[]}