### Describe the bug ``` thread 'main' (2474) panicked at /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swc_ecma_parser-29.0.0/src/lexer/state.rs:77:9: assertion failed: span.lo >= self.input.start_pos() && span.hi <= self.input.end_pos() ``` ### Input code ```typescript ``` ### Config ```json ``` ### Link to the code that reproduces this issue https://github.com/oxc-project/bench-javascript-parser-written-in-rust/actions/runs/19917146865/job/57098419563?pr=425 ### SWC Info output _No response_ ### Expected behavior parse ### Actual behavior _No response_ ### Version 28.0.0 -> 29.0.0 ### Additional context _No response_