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
Please take a look at this problem: sveltejs/sapper#230
It would be great to be able ignore functions instead of throwing exception
The text was updated successfully, but these errors were encountered:
@Rich-Harris do u consider option to ignore functions/symbols and throw warning instead of error or its wont be in this lib by design?
Sorry, something went wrong.
It's by design. For the use case that this library is intended for, there's no point in serializing values with less than 100% fidelity
@tevel you can do:
Object.defineProperty(store, "t", {enumerable: false, configurable: true, value: t});
It won't be transferred.
No branches or pull requests
Please take a look at this problem:
sveltejs/sapper#230
It would be great to be able ignore functions instead of throwing exception
The text was updated successfully, but these errors were encountered: