sebavan 6 лет назад
Родитель
Сommit
28bd53e6a7

+ 0 - 2
Tools/Gulp/helpers/gulp-processAmdDeclarationToModule.js

@@ -76,9 +76,7 @@ var processData = function(data, options) {
     // !!! Be carefull
     // Could cause issues if this appears in several import scope
     // with different aliases.
-
     // !!! Be carefull multiline not managed.
-
     // Remove unmanaged externals Appears as classMap false in the config.
     if (options.externals) {
         for (let ext in options.externals) {

+ 0 - 2
Tools/Gulp/helpers/gulp-processModuleDeclarationToNamespace.js

@@ -163,9 +163,7 @@ var processData = function(data, packageName, options) {
                 // !!! Be carefull
                 // Could cause issues if this appears in several import scope
                 // with different aliases.
-
                 // !!! Be carefull multiline not managed.
-
                 // False is a special case to remove all the lines.
                 if (options.classMap[package] === false) {
                     const rg = new RegExp(`.*[ <]${alias}[^\\w].*`, "g")