mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
This commit is contained in:
@@ -21,12 +21,11 @@ function bundle(entryPoints, config, callback) {
|
||||
});
|
||||
const allMentionedModulesMap = {};
|
||||
entryPoints.forEach((module) => {
|
||||
var _a, _b;
|
||||
allMentionedModulesMap[module.name] = true;
|
||||
(_a = module.include) === null || _a === void 0 ? void 0 : _a.forEach(function (includedModule) {
|
||||
module.include?.forEach(function (includedModule) {
|
||||
allMentionedModulesMap[includedModule] = true;
|
||||
});
|
||||
(_b = module.exclude) === null || _b === void 0 ? void 0 : _b.forEach(function (excludedModule) {
|
||||
module.exclude?.forEach(function (excludedModule) {
|
||||
allMentionedModulesMap[excludedModule] = true;
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user