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
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
constraints is marked as being out of order, wants it to appear after classPrefix (classic aphabetization), but this is not equivalent code since constraints appears in its own object before tetherOptions.
Expected behavior
spreads should break up properties into separate groups (cuz they're compiled to separate objects in __assign helper)
// compiled tsc output, modified for readability (and only key names)varoptions=tslib_1.__assign({ constraints },tetherOptions,{ attachment, bodyElement, classPrefix, element, target, targetAttachment },);
The text was updated successfully, but these errors were encountered:
Bug Report
TypeScript code being linted
Actual behavior
constraints
is marked as being out of order, wants it to appear afterclassPrefix
(classic aphabetization), but this is not equivalent code sinceconstraints
appears in its own object beforetetherOptions
.Expected behavior
spreads should break up properties into separate groups (cuz they're compiled to separate objects in
__assign
helper)The text was updated successfully, but these errors were encountered: