hexo/node_modules/@babel/runtime/helpers/initializerWarningHelper.js

4 lines
342 B
JavaScript
Raw Normal View History

2023-10-03 11:14:36 +08:00
function _initializerWarningHelper(descriptor, context) {
throw new Error('Decorating class property failed. Please ensure that ' + 'proposal-class-properties is enabled and runs after the decorators transform.');
}
2023-09-25 15:58:56 +08:00
module.exports = _initializerWarningHelper, module.exports.__esModule = true, module.exports["default"] = module.exports;