default_config.js 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. 'use strict';Object.defineProperty(exports, "__esModule", { value: true });var _deprecated;
  2. function _load_deprecated() {return _deprecated = require('./deprecated');}var _warnings;
  3. function _load_warnings() {return _warnings = require('./warnings');}var _errors;
  4. function _load_errors() {return _errors = require('./errors');}var _example_config;
  5. function _load_example_config() {return _example_config = _interopRequireDefault(require('./example_config'));}var _condition;
  6. function _load_condition() {return _condition = _interopRequireDefault(require('./condition'));}var _utils;
  7. function _load_utils() {return _utils = require('./utils');}function _interopRequireDefault(obj) {return obj && obj.__esModule ? obj : { default: obj };}exports.default =
  8. {
  9. comment: '',
  10. condition: (_condition || _load_condition()).default,
  11. deprecate: (_deprecated || _load_deprecated()).deprecationWarning,
  12. deprecatedConfig: {},
  13. error: (_errors || _load_errors()).errorMessage,
  14. exampleConfig: (_example_config || _load_example_config()).default,
  15. title: {
  16. deprecation: (_utils || _load_utils()).DEPRECATION,
  17. error: (_utils || _load_utils()).ERROR,
  18. warning: (_utils || _load_utils()).WARNING },
  19. unknown: (_warnings || _load_warnings()).unknownOptionWarning }; /**
  20. * Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
  21. *
  22. * This source code is licensed under the MIT license found in the
  23. * LICENSE file in the root directory of this source tree.
  24. *
  25. *
  26. */