Newer
Older
alert / js / node_modules / @babel / runtime / helpers / initializerWarningHelper.js
@Réz István Réz István on 18 Nov 2021 340 bytes first commit
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.');
}

module.exports = _initializerWarningHelper;
module.exports["default"] = module.exports, module.exports.__esModule = true;