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

TSL: Fix optional parameter in Fn() #30293

Merged
merged 1 commit into from
Jan 9, 2025
Merged

Conversation

sunag
Copy link
Collaborator

@sunag sunag commented Jan 9, 2025

Description

Fix Fn() if used optional parameter and the call has no parameters. e.g:

const fn = Fn( ( [ coord = uv() ], builder ) => ... );

fn();

@sunag sunag changed the title TSL: Fix Fn() optional parameter TSL: Fix optional parameter in Fn() Jan 9, 2025
@sunag sunag changed the title TSL: Fix optional parameter in Fn() TSL: Fix optional parameter in Fn() Jan 9, 2025
@sunag sunag added this to the r173 milestone Jan 9, 2025
@sunag sunag marked this pull request as ready for review January 9, 2025 02:29
@sunag sunag merged commit dc9f057 into mrdoob:dev Jan 9, 2025
1 check was pending
@sunag sunag deleted the dev-fix-optional branch January 9, 2025 02:32
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