Files
ask262/engine262/src/syntax-error.d.ts
T
bendtherules 957ae8e8e6 revert(engine262): undo Biome formatting changes from b6dbcfe
Restore original formatting in engine262 folder:
- unicode.d.ts: revert to 4-space indentation, single quotes
- syntax-error.d.ts: revert to 4-space indentation, remove semicolons

Biome should not format files in engine262/ as it's excluded in biome.json.
2026-04-06 15:25:04 +05:30

6 lines
115 B
TypeScript

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