Projekt

Obecné

Profil

Stáhnout (1.7 KB) Statistiky
| Větev: | Revize:
1
"use strict";
2

    
3
module.exports = {
4
  "auxiliaryComment": {
5
    "message": "Use `auxiliaryCommentBefore` or `auxiliaryCommentAfter`"
6
  },
7
  "blacklist": {
8
    "message": "Put the specific transforms you want in the `plugins` option"
9
  },
10
  "breakConfig": {
11
    "message": "This is not a necessary option in Babel 6"
12
  },
13
  "experimental": {
14
    "message": "Put the specific transforms you want in the `plugins` option"
15
  },
16
  "externalHelpers": {
17
    "message": "Use the `external-helpers` plugin instead. Check out http://babeljs.io/docs/plugins/external-helpers/"
18
  },
19
  "extra": {
20
    "message": ""
21
  },
22
  "jsxPragma": {
23
    "message": "use the `pragma` option in the `react-jsx` plugin . Check out http://babeljs.io/docs/plugins/transform-react-jsx/"
24
  },
25

    
26
  "loose": {
27
    "message": "Specify the `loose` option for the relevant plugin you are using or use a preset that sets the option."
28
  },
29
  "metadataUsedHelpers": {
30
    "message": "Not required anymore as this is enabled by default"
31
  },
32
  "modules": {
33
    "message": "Use the corresponding module transform plugin in the `plugins` option. Check out http://babeljs.io/docs/plugins/#modules"
34
  },
35
  "nonStandard": {
36
    "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/"
37
  },
38
  "optional": {
39
    "message": "Put the specific transforms you want in the `plugins` option"
40
  },
41
  "sourceMapName": {
42
    "message": "Use the `sourceMapTarget` option"
43
  },
44
  "stage": {
45
    "message": "Check out the corresponding stage-x presets http://babeljs.io/docs/plugins/#presets"
46
  },
47
  "whitelist": {
48
    "message": "Put the specific transforms you want in the `plugins` option"
49
  }
50
};
(6-6/6)