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 new decorators transform #14004

Merged

Commits on Jan 16, 2022

  1. Adds the 2021-12 transform for decorators

    Implements the 2021-12 transform for the decorators proposal, with
    support for the `accessor` keyword.
    pzuraq authored and nicolo-ribaudo committed Jan 16, 2022
    Copy the full SHA
    3f76448 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ab6d74a View commit details
    Browse the repository at this point in the history
  3. Allow version: "legacy", use built-in Identifier generation, simplify…

    … private UID code
    pzuraq authored and nicolo-ribaudo committed Jan 16, 2022
    Copy the full SHA
    46c54fb View commit details
    Browse the repository at this point in the history
  4. Rename tests

    nicolo-ribaudo committed Jan 16, 2022
    Copy the full SHA
    910e1a7 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e1c0086 View commit details
    Browse the repository at this point in the history
  6. Update makefile

    nicolo-ribaudo committed Jan 16, 2022
    Copy the full SHA
    9ce9c7b View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    0e745e5 View commit details
    Browse the repository at this point in the history
  8. Minor code update

    nicolo-ribaudo committed Jan 16, 2022
    Copy the full SHA
    f23bcbc View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    faf44db View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    5ba1365 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    9a876a2 View commit details
    Browse the repository at this point in the history
  12. Fix test

    nicolo-ribaudo committed Jan 16, 2022
    Copy the full SHA
    9ecadfd View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    62acebe View commit details
    Browse the repository at this point in the history
  14. fix: throw when legacy and version are both specified

    also fix decoratorsBeforeExport error when version: "legacy" is specified
    JLHwung authored and nicolo-ribaudo committed Jan 16, 2022
    Copy the full SHA
    e67b698 View commit details
    Browse the repository at this point in the history
  15. fix init

    JLHwung authored and nicolo-ribaudo committed Jan 16, 2022
    Copy the full SHA
    e52f1dc View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    be798df View commit details
    Browse the repository at this point in the history
  17. remove noop parser plugin

    babel-parser 7.17 has materalized classStaticBlock
    JLHwung authored and nicolo-ribaudo committed Jan 16, 2022
    Copy the full SHA
    e9f56f3 View commit details
    Browse the repository at this point in the history
  18. fix test errors

    JLHwung authored and nicolo-ribaudo committed Jan 16, 2022
    Copy the full SHA
    351f158 View commit details
    Browse the repository at this point in the history
  19. fix TS errors

    JLHwung authored and nicolo-ribaudo committed Jan 16, 2022
    Copy the full SHA
    2fc8ad9 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    0876e7a View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    938ce50 View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    aa4d6e2 View commit details
    Browse the repository at this point in the history
  23. Copy the full SHA
    1eb2e68 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Update contrib.md

    pzuraq committed Jan 24, 2022
    Copy the full SHA
    df637f9 View commit details
    Browse the repository at this point in the history