mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 07:09:30 +08:00
3 lines
No EOL
232 B
Text
3 lines
No EOL
232 B
Text
export default 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.');
|
|
} |