From d39a26d9be0e59df0c746d91cd6622ed455d37db Mon Sep 17 00:00:00 2001 From: Ottomated Date: Mon, 12 Aug 2024 13:10:29 -0700 Subject: [PATCH] change ast warning --- sites/svelte-5-preview/src/lib/Output/AstView.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sites/svelte-5-preview/src/lib/Output/AstView.svelte b/sites/svelte-5-preview/src/lib/Output/AstView.svelte index 0db97578c1..e252e8c0b6 100644 --- a/sites/svelte-5-preview/src/lib/Output/AstView.svelte +++ b/sites/svelte-5-preview/src/lib/Output/AstView.svelte @@ -68,7 +68,9 @@ {/if} - The AST is not public API and may change at any point in time + + The AST is an internal API and may change at any point without warning. +