Added java prettier plugin

This commit is contained in:
2025-09-12 23:01:19 +08:00
parent d24a522b32
commit 593c4d7783
35 changed files with 4089 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
import type { JavaNodePrinter, JavaNodePrinters } from "./helpers.js";
export declare function printerForNodeType<T extends keyof JavaNodePrinters>(type: T): JavaNodePrinter<T>;