Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
themusicgod1
/
babel
Watch
0
Star
0
Fork
1
Files
Issues
4
Pull Requests
0
Wiki
Tree:
fb9abb34e1
Branches
Tags
master
babel
/
packages
/
babel-plugin-proposal-class-properties
/
test
/
fixtures
/
private
/
multiple
/
input.js
input.js
40 B
History
Raw
1
2
3
4
5
class Foo {
#x = 0;
#y = this.#x;
}