https://github.com/donavon/babel-plugin-transform-class-private-properties
A Babel transform to convert pseudo-private "underscore convention" private class properties to truly private properties.
https://github.com/donavon/babel-plugin-transform-class-private-properties
Last synced: 3 months ago
JSON representation
A Babel transform to convert pseudo-private "underscore convention" private class properties to truly private properties.
- Host: GitHub
- URL: https://github.com/donavon/babel-plugin-transform-class-private-properties
- Owner: donavon
- License: mit
- Created: 2016-06-11T01:14:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-03T17:41:41.000Z (almost 9 years ago)
- Last Synced: 2025-02-25T03:30:37.592Z (7 months ago)
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# transform-class-private-properties
A Babel transform to convert pseudo-private "underscore convention" private class properties to truly private properties.