Skip to content

Commit 13185eb

Browse files
style(Wind): Revert ESBuild config to 2-space indent, bump catalog dates
Restore 2-space indentation across all ESBuild configuration modules under `Configuration/ESBuild/` β€” reversing the tab conversion applied in 57fa74c. Imports are reordered with external modules before local ones, and export blocks are reformatted to multi-line style in BaseConfig, CompileConfig, TargetConfig, BoundConstant, EnvironmentConstant, PathConstant, Target.js, Wind.js, and index.js. Update the generated CommandCatalog and ServiceCatalog version dates from 2026-05-20 to 2026-05-21, reflecting the regeneration cycle accompanying the formatting pass. No functional changes to the build pipeline.
1 parent 57fa74c commit 13185eb

11 files changed

Lines changed: 154 additions & 162 deletions

File tree

β€ŽConfiguration/ESBuild/Config/BaseConfig.jsβ€Ž

Lines changed: 48 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽConfiguration/ESBuild/Config/CompileConfig.jsβ€Ž

Lines changed: 13 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽConfiguration/ESBuild/Config/TargetConfig.jsβ€Ž

Lines changed: 49 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽConfiguration/ESBuild/Constant/BoundConstant.jsβ€Ž

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽConfiguration/ESBuild/Constant/EnvironmentConstant.jsβ€Ž

Lines changed: 7 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽConfiguration/ESBuild/Constant/PathConstant.jsβ€Ž

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽConfiguration/ESBuild/Target.jsβ€Ž

Lines changed: 11 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽConfiguration/ESBuild/Wind.jsβ€Ž

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽConfiguration/ESBuild/index.jsβ€Ž

Lines changed: 8 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽSource/Effect/Generated/CommandCatalog.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface CommandCatalogEntry {
2323
readonly HasKeybinding: boolean;
2424
}
2525

26-
export const CommandCatalogVersion = "2026-05-20" as const;
26+
export const CommandCatalogVersion = "2026-05-21" as const;
2727

2828
export const CommandCatalogTotal = 545 as const;
2929

0 commit comments

Comments
Β (0)