Module aya.cli.impl

Record Class CompilerFlags.PrettyInfo

java.lang.Object
java.lang.Record
org.aya.cli.single.CompilerFlags.PrettyInfo
Enclosing class:
CompilerFlags

public static record CompilerFlags.PrettyInfo(boolean ascii, boolean prettyNoCodeStyle, boolean prettyInlineCodeStyle, boolean prettySSR, CliEnums.PrettyStage prettyStage, CliEnums.PrettyFormat prettyFormat, @NotNull org.aya.util.prettier.PrettierOptions prettierOptions, @NotNull RenderOptions renderOptions, @Nullable String datetimeFrontMatterKey, @Nullable String datetimeFrontMatterValue, @Nullable String prettyDir) extends Record