mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 16:59:30 +08:00
5 lines
No EOL
340 B
Text
5 lines
No EOL
340 B
Text
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.');
|
|
}
|
|
|
|
module.exports = _initializerWarningHelper, module.exports.__esModule = true, module.exports["default"] = module.exports; |