Skip to content

Commit c09abac

Browse files
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

File tree

Configuration/ESBuild/Target.js

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

Configuration/ESBuild/Worker.js

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

0 commit comments

Comments
 (0)