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

Enable transformation of class properties #30

Merged
merged 2 commits into from
Jul 27, 2021

Conversation

Pytal
Copy link
Contributor

@Pytal Pytal commented Jul 27, 2021

Closes #29 and ready for v1.1.0 release :)

The @babel/plugin-proposal-class-properties transformation built into @babel/preset-env was not enabled by default prior to babel v7.14 as detailed here babel/website#2526 (comment) and babel/website#2526 (comment)

Pytal added 2 commits July 26, 2021 18:59
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Signed-off-by: Christopher Ng <chrng8@gmail.com>
@Pytal Pytal added 3. to review Waiting for reviews bug Something isn't working labels Jul 27, 2021
@Pytal Pytal requested review from juliusknorr and skjnldsv July 27, 2021 02:09
@Pytal Pytal self-assigned this Jul 27, 2021
@Pytal Pytal mentioned this pull request Jul 27, 2021
@skjnldsv skjnldsv merged commit 3f7285f into master Jul 27, 2021
@delete-merged-branch delete-merged-branch bot deleted the feat/enable-class-properties branch July 27, 2021 06:39
@Pytal Pytal added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Jul 27, 2021
@Pytal Pytal mentioned this pull request Sep 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Class properties are not transformed
2 participants