We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I previously found that importing from * as arrow meant that esbuild couldn't treeshake at all. geoarrow/geoarrow-js#20
* as arrow
So maybe this lib should use path imports? It does have to import every type necessarily because it doesn't know what data type the C struct will be.
The text was updated successfully, but these errors were encountered:
It should be possible to try this and see how much the output rollup sizes change
Sorry, something went wrong.
No branches or pull requests
I previously found that importing from
* as arrow
meant that esbuild couldn't treeshake at all. geoarrow/geoarrow-js#20So maybe this lib should use path imports? It does have to import every type necessarily because it doesn't know what data type the C struct will be.
The text was updated successfully, but these errors were encountered: