Skip to content
This repository has been archived by the owner on May 19, 2018. It is now read-only.

Allow this.state.clone() when parsing decorators #262

Merged
merged 1 commit into from
Jan 2, 2017

Commits on Dec 20, 2016

  1. Allow this.state.clone() when parsing decorators

    Adding the line `this.state = this.state.clone();` in a parser plugin 
    (specifically, in my case `parseExprAtom`)
    would break decorators. 
    
    This change fixes that.
    rattrayalex authored Dec 20, 2016
    Configuration menu
    Copy the full SHA
    a787a30 View commit details
    Browse the repository at this point in the history