Private Properties phase 1 (#7666)
* Private Properties phase 1 Co-authored-by: CodingItWrong * Private fields are optional * Docs update
This commit is contained in:
@@ -5,7 +5,7 @@ export default declare(api => {
|
||||
|
||||
return {
|
||||
manipulateOptions(opts, parserOpts) {
|
||||
parserOpts.plugins.push("classProperties");
|
||||
parserOpts.plugins.push("classProperties", "classPrivateProperties");
|
||||
},
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user