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
// The last property of an object is associated with the line and index of where to add the comma, in case after sorting, it is no longer the last property
// If current property end line number has not yet been defined, define it
228
+
if(currentProperty!.endLineNumber===undefined){
229
+
currentProperty!.endLineNumber=endLineNumber-1;
230
+
// The current property is also the last property
231
+
currentProperty!.lastProperty=true;
232
+
// The last property of an object is associated with the line and index of where to add the comma, in case after sorting, it is no longer the last property
0 commit comments