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
Update
code
error
UpdateError
isError
error.error
interface
type
Perhaps the first two bullet items should be resolved by making Update be
type Update = { codeOrError: string | UpdateError map?: SourceMap | null }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Update
should use an xor type in regards tocode
anderror
, i.e. only one should exist and be required.error
property ofUpdateError
should be renamed toisError
to avoiderror.error
chains when accessing theerror
property of anUpdate
.interface
totype
.Perhaps the first two bullet items should be resolved by making
Update
beThe text was updated successfully, but these errors were encountered: