Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

Location:
trip-planner-front/node_modules/@babel/helper-create-class-features-plugin
Files:
227 added
7 edited
9 moved

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/@babel/helper-create-class-features-plugin/lib/decorators.js

    r59329aa re29cc2e  
    44  value: true
    55});
     6exports.buildDecoratedClass = buildDecoratedClass;
     7exports.hasDecorators = hasDecorators;
    68exports.hasOwnDecorators = hasOwnDecorators;
    7 exports.hasDecorators = hasDecorators;
    8 exports.buildDecoratedClass = buildDecoratedClass;
    99
    1010var _core = require("@babel/core");
  • trip-planner-front/node_modules/@babel/helper-create-class-features-plugin/lib/features.js

    r59329aa re29cc2e  
    44  value: true
    55});
     6exports.FEATURES = void 0;
    67exports.enableFeature = enableFeature;
    78exports.isLoose = isLoose;
    89exports.verifyUsedFeatures = verifyUsedFeatures;
    9 exports.FEATURES = void 0;
    1010
    1111var _decorators = require("./decorators");
  • trip-planner-front/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js

    r59329aa re29cc2e  
    44  value: true
    55});
     6exports.buildFieldsInitNodes = buildFieldsInitNodes;
    67exports.buildPrivateNamesMap = buildPrivateNamesMap;
    78exports.buildPrivateNamesNodes = buildPrivateNamesNodes;
    89exports.transformPrivateNamesUsage = transformPrivateNamesUsage;
    9 exports.buildFieldsInitNodes = buildFieldsInitNodes;
    1010
    1111var _core = require("@babel/core");
  • trip-planner-front/node_modules/@babel/helper-create-class-features-plugin/lib/index.js

    r59329aa re29cc2e  
    44  value: true
    55});
     6Object.defineProperty(exports, "FEATURES", {
     7  enumerable: true,
     8  get: function () {
     9    return _features.FEATURES;
     10  }
     11});
    612exports.createClassFeaturePlugin = createClassFeaturePlugin;
     13Object.defineProperty(exports, "enableFeature", {
     14  enumerable: true,
     15  get: function () {
     16    return _features.enableFeature;
     17  }
     18});
    719Object.defineProperty(exports, "injectInitialization", {
    820  enumerable: true,
     
    1123  }
    1224});
    13 Object.defineProperty(exports, "enableFeature", {
    14   enumerable: true,
    15   get: function () {
    16     return _features.enableFeature;
    17   }
    18 });
    19 Object.defineProperty(exports, "FEATURES", {
    20   enumerable: true,
    21   get: function () {
    22     return _features.FEATURES;
    23   }
    24 });
    2525
    2626var _core = require("@babel/core");
     
    3838var _features = require("./features");
    3939
    40 const version = "7.15.4".split(".").reduce((v, x) => v * 1e5 + +x, 0);
     40var _typescript = require("./typescript");
     41
     42const version = "7.16.0".split(".").reduce((v, x) => v * 1e5 + +x, 0);
    4143const versionKey = "@babel/plugin-class-features/version";
    4244
     
    8789        if (this.file.get(versionKey) !== version) return;
    8890        (0, _features.verifyUsedFeatures)(path, this.file);
     91        if (path.isClassDeclaration()) (0, _typescript.assertFieldTransformed)(path);
    8992        const loose = (0, _features.isLoose)(this.file, feature);
    9093        let constructor;
  • trip-planner-front/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js

    r59329aa re29cc2e  
    44  value: true
    55});
     6exports.extractComputedKeys = extractComputedKeys;
    67exports.injectInitialization = injectInitialization;
    7 exports.extractComputedKeys = extractComputedKeys;
    88
    99var _core = require("@babel/core");
  • trip-planner-front/node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-annotate-as-pure/package.json

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "@babel/helper-annotate-as-pure@7.15.4",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "@babel/helper-annotate-as-pure@7.15.4",
    10   "_id": "@babel/helper-annotate-as-pure@7.15.4",
     2  "_from": "@babel/helper-annotate-as-pure@^7.16.0",
     3  "_id": "@babel/helper-annotate-as-pure@7.16.0",
    114  "_inBundle": false,
    12   "_integrity": "sha512-QwrtdNvUNsPCj2lfNQacsGSQvGX8ee1ttrBrcozUP2Sv/jylewBP/8QFe6ZkBsC8T/GYWonNAWJV4aRR9AL2DA==",
     5  "_integrity": "sha512-ItmYF9vR4zA8cByDocY05o0LGUkp1zhbTQOH1NFyl5xXEqlTJQCEJjieriw+aFpxo16swMxUnUiKS7a/r4vtHg==",
    136  "_location": "/@babel/helper-create-class-features-plugin/@babel/helper-annotate-as-pure",
    147  "_phantomChildren": {},
    158  "_requested": {
    16     "type": "version",
     9    "type": "range",
    1710    "registry": true,
    18     "raw": "@babel/helper-annotate-as-pure@7.15.4",
     11    "raw": "@babel/helper-annotate-as-pure@^7.16.0",
    1912    "name": "@babel/helper-annotate-as-pure",
    2013    "escapedName": "@babel%2fhelper-annotate-as-pure",
    2114    "scope": "@babel",
    22     "rawSpec": "7.15.4",
     15    "rawSpec": "^7.16.0",
    2316    "saveSpec": null,
    24     "fetchSpec": "7.15.4"
     17    "fetchSpec": "^7.16.0"
    2518  },
    2619  "_requiredBy": [
    2720    "/@babel/helper-create-class-features-plugin"
    2821  ],
    29   "_resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz",
    30   "_spec": "7.15.4",
    31   "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     22  "_resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz",
     23  "_shasum": "9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d",
     24  "_spec": "@babel/helper-annotate-as-pure@^7.16.0",
     25  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\helper-create-class-features-plugin",
    3226  "author": {
    3327    "name": "The Babel Team",
     
    3731    "url": "https://github.com/babel/babel/issues"
    3832  },
     33  "bundleDependencies": false,
    3934  "dependencies": {
    40     "@babel/types": "^7.15.4"
     35    "@babel/types": "^7.16.0"
    4136  },
     37  "deprecated": false,
    4238  "description": "Helper function to annotate paths and nodes with #__PURE__ comment",
    4339  "engines": {
     
    5652    "directory": "packages/babel-helper-annotate-as-pure"
    5753  },
    58   "version": "7.15.4"
     54  "version": "7.16.0"
    5955}
  • trip-planner-front/node_modules/@babel/helper-create-class-features-plugin/package.json

    r59329aa re29cc2e  
    11{
    2   "_args": [
    3     [
    4       "@babel/helper-create-class-features-plugin@7.15.4",
    5       "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
    6     ]
    7   ],
    8   "_development": true,
    9   "_from": "@babel/helper-create-class-features-plugin@7.15.4",
    10   "_id": "@babel/helper-create-class-features-plugin@7.15.4",
     2  "_from": "@babel/helper-create-class-features-plugin@^7.16.0",
     3  "_id": "@babel/helper-create-class-features-plugin@7.16.0",
    114  "_inBundle": false,
    12   "_integrity": "sha512-7ZmzFi+DwJx6A7mHRwbuucEYpyBwmh2Ca0RvI6z2+WLZYCqV0JOaLb+u0zbtmDicebgKBZgqbYfLaKNqSgv5Pw==",
     5  "_integrity": "sha512-XLwWvqEaq19zFlF5PTgOod4bUA+XbkR4WLQBct1bkzmxJGB0ZEJaoKF4c8cgH9oBtCDuYJ8BP5NB9uFiEgO5QA==",
    136  "_location": "/@babel/helper-create-class-features-plugin",
    147  "_phantomChildren": {
    15     "@babel/types": "7.15.6"
     8    "@babel/helper-validator-identifier": "7.15.7",
     9    "chalk": "2.4.2",
     10    "debug": "4.3.2",
     11    "globals": "11.12.0",
     12    "js-tokens": "4.0.0",
     13    "jsesc": "2.5.2",
     14    "to-fast-properties": "2.0.0"
    1615  },
    1716  "_requested": {
    18     "type": "version",
     17    "type": "range",
    1918    "registry": true,
    20     "raw": "@babel/helper-create-class-features-plugin@7.15.4",
     19    "raw": "@babel/helper-create-class-features-plugin@^7.16.0",
    2120    "name": "@babel/helper-create-class-features-plugin",
    2221    "escapedName": "@babel%2fhelper-create-class-features-plugin",
    2322    "scope": "@babel",
    24     "rawSpec": "7.15.4",
     23    "rawSpec": "^7.16.0",
    2524    "saveSpec": null,
    26     "fetchSpec": "7.15.4"
     25    "fetchSpec": "^7.16.0"
    2726  },
    2827  "_requiredBy": [
     
    3231    "/@babel/plugin-proposal-private-property-in-object"
    3332  ],
    34   "_resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.4.tgz",
    35   "_spec": "7.15.4",
    36   "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "_resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.0.tgz",
     34  "_shasum": "090d4d166b342a03a9fec37ef4fd5aeb9c7c6a4b",
     35  "_spec": "@babel/helper-create-class-features-plugin@^7.16.0",
     36  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\plugin-proposal-class-properties",
    3737  "author": {
    3838    "name": "The Babel Team",
     
    4242    "url": "https://github.com/babel/babel/issues"
    4343  },
     44  "bundleDependencies": false,
    4445  "dependencies": {
    45     "@babel/helper-annotate-as-pure": "^7.15.4",
    46     "@babel/helper-function-name": "^7.15.4",
    47     "@babel/helper-member-expression-to-functions": "^7.15.4",
    48     "@babel/helper-optimise-call-expression": "^7.15.4",
    49     "@babel/helper-replace-supers": "^7.15.4",
    50     "@babel/helper-split-export-declaration": "^7.15.4"
     46    "@babel/helper-annotate-as-pure": "^7.16.0",
     47    "@babel/helper-function-name": "^7.16.0",
     48    "@babel/helper-member-expression-to-functions": "^7.16.0",
     49    "@babel/helper-optimise-call-expression": "^7.16.0",
     50    "@babel/helper-replace-supers": "^7.16.0",
     51    "@babel/helper-split-export-declaration": "^7.16.0"
    5152  },
     53  "deprecated": false,
    5254  "description": "Compile class public and private fields, private methods and decorators to ES6",
    5355  "devDependencies": {
    54     "@babel/core": "7.15.4",
    55     "@babel/helper-plugin-test-runner": "7.14.5",
     56    "@babel/core": "^7.16.0",
     57    "@babel/helper-plugin-test-runner": "^7.16.0",
    5658    "@babel/plugin-syntax-class-static-block": "^7.14.5",
    57     "@babel/preset-env": "7.15.4"
     59    "@babel/preset-env": "^7.16.0"
    5860  },
    5961  "engines": {
     
    7981    "directory": "packages/babel-helper-create-class-features-plugin"
    8082  },
    81   "version": "7.15.4"
     83  "version": "7.16.0"
    8284}
Note: See TracChangeset for help on using the changeset viewer.