JSDoc: Support @readonly
tag
#17233
Labels
Domain: JavaScript
The issue relates to JavaScript specifically
Domain: JSDoc
Relates to JSDoc parsing and type generation
In Discussion
Not yet reached consensus
Suggestion
An idea for TypeScript
TypeScript Version: nightly (2.5.0-dev.20170712)
Code
Expected behavior:
Both lines in
m
are errors.Actual behavior:
No error when trying to write to
@readonly
property.The text was updated successfully, but these errors were encountered: