From c5c08f461db4958b73f039142bb7fadbda8f2013 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 24 Oct 2024 20:55:38 +0100 Subject: [PATCH] fix: add 'fmt-component' to unstable features in schema file (#26526) Closes https://github.com/denoland/deno/issues/26510 --- cli/schemas/config-file.v1.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json index db40e5062b..27c8499ea2 100644 --- a/cli/schemas/config-file.v1.json +++ b/cli/schemas/config-file.v1.json @@ -531,6 +531,7 @@ "detect-cjs", "ffi", "fs", + "fmt-component", "http", "kv", "net",