main
Last change
on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 days ago |
F4 Finalna Verzija
|
-
Property mode
set to
100644
|
File size:
506 bytes
|
Rev | Line | |
---|
[79a0317] | 1 | "use strict";
|
---|
| 2 |
|
---|
| 3 | Object.defineProperty(exports, "__esModule", {
|
---|
| 4 | value: true
|
---|
| 5 | });
|
---|
| 6 | Object.defineProperty(exports, "default", {
|
---|
| 7 | enumerable: true,
|
---|
| 8 | get: function () {
|
---|
| 9 | return _helperCompilationTargets.default;
|
---|
| 10 | }
|
---|
| 11 | });
|
---|
| 12 | Object.defineProperty(exports, "isBrowsersQueryValid", {
|
---|
| 13 | enumerable: true,
|
---|
| 14 | get: function () {
|
---|
| 15 | return _helperCompilationTargets.isBrowsersQueryValid;
|
---|
| 16 | }
|
---|
| 17 | });
|
---|
| 18 | var _helperCompilationTargets = require("@babel/helper-compilation-targets");
|
---|
| 19 |
|
---|
| 20 | //# sourceMappingURL=targets-parser.js.map
|
---|
Note:
See
TracBrowser
for help on using the repository browser.