1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-10 16:11:13 -05:00
denoland-deno/cli/tools
Marvin Hagemeister a844d96ee9
chore(lint): remove manual AST field counter (#27449)
Addresses the review feedback in
https://github.com/denoland/deno/pull/27416 .

- Hoist the buffer max size variable to make it less confusing
- Remove manual AST field counter in favour of an explicit "commit
schema" step which writes the actual field count.
2024-12-31 08:59:41 +01:00
..
bench feat(unstable): support caching npm dependencies only as they're needed (#27300) 2024-12-10 18:24:23 -08:00
coverage refactor: use sys_traits (#27480) 2024-12-30 12:38:20 -05: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 chore(lint): remove manual AST field counter (#27449) 2024-12-31 08:59:41 +01:00
registry refactor: use sys_traits (#27480) 2024-12-30 12:38:20 -05: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 refactor: use sys_traits (#27480) 2024-12-30 12:38:20 -05:00
fmt.rs refactor: use sys_traits (#27480) 2024-12-30 12:38:20 -05: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