Stage 2 Draft / February 7, 2019Decorators proposal Introduction This proposal adds decorators to JavaScript. It incorporates features needed to make decorators work with the class fields and private methods. See the explainer for an overview. This document is phrased as a diff against the previous private methods proposal, which is in turn a diff against the class fields proposal. 1Syntax 1.1New