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 2022-03 decorators version (stage 3) #14836

Commits on Aug 24, 2022

  1. Copy the full SHA
    bd9cdfd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    82c2729 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    107e774 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    60464b4 View commit details
    Browse the repository at this point in the history
  5. Disallow @(...)() in 2022-03 decorators

    This commits add a new `allowCallParenthesized` option to the decorators parser plugin:
    when set to `false`, `@(...)()`-style decorators are allowed to match the stage 3
    proposal presented in March 2022.
    
    It will default to `false` in Babel 8 (we might just remove the option)
    nicolo-ribaudo committed Aug 24, 2022
    Copy the full SHA
    3b34005 View commit details
    Browse the repository at this point in the history
  6. Disallow decoratorsBeforeExport option with 2022-03 decorators

    This aligns with the Babel 8 behavior
    nicolo-ribaudo committed Aug 24, 2022
    Copy the full SHA
    c7a81be View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    914cb0d View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    47a5e4c View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    2cbb9fd View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    74c11ad View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    dbaf378 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    d0ded5b View commit details
    Browse the repository at this point in the history