Skip to content

Commit

Permalink
fix: remove redundant pure annnotation
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Jan 20, 2025
1 parent 1a5ee40 commit 076c6a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/metal-weeks-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ox": patch
---

Removed redundant pure annotation.
2 changes: 1 addition & 1 deletion src/core/Json.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type * as Errors from './Errors.js'

const bigIntSuffix = /*#__PURE__*/ '#__bigint'
const bigIntSuffix = '#__bigint'

/**
* Parses a JSON string, with support for `bigint`.
Expand Down

0 comments on commit 076c6a2

Please sign in to comment.