From 391114244309d0da2b3767621e193f7750ede84d Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Wed, 18 Feb 2026 20:56:41 +0100 Subject: [PATCH] fix: remove outdated feature note --- packages/transpiler/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/transpiler/README.md b/packages/transpiler/README.md index a765d1b59..44519f6ae 100644 --- a/packages/transpiler/README.md +++ b/packages/transpiler/README.md @@ -23,9 +23,9 @@ where the enter/leave functions (both optional) follow the `estree-walker` walk - kabelsalat: transform the code to handle the `K(..)` kabelsalat notation it also -- converts pseudo note variables to note strings + - adds return statement to the last expression -- handle label capturing for block-based eval +- handles label capturing for block-based eval ## Install