summaryrefslogtreecommitdiff
path: root/tests/specs/task/invalid_unstable_feature/invalid_unstable_feature.out
AgeCommit message (Collapse)Author
2024-07-25fix(unstable): move sloppy-import warnings to lint rule (#24710)David Sherret
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
2024-07-09fix: add warning for invalid unstable feature use in deno.json/jsonc (#24120)HasanAlrimawi