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
#22262 is pretty breaky, and the change is to be more spec compliant. To reduce how breaky the change is, we shouldn't report the error if it happens in a .d.ts file, as there will be no associated emit - this way older .d.ts files won't need to be updated just to remove trailing commas that we can actually handle just fine.
The text was updated successfully, but these errors were encountered:
#22262 is pretty breaky, and the change is to be more spec compliant. To reduce how breaky the change is, we shouldn't report the error if it happens in a
.d.ts
file, as there will be no associated emit - this way older.d.ts
files won't need to be updated just to remove trailing commas that we can actually handle just fine.The text was updated successfully, but these errors were encountered: