38606318733fc5588dbcfb7fb65b6f9e43c31c41bc93c3583f548fedd09c354fe49ce1f49643e9e35b1e3ff6bf05b4c608da2fac651f773d75923c401fdb1c 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. "use strict";
  2. module.exports = {
  3. "auxiliaryComment": {
  4. "message": "Use `auxiliaryCommentBefore` or `auxiliaryCommentAfter`"
  5. },
  6. "blacklist": {
  7. "message": "Put the specific transforms you want in the `plugins` option"
  8. },
  9. "breakConfig": {
  10. "message": "This is not a necessary option in Babel 6"
  11. },
  12. "experimental": {
  13. "message": "Put the specific transforms you want in the `plugins` option"
  14. },
  15. "externalHelpers": {
  16. "message": "Use the `external-helpers` plugin instead. Check out http://babeljs.io/docs/plugins/external-helpers/"
  17. },
  18. "extra": {
  19. "message": ""
  20. },
  21. "jsxPragma": {
  22. "message": "use the `pragma` option in the `react-jsx` plugin . Check out http://babeljs.io/docs/plugins/transform-react-jsx/"
  23. },
  24. "loose": {
  25. "message": "Specify the `loose` option for the relevant plugin you are using or use a preset that sets the option."
  26. },
  27. "metadataUsedHelpers": {
  28. "message": "Not required anymore as this is enabled by default"
  29. },
  30. "modules": {
  31. "message": "Use the corresponding module transform plugin in the `plugins` option. Check out http://babeljs.io/docs/plugins/#modules"
  32. },
  33. "nonStandard": {
  34. "message": "Use the `react-jsx` and `flow-strip-types` plugins to support JSX and Flow. Also check out the react preset http://babeljs.io/docs/plugins/preset-react/"
  35. },
  36. "optional": {
  37. "message": "Put the specific transforms you want in the `plugins` option"
  38. },
  39. "sourceMapName": {
  40. "message": "Use the `sourceMapTarget` option"
  41. },
  42. "stage": {
  43. "message": "Check out the corresponding stage-x presets http://babeljs.io/docs/plugins/#presets"
  44. },
  45. "whitelist": {
  46. "message": "Put the specific transforms you want in the `plugins` option"
  47. }
  48. };