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
Description: $title.
Intersection types are supported with readonly at - T & readonly x
T & readonly x
Record fields can also be marked readonly in the type-descriptor
readonly
type Foo record { readonly Bar b; };
See #22519, #22965
The text was updated successfully, but these errors were encountered:
Definition and the completion support has been added
Sorry, something went wrong.
final
Can we close this?
Closing the issue since completion and definition support is provided.
nadeeshaan
rasika
No branches or pull requests
Description:
$title.
Intersection types are supported with readonly at -
T & readonly x
Record fields can also be marked
readonly
in the type-descriptorSee #22519, #22965
The text was updated successfully, but these errors were encountered: