@magicspace/core
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -52,2 +52,5 @@ "use strict"; | ||
}); | ||
if (typeof superSpecifiers === 'string') { | ||
superSpecifiers = [superSpecifiers]; | ||
} | ||
if (superSpecifiers && superSpecifiers.length) { | ||
@@ -54,0 +57,0 @@ let superFileEntriesArray = []; |
@@ -14,3 +14,3 @@ export interface RawConfig { | ||
*/ | ||
extends?: string[]; | ||
extends?: string | string[]; | ||
/** | ||
@@ -17,0 +17,0 @@ * Root directory of composable files. |
{ | ||
"name": "@magicspace/core", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "", | ||
@@ -39,3 +39,3 @@ "author": "Chengdu Mufan Technology Co., Ltd.", | ||
}, | ||
"gitHead": "93bc69aadce2793dee810bbbe9d6c079217984fc" | ||
"gitHead": "45841aa9037f9fb73973a9469ef81a8c20d8b88e" | ||
} |
@@ -91,2 +91,6 @@ import * as Path from 'path'; | ||
if (typeof superSpecifiers === 'string') { | ||
superSpecifiers = [superSpecifiers]; | ||
} | ||
if (superSpecifiers && superSpecifiers.length) { | ||
@@ -93,0 +97,0 @@ let superFileEntriesArray: ComposableFileEntry[][] = []; |
@@ -14,3 +14,3 @@ export interface RawConfig { | ||
*/ | ||
extends?: string[]; | ||
extends?: string | string[]; | ||
/** | ||
@@ -17,0 +17,0 @@ * Root directory of composable files. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
115131
2447