-
-
Notifications
You must be signed in to change notification settings - Fork 64
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(terra-draw): Export basic types that appear in arguments and return values #440
base: main
Are you sure you want to change the base?
Conversation
Should we also export |
@neodescis |
Right you are about |
@neodescis |
Hey, sorry folks not ignoring this, just need a bit of free time to give it proper time to think it through - on surface makes a lot of sense however. One aspect to think about is that there is an attempt to expose types for extending Terra Draw in TerraDrawExtend. This might have been a mistake that adds extra confusion but until v2 we can't change it. |
I think this PR is also related to #396. I found terra-draw supports types when |
I realized
For |
0d2139c
to
5477d19
Compare
@JinIgarashi Thanks! As for FeatureID, I believe it has already been exported in this PR.
|
Description of Changes
This PR exports some basic types that appear in the arguments and return types of the user-facing interfaces.
Link to Issue
Resolves #439
PR Checklist
If I have added significant code changes, there are relevant testsIf there are behaviour changes these are documented