Skip to content

Commit 041f9fa

Browse files
style(Wind): Reformat ESBuild configuration and clean up declaration files
Reformat all ESBuild configuration files in Configuration/ESBuild/ and Source/ from minified single-line format to properly formatted, readable code with consistent spacing, indentation, and line wrapping. Changes include: - Expand minified import statements (e.g., `import*as e from"..."` → `import * as e from "..."`) - Replace single-letter variable names with descriptive names (e.g., `r` → `BaseConfig_default`, `e` → `Environment`) - Apply consistent named exports format - Add proper line breaks and indentation - Reformat all constant, config, and index files Additionally, clean up the Target/Source/ directory by removing old TypeScript declaration files (.d.ts) and their source maps (.d.ts.map), as these intermediate build artifacts are no longer needed. This follows the same reformatting pattern as the previous commit for Target output files, completing the standardization of Wind's build configuration.
1 parent 05bb6c3 commit 041f9fa

683 files changed

Lines changed: 10154 additions & 17407 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Configuration/ESBuild/Config/BaseConfig.js

Lines changed: 51 additions & 41 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: 17 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Configuration/ESBuild/Config/CompileConfig.js.map

Lines changed: 2 additions & 2 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: 46 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Configuration/ESBuild/Config/TargetConfig.js.map

Lines changed: 2 additions & 2 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: 6 additions & 2 deletions
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: 11 additions & 7 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: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Configuration/ESBuild/Target.js

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

Configuration/ESBuild/Target.js.map

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

0 commit comments

Comments
 (0)