From 13279cb0ab5f0573fe846d55c7e031ac4731436d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 6 Jan 2024 15:01:09 +0100 Subject: fix(compile): preserve granular unstable features (#21827) Fix https://github.com/denoland/deno/issues/21814 --- cli/tests/testdata/compile/unstable_features.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 cli/tests/testdata/compile/unstable_features.ts (limited to 'cli/tests/testdata') diff --git a/cli/tests/testdata/compile/unstable_features.ts b/cli/tests/testdata/compile/unstable_features.ts new file mode 100644 index 000000000..819a3d187 --- /dev/null +++ b/cli/tests/testdata/compile/unstable_features.ts @@ -0,0 +1,2 @@ +const db = await Deno.openKv(); +console.log(db); -- cgit v1.2.3