Skip to content

Commit

Permalink
fix: upgrade astjson, add deprecated hint on old package (#1012)
Browse files Browse the repository at this point in the history
  • Loading branch information
jensneuse authored Dec 11, 2024
1 parent 3b6f8b1 commit 1f7ad31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions v2/pkg/astjson/astjson.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ func (p *pool) Put(j *JSON) {
p.p.Put(j)
}

// lint:ignore
// Deprecated: JSON is deprecated, use the github.com/wundergraph/astjson package instead
type JSON struct {
storage []byte
Nodes []Node
Expand Down

0 comments on commit 1f7ad31

Please sign in to comment.