Skip to content

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Oct 1, 2025

No description provided.

@sbc100 sbc100 requested review from kripken and dschuff October 1, 2025 23:22
function autoAddDeps(lib, name) {
for (const item of Object.keys(lib)) {
if (!isDecorator(item)) {
lib[item + '__deps'] ??= []
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
lib[item + '__deps'] ??= []
lib[item + '__deps'] ??= [];

@sbc100 sbc100 enabled auto-merge (squash) October 2, 2025 00:29
@sbc100 sbc100 merged commit 4666bf7 into emscripten-core:main Oct 2, 2025
33 checks passed
@sbc100 sbc100 deleted the autoAddDeps branch October 2, 2025 01:45
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