Skip to content

punycode: use strict identity operator

Rodrigo Muino Tomonari requested to merge github/fork/JungMinu/patch-8 into master

There is no type-conversion to be done because both parameters are already the same type. Therefore, the === operator should be used for better performance.

Merge request reports

Loading