Changeset e29cc2e for trip-planner-front/node_modules/@babel/helper-create-regexp-features-plugin/lib
- 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-regexp-features-plugin/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@babel/helper-create-regexp-features-plugin/lib/features.js
r59329aa re29cc2e 4 4 value: true 5 5 }); 6 exports.FEATURES = void 0; 6 7 exports.enableFeature = enableFeature; 8 exports.featuresKey = void 0; 7 9 exports.hasFeature = hasFeature; 8 exports.runtimeKey = exports.featuresKey = exports.FEATURES =void 0;10 exports.runtimeKey = void 0; 9 11 const FEATURES = Object.freeze({ 10 12 unicodeFlag: 1 << 0, -
trip-planner-front/node_modules/@babel/helper-create-regexp-features-plugin/lib/index.js
r59329aa re29cc2e 20 20 } 21 21 22 const version = "7.1 4.5".split(".").reduce((v, x) => v * 1e5 + +x, 0);22 const version = "7.16.0".split(".").reduce((v, x) => v * 1e5 + +x, 0); 23 23 const versionKey = "@babel/plugin-regexp-features/version"; 24 24
Note:
See TracChangeset
for help on using the changeset viewer.