bpms_site/.svn/pristine/ef/efa34250133f501b77b55e98f11ea6abcb98b8ba.svn-base
2025-11-02 16:38:49 +03:30

3 lines
232 B
Plaintext

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.');
}