Commit 041f9fa
committed
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
- Configuration/ESBuild
- Config
- Constant
- Source
- Target
- Bootstrap/Types
- Type
- VSCode
- Interface
- Type
- Configuration/ESBuild
- Config
- Constant
- Effect
- ActivityBar
- Error
- Implementation
- Interface
- Layer
- Tag
- Type
- Bootstrap
- Implementation
- Interface
- Layer
- Tag
- Type
- Clipboard
- Implementation
- Interface
- Tag
- Type
- Configuration
- Error
- Implementation
- Interface
- Layer
- Tag
- Type
- Environment
- Implementation
- Interface
- Tag
- Type
- Health
- Implementation
- Interface
- Tag
- Type
- IPC
- Error
- Implementation
- Interface
- Tag
- Layers
- MountainSync
- Implementation
- Interface
- Layer
- Tag
- Type
- Mountain
- Error
- Implementation
- Interface
- Layer
- Tag
- Type
- NetworkRestrictions
- Constant
- Error
- Implementation
- Interface
- Tag
- Type
- Panel
- Error
- Interface
- Layer
- Tag
- Type
- Sandbox
- Interface
- Layer
- Tag
- Sidebar
- Error
- Interface
- Layer
- Tag
- Type
- StatusBar
- Error
- Interface
- Layer
- Tag
- Type
- Telemetry
- Error
- Helper
- Interface
- Layer
- Tag
- Type
- FileSystem
- Error
- Implementation
- Interface
- Type
- Function
- Install
- Function
- Polyfills
- Source
- Bootstrap/Types
- Type
- VSCode
- Interface
- Type
- Configuration/ESBuild
- Config
- Constant
- Effect
- ActivityBar
- Error
- Implementation
- Interface
- Layer
- Tag
- Type
- Bootstrap
- Implementation
- Interface
- Layer
- Tag
- Type
- Clipboard
- Implementation
- Interface
- Tag
- Type
- Configuration
- Error
- Implementation
- Interface
- Layer
- Tag
- Type
- Environment
- Implementation
- Interface
- Tag
- Type
- Health
- Implementation
- Interface
- Tag
- Type
- IPC
- Error
- Implementation
- Interface
- Tag
- Layers
- MountainSync
- Implementation
- Interface
- Layer
- Tag
- Type
- Mountain
- Error
- Implementation
- Interface
- Layer
- Tag
- Type
- NetworkRestrictions
- Constant
- Error
- Implementation
- Interface
- Tag
- Type
- Panel
- Error
- Interface
- Layer
- Tag
- Type
- Sandbox
- Interface
- Layer
- Tag
- Sidebar
- Error
- Interface
- Layer
- Tag
- Type
- StatusBar
- Error
- Interface
- Layer
- Tag
- Type
- Telemetry
- Error
- Helper
- Interface
- Layer
- Tag
- Type
- FileSystem
- Error
- Implementation
- Interface
- Type
- Function
- Install
- Function
- Polyfills
- Types
- Error
- Interface
- Type
- Workbench
- Implementation
- Interface
- Type
- Types
- Error
- Interface
- Type
- Workbench
- Implementation
- Interface
- Type
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments