There was an error while loading. Please reload this page.
1 parent de855a7 commit d985045Copy full SHA for d985045
tools/build/dartanalyzer.js
@@ -20,7 +20,7 @@ module.exports = function(gulp, plugins, config) {
20
}));
21
var analyzeFile = ['library _analyzer;'];
22
srcFiles.concat(testFiles).forEach(function(fileName, index) {
23
- if (fileName !== tempFile) {
+ if (fileName !== tempFile && fileName.indexOf("/packages/") === -1) {
24
analyzeFile.push('import "./'+fileName+'" as mod'+index+';');
25
}
26
});
0 commit comments