Blame view

天文台pc/tianwentai-ui/node_modules/@babel/helper-compilation-targets/lib/targets.js 587 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
  "use strict";
  
  Object.defineProperty(exports, "__esModule", {
    value: true
  });
  exports.unreleasedLabels = exports.browserNameMap = void 0;
  const unreleasedLabels = exports.unreleasedLabels = {
    safari: "tp"
  };
  const browserNameMap = exports.browserNameMap = {
    and_chr: "chrome",
    and_ff: "firefox",
    android: "android",
    chrome: "chrome",
    edge: "edge",
    firefox: "firefox",
    ie: "ie",
    ie_mob: "ie",
    ios_saf: "ios",
    node: "node",
    deno: "deno",
    op_mob: "opera_mobile",
    opera: "opera",
    safari: "safari",
    samsung: "samsung"
  };
  
  //# sourceMappingURL=targets.js.map