Commits
Click on a commit to change the comparison rangefeat(semantic): add `symbol_id` for declare function binding (#10078)
part of https://github.com/oxc-project/oxc/issues/7278 and #7951
We had assumed `Semantic` adds a symbol id for `symbol_id` field that AST has, but `declare function` and `declare class` are exceptions, which would cause panicking somewhere. Add symbol id for `declare function` to fix the factor for panic.