chore: prettier version bump and related fixes
This commit is contained in:
@@ -185,7 +185,7 @@ export const CodegenDefinitions = [
|
||||
/**
|
||||
* A type which defines all the valid code generators
|
||||
*/
|
||||
export type CodegenName = typeof CodegenDefinitions[number]["name"]
|
||||
export type CodegenName = (typeof CodegenDefinitions)[number]["name"]
|
||||
|
||||
/**
|
||||
* Generates Source Code for the given codgen
|
||||
|
||||
Reference in New Issue
Block a user