externality
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.0.5](https://github.com/unjs/externality/compare/v0.0.4...v0.0.5) (2021-10-19) | ||
### Features | ||
* expose `toPathRegExp` utility ([f2bf6c2](https://github.com/unjs/externality/commit/f2bf6c2a59934319f3f92f205e8adc08ee738cca)) | ||
### [0.0.4](https://github.com/unjs/externality/compare/v0.0.3...v0.0.4) (2021-10-15) | ||
@@ -7,0 +14,0 @@ |
@@ -40,2 +40,3 @@ import { ResolveOptions as ResolveOptions$1 } from 'enhanced-resolve'; | ||
declare const ExternalsDefaults: ExternalsOptions; | ||
declare const toPathRegExp: (pattern: string | RegExp) => RegExp; | ||
declare function isExternal(id: string, importer: string, opts?: ExternalsOptions): Promise<null | { | ||
@@ -50,2 +51,2 @@ id: string; | ||
export { ExternalsDefaults, ExternalsOptions, Matcher, ModuleType, ResolveOptions, ResolvedId, getType, isBuiltin, isExternal, matches, resolveId, rollupExternals, webpackExternals }; | ||
export { ExternalsDefaults, ExternalsOptions, Matcher, ModuleType, ResolveOptions, ResolvedId, getType, isBuiltin, isExternal, matches, resolveId, rollupExternals, toPathRegExp, webpackExternals }; |
{ | ||
"name": "externality", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
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
11323
302