Adding the line `this.state = this.state.clone();` in a parser plugin (specifically, in my case `parseExprAtom`) would break decorators. This change fixes that.
Adding the line `this.state = this.state.clone();` in a parser plugin (specifically, in my case `parseExprAtom`) would break decorators. This change fixes that.