* Make @babel/plugin-class-features a normal helper package This effectively disallows using it directly. * Rename helper * Style * Don't add prefix to plugin name * Move private methods plugin
7 lines
58 B
JavaScript
7 lines
58 B
JavaScript
class A {
|
|
constructor() {
|
|
this.foo = void 0;
|
|
}
|
|
|
|
}
|