Files
profile/themes/keepit/node_modules/@babel/runtime/helpers/esm/initializerWarningHelper.js
Spencer Pincott 97737ca1ae Initial commit
2024-07-15 22:20:13 -04:00

3 lines
232 B
JavaScript

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