From e324151520c62c9503e5e38da66827cd7815ea14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 3 Sep 2022 18:19:30 +0200 Subject: BREAKING(unstable): remove --compat mode (#15678) This commit removes "compat" mode. We shipped support for "npm:" specifier support in v1.25 and that is preferred way to interact with Node code that we will iterate and improve upon. --- cli/compat/testdata/basic/main.js | 1 - 1 file changed, 1 deletion(-) delete mode 100644 cli/compat/testdata/basic/main.js (limited to 'cli/compat/testdata/basic/main.js') diff --git a/cli/compat/testdata/basic/main.js b/cli/compat/testdata/basic/main.js deleted file mode 100644 index c0748305d..000000000 --- a/cli/compat/testdata/basic/main.js +++ /dev/null @@ -1 +0,0 @@ -import "foo"; -- cgit v1.2.3