This website requires JavaScript.
Explore
Help
Sign In
cerxes
/
babel
Watch
3
Star
0
Fork
0
You've already forked babel
Code
Issues
Pull Requests
Releases
Wiki
Activity
babel
/
test
/
fixtures
/
experimental
/
class-private-properties
/
static
/
actual.js
Justin Ridgewell
9c9f9e2adb
Add static private class field support
2017-07-02 01:44:12 -04:00
5 lines
42 B
JavaScript
Raw
Blame
History
class
A
{
static
#
x
;
static
#
y
=
1
;
}
Reference in New Issue
View Git Blame
Copy Permalink