We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc59b4 commit 56e536dCopy full SHA for 56e536d
1 file changed
registry/src/lib/packages.ts
@@ -17,6 +17,7 @@ import {
17
isSubpathExports,
18
resolvePackageJsonEntryExports,
19
} from './packages/exports'
20
+import { isolatePackage } from './packages/isolation'
21
import {
22
collectIncompatibleLicenses,
23
collectLicenseWarnings,
@@ -141,6 +142,11 @@ export type PacoteOptions = {
141
142
fullMetadata?: boolean | undefined
143
}
144
145
+export type {
146
+ IsolatePackageOptions,
147
+ IsolatePackageResult,
148
+} from './packages/isolation'
149
+
150
export type {
151
InternalAstNode,
152
InternalBinaryOperationNode,
@@ -176,6 +182,7 @@ export {
176
182
isConditionalExports,
177
183
isGitHubTgzSpec,
178
184
isGitHubUrlSpec,
185
+ isolatePackage,
179
186
isRegistryFetcherType,
180
187
181
188
isValidPackageName,
0 commit comments