You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Binding errors like "Duplicate identifiers" can be generated by JsDoc comments in JavaScript file, however as they are not technically part of the code, it would be too strict to block compiling due to these errors, especially when the code is from somewhere else. We should at least provide a compiler option to suppress diagnostics in JsDoc comments.
The text was updated successfully, but these errors were encountered:
zhengbli
changed the title
Provide options to suppress binding errors generated by JsDoc
Provide an option to suppress binding errors generated by JsDoc
Oct 14, 2016
zhengbli
changed the title
Provide an option to suppress binding errors generated by JsDoc
Provide an option to suppress errors generated by JsDoc
Oct 14, 2016
Binding errors like "Duplicate identifiers" can be generated by JsDoc comments in JavaScript file, however as they are not technically part of the code, it would be too strict to block compiling due to these errors, especially when the code is from somewhere else. We should at least provide a compiler option to suppress diagnostics in JsDoc comments.
The text was updated successfully, but these errors were encountered: