The AST navigation in the transpiler is making substanial use of `.unwrap()` on Options. As these may panic, they should be refactored. Refer to https://github.com/cybertec-postgresql/poc-plpgsql-analyzer/pull/70#discussion_r1162771571.
The AST navigation in the transpiler is making substanial use of
.unwrap()on Options. As these may panic, they should be refactored.Refer to #70 (comment).