swc/packages/swc-helpers/src/_initializer_warning_helper.js
2021-12-05 15:46:09 +09:00

4 lines
350 B
JavaScript

export default function _initializerWarningHelper(descriptor, context) {
throw new Error('Decorating class property failed. Please ensure that ' + 'proposal-class-properties is enabled and set to use loose mode. ' + 'To use proposal-class-properties in spec mode with decorators, wait for ' + 'the next major version of decorators in stage 2.');
}