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

Disallow reinitializing private elements #13601

Merged
merged 33 commits into from Aug 30, 2021

Commits on Jul 19, 2021

  1. Copy the full SHA
    d909242 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Fixed tests

    komyg committed Jul 26, 2021
    Copy the full SHA
    5d643dd View commit details
    Browse the repository at this point in the history
  2. Added private fields check

    komyg committed Jul 26, 2021
    Copy the full SHA
    53e82d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. Updated field initializtion

    komyg committed Jul 28, 2021
    Copy the full SHA
    9ecbcf3 View commit details
    Browse the repository at this point in the history
  2. Updated helpers

    komyg committed Jul 28, 2021
    Copy the full SHA
    90f39e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Added helper call

    komyg committed Jul 30, 2021
    Copy the full SHA
    ce05c09 View commit details
    Browse the repository at this point in the history
  2. Fixed unit test

    komyg committed Jul 30, 2021
    Copy the full SHA
    06300db View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Removed commented code

    komyg committed Aug 2, 2021
    Copy the full SHA
    0f5a4e7 View commit details
    Browse the repository at this point in the history
  2. Handle unavailable helper

    komyg committed Aug 2, 2021
    Copy the full SHA
    086c12d View commit details
    Browse the repository at this point in the history
  3. Updated error statement

    komyg committed Aug 2, 2021
    Copy the full SHA
    a975111 View commit details
    Browse the repository at this point in the history
  4. Updated error text

    komyg committed Aug 2, 2021
    Copy the full SHA
    454c2cc View commit details
    Browse the repository at this point in the history
  5. Added private method helper

    komyg committed Aug 2, 2021
    Copy the full SHA
    dbc25c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Update packages/babel-helpers/src/helpers.js

    Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
    komyg and nicolo-ribaudo committed Aug 5, 2021
    Copy the full SHA
    5770b46 View commit details
    Browse the repository at this point in the history
  2. Added babel 8 breaking guard

    komyg committed Aug 5, 2021
    Copy the full SHA
    2e6f07a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix/bug-13299-class-members' of github.com:komyg/babel …

    …into fix/bug-13299-class-members
    komyg committed Aug 5, 2021
    Copy the full SHA
    2d6c4a2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    aa4677d View commit details
    Browse the repository at this point in the history
  5. Fixed typings error

    komyg committed Aug 5, 2021
    Copy the full SHA
    13f8014 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Fixed return types

    komyg committed Aug 6, 2021
    Copy the full SHA
    894b70a View commit details
    Browse the repository at this point in the history
  2. Added babel 8 check

    komyg committed Aug 6, 2021
    Copy the full SHA
    90087c2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7ba6f5e View commit details
    Browse the repository at this point in the history
  4. Fixed test

    komyg committed Aug 6, 2021
    Copy the full SHA
    3e81c56 View commit details
    Browse the repository at this point in the history
  5. Updated var name

    komyg committed Aug 6, 2021
    Copy the full SHA
    3e28e0d View commit details
    Browse the repository at this point in the history
  6. Fixed tests

    komyg committed Aug 6, 2021
    Copy the full SHA
    932b2ef View commit details
    Browse the repository at this point in the history
  7. Handle private accessor method

    komyg committed Aug 6, 2021
    Copy the full SHA
    c275da7 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2021

  1. Overwritten tests

    komyg committed Aug 7, 2021
    Copy the full SHA
    01e2e0b View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Updated error message

    komyg committed Aug 12, 2021
    Copy the full SHA
    4047989 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Update packages/babel-helper-create-class-features-plugin/src/fields.ts

    Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
    komyg and nicolo-ribaudo committed Aug 16, 2021
    Copy the full SHA
    8e5e404 View commit details
    Browse the repository at this point in the history
  2. Update packages/babel-helper-create-class-features-plugin/src/fields.ts

    Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
    komyg and nicolo-ribaudo committed Aug 16, 2021
    Copy the full SHA
    1f6b26c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    eca092f View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Update packages/babel-helper-create-class-features-plugin/src/fields.ts

    Co-authored-by: Justin Ridgewell <justin@ridgewell.name>
    komyg and jridgewell committed Aug 18, 2021
    Copy the full SHA
    d187a77 View commit details
    Browse the repository at this point in the history
  2. Update packages/babel-helper-create-class-features-plugin/src/fields.ts

    Co-authored-by: Justin Ridgewell <justin@ridgewell.name>
    komyg and jridgewell committed Aug 18, 2021
    Copy the full SHA
    1d33cf2 View commit details
    Browse the repository at this point in the history
  3. Update packages/babel-helper-create-class-features-plugin/src/fields.ts

    Co-authored-by: Justin Ridgewell <justin@ridgewell.name>
    komyg and jridgewell committed Aug 18, 2021
    Copy the full SHA
    f9eb76a View commit details
    Browse the repository at this point in the history
  4. Clone id nodes

    komyg committed Aug 18, 2021
    Copy the full SHA
    ebf193c View commit details
    Browse the repository at this point in the history