Prevent module transforms from rewriting `this` to `void 0` when found in the values of private class properties. Add tests to prevent regressions.
7 lines
155 B
JSON
7 lines
155 B
JSON
{
|
|
"parserOpts": {
|
|
"plugins": ["classProperties", "classPrivateProperties", "classPrivateMethods"]
|
|
},
|
|
"plugins": ["transform-modules-commonjs"]
|
|
}
|