Files
memecoin-botV2/.pnpm-store/v10/files/d0/fd71c3d2adb01d994d2c6c05911ae165717217598db21fe465c37e3812a39b875b0fb4252bb8915641ba2898f3cefb2a5c15c5840eb5eeaadd3115cb3dd41a

10 lines
434 B
Plaintext

function _initializer_warning_helper(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."
);
}
export { _initializer_warning_helper as _ };