We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e5a5f9 commit 45e9c31Copy full SHA for 45e9c31
1 file changed
lib/dependencies/SystemImportDependency.js
@@ -14,6 +14,7 @@ module.exports = SystemImportDependency;
14
15
SystemImportDependency.prototype = Object.create(ModuleDependency.prototype);
16
SystemImportDependency.prototype.constructor = SystemImportDependency;
17
+SystemImportDependency.prototype.type = "System.import";
18
19
SystemImportDependency.Template = function SystemImportDependencyTemplate() {};
20
0 commit comments