Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-28 | refactor: extract out sloppy imports resolution from CLI crate (#25920) | David Sherret | |
This is slow progress towards creating a `deno_resolver` crate. Waiting on: * https://github.com/denoland/deno/pull/25918 * https://github.com/denoland/deno/pull/25916 | |||
2024-07-25 | fix(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 |