Explorar o código

remove unneeded reference tags

Raanan Weber %!s(int64=8) %!d(string=hai) anos
pai
achega
bf8aad9101
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Tools/Gulp/gulpfile.js

+ 1 - 0
Tools/Gulp/gulpfile.js

@@ -336,6 +336,7 @@ var buildExternalLibrary = function (library, settings, watch) {
         if (library.buildAsModule) {
             var dts2 = tsProcess.dts
                 .pipe(concat(library.output))
+                .pipe(replace(referenceSearchRegex, ""))
                 .pipe(addDtsExport(library.moduleDeclaration, library.moduleName, true, library.extendsRoot))
                 .pipe(rename({ extname: ".module.d.ts" }))
                 .pipe(gulp.dest(outputDirectory));