feat: start nemesis #1227
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "nemesis"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #446
As discussed there, some support for 64-bit integers without precision loss had to be hacked in.
@ -13,0 +16,4 @@
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access, @typescript-eslint/no-explicit-any
(BigInt.prototype as any).toJSON = function (): string {
// eslint-disable-next-line @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-member-access
return "<JS_SUCKS>" + this.toString() + "</JS_SUCKS>";
lets keep this out tho, the lack of support there is uncomfortable, but lets keep our code.. noice
otherwise, nice pr