-
-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Description
Line 233 in d35b325
const [name, ver = '*'] = unitName.split('.'); |
Remember the words of the great Demi Murich that using this kind of destructuring generates two A4 sheets of code bytes. Suggestion:
const {0: name, 1: ver = '*'} = unitName.split('.');
Metadata
Metadata
Assignees
Labels
No labels