Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a more future-proof/collision-safe Symbol name
If we find ourselves dealing with two different versions of this package in the same runtime, our only hope of identifying previously-patched and hacked methods is a Symbol that's retrievable with `Symbol.for(...)`. Hopefully that should never happen, however.
- Loading branch information