- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- 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 4 4 value: true 5 5 }); 6 exports.buildDecoratedClass = buildDecoratedClass; 7 exports.hasDecorators = hasDecorators; 6 8 exports.hasOwnDecorators = hasOwnDecorators; 7 exports.hasDecorators = hasDecorators;8 exports.buildDecoratedClass = buildDecoratedClass;9 9 10 10 var _core = require("@babel/core"); -
trip-planner-front/node_modules/@babel/helper-create-class-features-plugin/lib/features.js
r59329aa re29cc2e 4 4 value: true 5 5 }); 6 exports.FEATURES = void 0; 6 7 exports.enableFeature = enableFeature; 7 8 exports.isLoose = isLoose; 8 9 exports.verifyUsedFeatures = verifyUsedFeatures; 9 exports.FEATURES = void 0;10 10 11 11 var _decorators = require("./decorators"); -
trip-planner-front/node_modules/@babel/helper-create-class-features-plugin/lib/fields.js
r59329aa re29cc2e 4 4 value: true 5 5 }); 6 exports.buildFieldsInitNodes = buildFieldsInitNodes; 6 7 exports.buildPrivateNamesMap = buildPrivateNamesMap; 7 8 exports.buildPrivateNamesNodes = buildPrivateNamesNodes; 8 9 exports.transformPrivateNamesUsage = transformPrivateNamesUsage; 9 exports.buildFieldsInitNodes = buildFieldsInitNodes;10 10 11 11 var _core = require("@babel/core"); -
trip-planner-front/node_modules/@babel/helper-create-class-features-plugin/lib/index.js
r59329aa re29cc2e 4 4 value: true 5 5 }); 6 Object.defineProperty(exports, "FEATURES", { 7 enumerable: true, 8 get: function () { 9 return _features.FEATURES; 10 } 11 }); 6 12 exports.createClassFeaturePlugin = createClassFeaturePlugin; 13 Object.defineProperty(exports, "enableFeature", { 14 enumerable: true, 15 get: function () { 16 return _features.enableFeature; 17 } 18 }); 7 19 Object.defineProperty(exports, "injectInitialization", { 8 20 enumerable: true, … … 11 23 } 12 24 }); 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 });25 25 26 26 var _core = require("@babel/core"); … … 38 38 var _features = require("./features"); 39 39 40 const version = "7.15.4".split(".").reduce((v, x) => v * 1e5 + +x, 0); 40 var _typescript = require("./typescript"); 41 42 const version = "7.16.0".split(".").reduce((v, x) => v * 1e5 + +x, 0); 41 43 const versionKey = "@babel/plugin-class-features/version"; 42 44 … … 87 89 if (this.file.get(versionKey) !== version) return; 88 90 (0, _features.verifyUsedFeatures)(path, this.file); 91 if (path.isClassDeclaration()) (0, _typescript.assertFieldTransformed)(path); 89 92 const loose = (0, _features.isLoose)(this.file, feature); 90 93 let constructor; -
trip-planner-front/node_modules/@babel/helper-create-class-features-plugin/lib/misc.js
r59329aa re29cc2e 4 4 value: true 5 5 }); 6 exports.extractComputedKeys = extractComputedKeys; 6 7 exports.injectInitialization = injectInitialization; 7 exports.extractComputedKeys = extractComputedKeys;8 8 9 9 var _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 1 1 { 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", 11 4 "_inBundle": false, 12 "_integrity": "sha512- QwrtdNvUNsPCj2lfNQacsGSQvGX8ee1ttrBrcozUP2Sv/jylewBP/8QFe6ZkBsC8T/GYWonNAWJV4aRR9AL2DA==",5 "_integrity": "sha512-ItmYF9vR4zA8cByDocY05o0LGUkp1zhbTQOH1NFyl5xXEqlTJQCEJjieriw+aFpxo16swMxUnUiKS7a/r4vtHg==", 13 6 "_location": "/@babel/helper-create-class-features-plugin/@babel/helper-annotate-as-pure", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "@babel/helper-annotate-as-pure@ 7.15.4",11 "raw": "@babel/helper-annotate-as-pure@^7.16.0", 19 12 "name": "@babel/helper-annotate-as-pure", 20 13 "escapedName": "@babel%2fhelper-annotate-as-pure", 21 14 "scope": "@babel", 22 "rawSpec": " 7.15.4",15 "rawSpec": "^7.16.0", 23 16 "saveSpec": null, 24 "fetchSpec": " 7.15.4"17 "fetchSpec": "^7.16.0" 25 18 }, 26 19 "_requiredBy": [ 27 20 "/@babel/helper-create-class-features-plugin" 28 21 ], 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", 32 26 "author": { 33 27 "name": "The Babel Team", … … 37 31 "url": "https://github.com/babel/babel/issues" 38 32 }, 33 "bundleDependencies": false, 39 34 "dependencies": { 40 "@babel/types": "^7.1 5.4"35 "@babel/types": "^7.16.0" 41 36 }, 37 "deprecated": false, 42 38 "description": "Helper function to annotate paths and nodes with #__PURE__ comment", 43 39 "engines": { … … 56 52 "directory": "packages/babel-helper-annotate-as-pure" 57 53 }, 58 "version": "7.1 5.4"54 "version": "7.16.0" 59 55 } -
trip-planner-front/node_modules/@babel/helper-create-class-features-plugin/package.json
r59329aa re29cc2e 1 1 { 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", 11 4 "_inBundle": false, 12 "_integrity": "sha512- 7ZmzFi+DwJx6A7mHRwbuucEYpyBwmh2Ca0RvI6z2+WLZYCqV0JOaLb+u0zbtmDicebgKBZgqbYfLaKNqSgv5Pw==",5 "_integrity": "sha512-XLwWvqEaq19zFlF5PTgOod4bUA+XbkR4WLQBct1bkzmxJGB0ZEJaoKF4c8cgH9oBtCDuYJ8BP5NB9uFiEgO5QA==", 13 6 "_location": "/@babel/helper-create-class-features-plugin", 14 7 "_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" 16 15 }, 17 16 "_requested": { 18 "type": " version",17 "type": "range", 19 18 "registry": true, 20 "raw": "@babel/helper-create-class-features-plugin@ 7.15.4",19 "raw": "@babel/helper-create-class-features-plugin@^7.16.0", 21 20 "name": "@babel/helper-create-class-features-plugin", 22 21 "escapedName": "@babel%2fhelper-create-class-features-plugin", 23 22 "scope": "@babel", 24 "rawSpec": " 7.15.4",23 "rawSpec": "^7.16.0", 25 24 "saveSpec": null, 26 "fetchSpec": " 7.15.4"25 "fetchSpec": "^7.16.0" 27 26 }, 28 27 "_requiredBy": [ … … 32 31 "/@babel/plugin-proposal-private-property-in-object" 33 32 ], 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", 37 37 "author": { 38 38 "name": "The Babel Team", … … 42 42 "url": "https://github.com/babel/babel/issues" 43 43 }, 44 "bundleDependencies": false, 44 45 "dependencies": { 45 "@babel/helper-annotate-as-pure": "^7.1 5.4",46 "@babel/helper-function-name": "^7.1 5.4",47 "@babel/helper-member-expression-to-functions": "^7.1 5.4",48 "@babel/helper-optimise-call-expression": "^7.1 5.4",49 "@babel/helper-replace-supers": "^7.1 5.4",50 "@babel/helper-split-export-declaration": "^7.1 5.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" 51 52 }, 53 "deprecated": false, 52 54 "description": "Compile class public and private fields, private methods and decorators to ES6", 53 55 "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", 56 58 "@babel/plugin-syntax-class-static-block": "^7.14.5", 57 "@babel/preset-env": " 7.15.4"59 "@babel/preset-env": "^7.16.0" 58 60 }, 59 61 "engines": { … … 79 81 "directory": "packages/babel-helper-create-class-features-plugin" 80 82 }, 81 "version": "7.1 5.4"83 "version": "7.16.0" 82 84 }
Note:
See TracChangeset
for help on using the changeset viewer.