Michał Dudak

Results 495 comments of Michał Dudak

Yes, the resulting bundle does not contain the code of unused parts.

@vladmoroz I'll address the bug in a separate PR. An empty string is a valid value of PointerEvent's pointerType field, so I included it here as well. As for naming,...

An empty string is an unknown pointer type (see https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent/pointerType#value). It's not really the type of the event (as this is PointerEvent or MouseEvent), but the user's input device that...

> Do we return an empty string in this case or do we pass through the original type? We pass through whatever there is originally.