@jspm/import-map
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -405,2 +405,2 @@ // @ts-ignore | ||
export { ImportMap, resolveConditional }; | ||
export { ImportMap, getMapMatch, getScopeMatches, resolveConditional }; |
@@ -36,2 +36,4 @@ export interface ConditionalTarget { | ||
} | ||
export declare function getScopeMatches(parentUrl: URL, scopes: Record<string, Record<string, string | ConditionalTarget | null>>, baseUrl: URL): [string, string][]; | ||
export declare function getMapMatch<T = any>(specifier: string, map: Record<string, T>): string | undefined; | ||
export declare type EnvConstraints = { | ||
@@ -38,0 +40,0 @@ include?: string[]; |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"types": "map.d.ts", | ||
@@ -8,0 +8,0 @@ "scripts": { |
25909
479