Skip to content

Add back some install passes and fix isTopLevel#559

Merged
John-David Dalton (jdalton) merged 1 commit intomainfrom
jdalton/fix-is-top-level
May 18, 2025
Merged

Add back some install passes and fix isTopLevel#559
John-David Dalton (jdalton) merged 1 commit intomainfrom
jdalton/fix-is-top-level

Conversation

@jdalton
Copy link
Copy Markdown
Contributor

No description provided.

@jdalton John-David Dalton (jdalton) merged commit 5514dce into main May 18, 2025
4 checks passed
@jdalton John-David Dalton (jdalton) deleted the jdalton/fix-is-top-level branch May 18, 2025 13:19
Comment on lines +73 to +75
const actualTree = await newArb.reify()
arb.actualTree = actualTree
return actualTree
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

According to the project's coding style that requires explicit semicolons, each statement in this refactored code should end with a semicolon. Consider updating the code to:

const actualTree = await newArb.reify();
arb.actualTree = actualTree;
return actualTree;

This maintains consistency with the project's semicolon usage conventions.

Suggested change
const actualTree = await newArb.reify()
arb.actualTree = actualTree
return actualTree
const actualTree = await newArb.reify()
arb.actualTree = actualTree
return actualTree

Spotted by Diamond (based on custom rules)

Is this helpful? React 👍 or 👎 to let us know.

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.

1 participant