Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the decoratorsAutoAccessors parser plugin #13681

Commits on Sep 29, 2021

  1. Adds the decoratorAutoAccessors parser plugin

    This is the first part of the implementation of the latest version of
    the decorators proposal: https://github.com/tc39/proposal-decorators
    
    The keyword is outlined here in the README: https://github.com/tc39/proposal-decorators#class-auto-accessors
    
    It adds a `decoratorAutoAccessors` plugin which can be used to parse the
    `accessor` keyword into the ClassAccessorProperty node.
    
    update plugin name and fix
    pzuraq committed Sep 29, 2021
    Copy the full SHA
    179e576 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Update packages/babel-generator/src/generators/classes.ts

    Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
    pzuraq and JLHwung committed Oct 4, 2021
    Copy the full SHA
    7cdc5a0 View commit details
    Browse the repository at this point in the history