0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-10 06:07:03 -04:00
deno/cli/tools
Marvin Hagemeister 9bcbef6d2f
fix(unstable): lint plugin swapped exported and source for ExportAllDeclaration (#28357)
The `source` and `exported` property were swapped for the
`ExportAllDeclaration` node.

Fixes one issue reported at
https://github.com/denoland/deno/issues/28355
2025-03-03 11:03:29 +01:00
..
bench chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
coverage chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08: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): force --reload if npm or jsr package (#28150) 2025-02-18 13:43:32 +01:00
jupyter refactor(lsp): remove Send + Sync requirement (#28035) 2025-02-12 13:37:47 +00:00
lint fix(unstable): lint plugin swapped exported and source for ExportAllDeclaration (#28357) 2025-03-03 11:03:29 +01:00
pm chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
publish chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
repl fix: deno_ast 0.46 (#28331) 2025-02-27 21:28:36 +00:00
run chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
test fix(install): don't error on unknown media types in install (#28234) 2025-02-21 12:20:55 -08:00
check.rs refactor(cli): extract TypeChecker to separate module (#28235) 2025-02-21 21:00:29 +00:00
clean.rs refactor: add WorkspaceFactory and ResolverFactory (#27766) 2025-01-23 18:52:55 -05:00
compile.rs fix(compile): never include the specified output executable in itself (#27877) 2025-02-06 23:23:10 +00:00
doc.rs fix(lint): update deno_lint (#28271) 2025-02-24 18:05:17 +01:00
fmt.rs refactor: add WorkspaceFactory and ResolverFactory (#27766) 2025-01-23 18:52:55 -05:00
info.rs fix(check): support sloppy imports with "compilerOptions.rootDirs" (#27973) 2025-02-05 23:08:10 +00:00
installer.rs refactor: separate publish from pm subcommands (#28237) 2025-02-21 17:02:33 -05:00
mod.rs refactor: separate publish from pm subcommands (#28237) 2025-02-21 17:02:33 -05:00
serve.rs refactor: create deno_lib crate (#27673) 2025-01-15 09:35:46 -05:00
task.rs fix(task): support --frozen flag (#28094) 2025-02-13 13:22:15 +01:00
upgrade.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00