From 763f05e74dfd0032b238603f625893a52e363591 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 25 Jul 2024 09:07:59 -0400 Subject: fix(unstable): move sloppy-import warnings to lint rule (#24710) Adds a new `no-sloppy-imports` lint rule and cleans up the lint code. Closes #22844 Closes https://github.com/denoland/deno_lint/issues/1293 --- tests/specs/task/invalid_unstable_feature/invalid_unstable_feature.out | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/specs/task') diff --git a/tests/specs/task/invalid_unstable_feature/invalid_unstable_feature.out b/tests/specs/task/invalid_unstable_feature/invalid_unstable_feature.out index 78c4eaca9..901eea47a 100644 --- a/tests/specs/task/invalid_unstable_feature/invalid_unstable_feature.out +++ b/tests/specs/task/invalid_unstable_feature/invalid_unstable_feature.out @@ -1,5 +1,4 @@ Task start deno run index.js -Warning Sloppy imports are not recommended and have a negative impact on performance. Warning 'abc' isn't a valid unstable feature Warning 'cba' isn't a valid unstable feature Hello unstable features -- cgit v1.2.3