Skip to content

Commit d813286

Browse files
style(Wind): Convert ESBuild config indentation from tabs to spaces
Normalize indentation across all ESBuild configuration modules under Configuration/ESBuild/ from tab to 2-space indentation, and reformat Source/ESBuild.js from tab to 4-space indentation. Adjust import ordering to place local modules before external ones and consolidate export blocks to multi-line form across BaseConfig, CompileConfig, TargetConfig, BoundConstant, EnvironmentConstant, PathConstant, Target.js, Wind.js, index.js, and Source/ESBuild.js. In Source/ESBuild.js, also reformat the `export const On` declaration to a single-line condition and split the `catch` clause onto its own line for consistent error-handling style. No functional changes to the build pipeline.
1 parent f42656c commit d813286

10 files changed

Lines changed: 202 additions & 212 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.

0 commit comments

Comments
Β (0)