shrimp/src/compiler/tests
Chris Wanstrath 248a53c887 Fix underscore handling in nested pipes and non-function receivers
Add pipeVarStack to track pipe variables for nested pipes, allowing _
to correctly reference the innermost piped value. Also enable piping
to array literals and parenthesized expressions (e.g., `5 | [_ _ _]`).
2026-01-27 19:12:48 -08:00
..
bitwise.test.ts bitwise operators 2025-11-08 16:10:13 -08:00
compiler.test.ts Formatted EVERYTHING with prettier 2025-12-17 09:58:02 -08:00
exceptions.test.ts implicit function-level try blocks 2025-10-29 14:51:50 -07:00
function-blocks.test.ts Formatted EVERYTHING with prettier 2025-12-17 09:58:02 -08:00
literals.test.ts Formatted EVERYTHING with prettier 2025-12-17 09:58:02 -08:00
native-exceptions.test.ts Formatted EVERYTHING with prettier 2025-12-17 09:58:02 -08:00
pipe.test.ts Fix underscore handling in nested pipes and non-function receivers 2026-01-27 19:12:48 -08:00
ribbit.test.ts Formatted EVERYTHING with prettier 2025-12-17 09:58:02 -08:00
while.test.ts Formatted EVERYTHING with prettier 2025-12-17 09:58:02 -08:00