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
fix(server): don't skip definitions with a zero-length range
Certain definition files (like CSS files) don't have a `scriptInfo` but
also don't need to be read, because their definition spans are of 0
length. Don't skip over such definitions.
0 commit comments