From d558f720a668997edf7f1d6af20469af17b9c637 Mon Sep 17 00:00:00 2001 From: Bronley Plumb Date: Wed, 13 Nov 2024 08:36:22 -0500 Subject: [PATCH] Add caution to the readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a963fa3..3df62ea 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ # bsc-plugin-inline-annotation +This is a brighterscript plugin to support inlining certain functions to improve performance (because function calls are more expensive than the same code _not_ in a plugin. + +> [!CAUTION] +> This is still a work in progress. We have a few bugs to work out yet, so use at your own risk