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

chore: Isolate global constants to module. #8

Merged
merged 4 commits into from
May 22, 2024
Merged

Conversation

SpcFORK
Copy link
Contributor

@SpcFORK SpcFORK commented May 22, 2024

No description provided.

SpcFORK added 2 commits May 22, 2024 01:36
( Also add .replit to gitignore so push can be made without gross clutter )
@niceEli
Copy link
Member

niceEli commented May 22, 2024

.gitignore is conflicting. removing .replit will fix it as .replit and replit.nix is now in gitignore.

the test failing seems to be my fault, will be fixed.

root.appendChild(canvas);
return canvas;
})();
const canvas = gopt.canvas ?? root.appendChild(document.createElement("canvas"))
Copy link
Collaborator

Choose a reason for hiding this comment

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

Not related to PR, I'll let it go this time

Copy link
Contributor Author

@SpcFORK SpcFORK May 22, 2024

Choose a reason for hiding this comment

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

Yeah, that's fine, commited it and am not sure how to separate to different PR after.

@niceEli
Copy link
Member

niceEli commented May 22, 2024

just updated tests. should fix the issue after pull

@lajbel lajbel merged commit a592553 into kaplayjs:master May 22, 2024
1 check failed
@niceEli niceEli added the chore Misc issue/PR label May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Misc issue/PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants