Files
ask262/engine262/src/syntax-error.d.ts
T

6 lines
113 B
TypeScript

// eslint-disable-next-line no-unused-vars
interface SyntaxError {
decoration?: string;
position?: number;
}