Commit c09abac
committed
style(Worker): Normalize ESBuild config indentation and export style
Align ESBuild configuration files with the 2-space indentation convention established in the previous formatting pass. Collapse single-line arrow functions in Target.js (__name helper, deepmerge call chain, entryPoints import) and expand export statements to multi-line named blocks in both files for consistency with Worker.js.
- `Configuration/ESBuild/Target.js`: tabs to 2-space, inline __name and deepmerge, multi-line export
- `Configuration/ESBuild/Worker.js`: tabs to 2-space, collapse On/Clean declarations, multi-line export
Zero functional changes — build output is identical.1 parent 5d1c9ba commit c09abac
2 files changed
Lines changed: 70 additions & 74 deletions
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