UNPKG

@lcap/nasl

Version:

NetEase Application Specific Language

16 lines 476 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.canIUse = void 0; /** * namespace.feature */ const features = { 'generator.vue2.formatFileAndFolderName': true, // 开启后,vue2源码导出时,generator-fe会使用提前获取metaData,存放在config中 'generator.vue2.lcapRequest': true, }; function canIUse(feature) { return !!features[feature]; } exports.canIUse = canIUse; //# sourceMappingURL=can-i-use.js.map