thrownewError("'loose' mode configuration must be the same for @babel/plugin-proposal-class-properties, "+"@babel/plugin-proposal-private-methods and "+"@babel/plugin-proposal-private-property-in-object (when they are enabled).");
console.warn(`Though the "loose" option was set to "${!resolvedLoose}" in your @babel/preset-env `+`config, it will not be used for ${name} since the "loose" mode option was set to `+`"${resolvedLoose}" for ${higherPriorityPluginName}.\nThe "loose" option must be the `+`same for @babel/plugin-proposal-class-properties, @babel/plugin-proposal-private-methods `+`and @babel/plugin-proposal-private-property-in-object (when they are enabled): you can `+`silence this warning by explicitly adding\n`+`\t["${name}", { "loose": ${resolvedLoose} }]\n`+`to the "plugins" section of your Babel config.`);
throwpath.buildCodeFrameError("Decorators are not enabled."+"\nIf you are using "+'["@babel/plugin-proposal-decorators", { "version": "legacy" }], '+'make sure it comes *before* "@babel/plugin-proposal-class-properties" '+"and enable loose mode, like so:\n"+'\t["@babel/plugin-proposal-decorators", { "version": "legacy" }]\n'+'\t["@babel/plugin-proposal-class-properties", { "loose": true }]');
throwprivateMethodPath.buildCodeFrameError("Class private methods are not enabled. "+"Please add `@babel/plugin-proposal-private-methods` to your configuration.");
throwpath.buildCodeFrameError("Static class blocks are not enabled. "+"Please add `@babel/plugin-proposal-class-static-block` to your configuration.");