Skip to content

Commit

Permalink
fix(optim): 'nom' doesn't exist in 'rawNode' anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileRolley committed Jan 17, 2024
1 parent a4bdc5a commit d0b3942
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/serializeParsedRules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,6 @@ export function serializeParsedRules(
...node.rawNode,
...serializedNode,
}

delete rawRules[rule].nom
}

return rawRules
Expand Down

0 comments on commit d0b3942

Please sign in to comment.