1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-09 15:48:16 -05:00
denoland-deno/cli/tools
Marvin Hagemeister 1a809b8115
feat(unstable): support selectors in JS lint plugins (#27452)
This PR adds support for using selectors in the JS linting plugin API.
Supported at the moment are:

- `Foo Bar` (descendant)
- `Foo > Bar` (child combinator)
- `Foo + Foo` (next sibling)
- `Foo ~ Foo` (subsequent sibling)
- `[attr]`, `[attr=value]` (attribute selectors, supported operators:
`=`, `!=`, `<`, `>`, `<=`, `>=`)
- `:first-child`
- `:last-child`
- `:nth-child(2)`, `:nth-child(2n + 1)`
2024-12-23 08:45:47 +01:00
..
bench feat(unstable): support caching npm dependencies only as they're needed (#27300) 2024-12-10 18:24:23 -08:00
coverage perf: don't store duplicate info for ops in the snapshot (#27430) 2024-12-20 17:43:03 +00:00
doc refactor: update deno_doc, use prismjs, remove internal reference html generation logic (#26885) 2024-11-19 08:56:04 -08:00
init fix(init): support scoped npm packages (#27128) 2024-11-28 15:07:32 +01:00
jupyter feat(node): stabilize detecting if CJS via "type": "commonjs" in a package.json (#26439) 2024-11-13 15:10:09 +00:00
lint feat(unstable): support selectors in JS lint plugins (#27452) 2024-12-23 08:45:47 +01:00
registry perf: upgrade to deno_semver 0.7 (#27426) 2024-12-20 21:14:37 +00:00
repl refactor: extract out FileFetcher to deno_cache_dir (#27263) 2024-12-16 23:39:40 +00:00
run refactor: extract out FileFetcher to deno_cache_dir (#27263) 2024-12-16 23:39:40 +00:00
test feat(unstable): add JS linting plugin infrastructure (#27416) 2024-12-21 00:58:03 +01:00
check.rs refactor: extract out FileFetcher to deno_cache_dir (#27263) 2024-12-16 23:39:40 +00:00
clean.rs feat(clean): add progress bar (#25026) 2024-08-14 13:04:07 +02:00
compile.rs fix(compile): analyze modules in directory specified in --include (#27296) 2024-12-12 18:07:35 +00:00
doc.rs perf: upgrade to deno_semver 0.7 (#27426) 2024-12-20 21:14:37 +00:00
fmt.rs fix(fmt): stable formatting of HTML files with JS (#27164) 2024-12-03 02:04:55 +01:00
info.rs perf: upgrade to deno_semver 0.7 (#27426) 2024-12-20 21:14:37 +00:00
installer.rs perf: upgrade to deno_semver 0.7 (#27426) 2024-12-20 21:14:37 +00:00
mod.rs BREAKING: remove deno vendor (#25343) 2024-09-03 17:00:57 +10:00
serve.rs feat(watch): log which file changed on HMR or watch change (#25801) 2024-11-16 15:59:31 +01:00
task.rs fix(task): support tasks without commands (#27191) 2024-12-19 18:10:58 +00:00
upgrade.rs perf: upgrade to deno_semver 0.7 (#27426) 2024-12-20 21:14:37 +00:00