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 26425a137b
feat(unstable): add JS linting plugin infrastructure (#27416)
This PR extracts the core part of
https://github.com/denoland/deno/pull/27203 to make it easier to review
and land in parts.

It contains:
-  The JS plugin code the deserializes and walks the buffer
- The Rust portion to serialize SWC to the buffer format (a bunch of
nodes are still todos, but imo these can land anytime later)
- Basic lint plugin types, without the AST node types to make this PR
easier to review
- Added more code comments to explain the format etc.


More fixes and changes will be done in follow-up PRs.

---------

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-12-21 00:58:03 +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): add JS linting plugin infrastructure (#27416) 2024-12-21 00:58:03 +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