dididy commented on PR #5053: URL: https://github.com/apache/zeppelin/pull/5053#issuecomment-3237461570
The reason for using **getFullStart()** is that comments may be located above rather than to the right. ```ts // tslint:disable-next-line:no-any <= it was edge case public visualization?: any, // right side comment <= previously it works well ``` I discovered this edge-case issue when `tslint:disable-*` comments were positioned at the top—the order changed but wasn’t moved together. While `getStart()` omits preceding comments and whitespace, `getFullStart()` includes them, allowing to handle this issue according to the intended behavior. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: reviews-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org