Skip to content

Commit

Permalink
revert(base): performance burden should be minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
bhsd-harry authored Oct 1, 2024
1 parent f45525c commit 4260294
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export const stages = {
dd: 10,
converter: 11,
};
Object.setPrototypeOf(stages, null);

export type Stage = keyof typeof stages;

Expand Down

0 comments on commit 4260294

Please sign in to comment.