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
feat(jsii): improve locality of warnings emitted for reserved words (#739)
Instead of tagging the entire declaration, only tag the name part of it
when emitting warnings about usage of reserved words from one of the
supported languages. This improves the actionability of the messages,
and makes for shorter log entries, too.
0 commit comments