Enable class static blocks by default (#13713)
* Remove classStaticBlock plugin * Update tests * Remove class static blocks from proposalPlugins * Update tests * Remove classStaticBlock from mapping for test262 * chore: update babel-types Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
This commit is contained in:
@@ -163,12 +163,11 @@ const es2022 = {
|
||||
],
|
||||
},
|
||||
"proposal-private-methods": "private class methods",
|
||||
};
|
||||
|
||||
const shippedProposal = {
|
||||
"proposal-class-static-block": "Class static initialization blocks",
|
||||
};
|
||||
|
||||
const shippedProposal = {};
|
||||
|
||||
// Run plugins for modern features first
|
||||
module.exports = Object.assign(
|
||||
{},
|
||||
|
||||
Reference in New Issue
Block a user