Skip to content

fix: resolve issue with dependency generation#54

Open
jtabibito wants to merge 22 commits into
galacean:mainfrom
jtabibito:fix/dependency-generate
Open

fix: resolve issue with dependency generation#54
jtabibito wants to merge 22 commits into
galacean:mainfrom
jtabibito:fix/dependency-generate

Conversation

@jtabibito

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a brace placement issue that was causing incorrect scope for dependency generation logic. The key change moves the initialization of buildSettings.dependencies = [] to occur after WASM module processing is complete, ensuring proper execution order.

Key Changes

  • Removed premature initialization of buildSettings.dependencies array
  • Added proper initialization of dependencies array after WASM processing
  • Fixed brace placement issue that was causing incorrect code block nesting

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants