]> Lady’s Gitweb - Pisces/commitdiff
Provide fake external constructor for Matcher
authorLady <redacted>
Thu, 8 Sep 2022 05:20:46 +0000 (22:20 -0700)
committerLady <redacted>
Fri, 12 May 2023 03:56:48 +0000 (20:56 -0700)
Classes which depend on identity for behaviours should not be exposed
because this inheritance can be modified at runtime. This commit
provides a fake Matcher constructor which simply calls the real one.

This has a side‐effect of reducing the amount of prototype modification
which this class setup entailed, at the cost of needing to manually
redefine all the properties from the internal Matcher constructor
prototype onto the external one.


No differences found
This page took 0.019275 seconds and 4 git commands to generate.