Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ast): fix JSON serialization of
BindingPattern
(#3856)
#3855 added a `span` field to `BindingPattern` but it's duplicate information from `BindingPatternKind`. `BindingPatternKind`'s `span` is already included in JS AST, so serde can skip the duplicate in `BindingPattern`.
- Loading branch information