Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix stray second arg to modular constructor #1701

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

lawrence-forooghian
Copy link
Collaborator

Missed this in e8c3012.

Copy link
Member

@owenpearson owenpearson left a comment

Choose a reason for hiding this comment

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

LGTM 👍

Also, since this test suite is an es module istm we should easily be able to enable type checking for development here. Might be different for other editors but in my neovim i can get a type warning for this issue by running cp modular.d.ts build/modular/index.d.ts and adding a // @ts-check comment to the top of modular.test.js.

@lawrence-forooghian lawrence-forooghian merged commit 92e8a92 into integration/v2 Mar 19, 2024
9 of 12 checks passed
@lawrence-forooghian lawrence-forooghian deleted the fix-stray-modules-arg branch March 19, 2024 12:42
@lawrence-forooghian
Copy link
Collaborator Author

Thanks @owenpearson, created #1703 for that.

@VeskeR VeskeR mentioned this pull request Mar 20, 2024
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants