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

clean up editor.d.ts #348

Merged
merged 1 commit into from
Mar 2, 2023
Merged

clean up editor.d.ts #348

merged 1 commit into from
Mar 2, 2023

Conversation

elalish
Copy link
Owner

@elalish elalish commented Mar 2, 2023

Reverts the ugly solution from #344, using the refactor from #347. FYI @rafern.

@elalish elalish self-assigned this Mar 2, 2023
@codecov
Copy link

codecov bot commented Mar 2, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (893a4f8) 91.52% compared to head (e99e6d5) 91.52%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #348   +/-   ##
=======================================
  Coverage   91.52%   91.52%           
=======================================
  Files          32       32           
  Lines        3730     3730           
=======================================
  Hits         3414     3414           
  Misses        316      316           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@elalish elalish merged commit 9e9a22d into master Mar 2, 2023
@elalish elalish deleted the editorTypes branch March 2, 2023 07:33
@rafern
Copy link
Contributor

rafern commented Mar 2, 2023

Oh wow, I'm surprised this works, and it's much cleaner than before. I thought it wouldn't work because concatenating the type definition files doesn't encapsulate the types, but you don't actually want to encapsulate them, since you can directly call functions like cube in the editor.

cartesian-theatrics pushed a commit to SovereignShop/manifold that referenced this pull request Mar 11, 2024
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.

None yet

2 participants